egamal @egamal ?

active 1 month ago
  • egamal commented on the blog post ! إخترق برامجك

    Install a local SVN server on your machine ..!
    Very nice photo and very nice post :)

      1 month ago · View   1 month ago · View

  • egamal wrote a new blog post: TDD with PHP and Netbeans

    السلام عليكم و رحمة الله وبركاته
    This post is more than month on my drafts ..
    It’s about using NetBeans 6.7.1 PHP IDE with PHPUnit I wanted to show how easy is it to make a test and run it ..
    so I’ll share the experiment ..
    As shown in the following slideshow:
    <embed type=”application/x-shockwave-flash” src=”http://picasaweb.google.com/s/c/bin/slideshow.swf” [...]

      1 month ago · View   1 month ago · View

  • egamal commented on the blog post كيف تفكر كعالم كمبيوتر بإستخدام لغة بايثون – الجزء الأول -2

    ماشاء الله :)
    هوا ده الكلام
     
    أنا بفكر بما إني فشلت في اني ألتزم بالسلسلة اللي انا حاولت أبدأها ..
    فلو عرفت تشركني في اي حاجة زي اني اكتب أمثله أكون شاكر جدا ..

      1 month ago · View   1 month ago · View

  • egamal wrote a new blog post: كتاب byte of python باللغة العربية

    السلام عليكم و رحمة الله و بركاته
    إذا كنت تريد مرجع -جيد- باللغة العربية للغة البرمجة بايثون..
    الكتاب المشهور byte of python متاح باللغة العربية هنا.
    ترجمه اشرف علي خلف – الأسكتدرية مصر- لمجتمع اللينكس العربي.
    وفقه الله و جعل الكتاب [...]

      4 months ago · View   4 months ago · View

  • egamal wrote a new blog post: Python Part 2

    بسم الله الرحمن الرحيم
    تجربه جديده لعلها تسهل عملية الشرح .. مستني آراءكم :)
    خريطة ذهنية



    خريطة ذهنية
    في امان الله :)

      4 months ago · View   4 months ago · View

  • egamal commented on the blog post لغة البرمجه بايثون python

    المشكلة إتحلت الحمد لله :)

      4 months ago · View   4 months ago · View

  • egamal commented on the blog post الترجمه

    اسف اني مردتش في ساعتها بس كل التعليقات كانت في الspam
    انا هحاول مصلش للفضاء في الترجمه انا لما بلاقي حاجه من النوع ده بعرَّفها في كام سطر بدل ما اسيبها مبهمه كده
    اسف اني مردتش في ساعتها :)

      4 months, 1 week ago · View   4 months, 1 week ago · View

  • egamal wrote a new blog post: لغة البرمجه بايثون python

    السلام عليكم و رحمة الله و بركاته
    تقديم
    بالتوازي مع  الخوارزميات  سأحاول نظم سلسلة مقالات   لغة البرمجة بايثون و إن شاء الله يوفقني وأكتب معظمها بالعربي ويرزقني الإخلاص والتمام.
    ما المميزات العامة للغة البرمجة بايثون ؟

    لغة مفتوحة المصدر مجانية [...]

      4 months, 3 weeks ago · View   4 months, 3 weeks ago · View

  • egamal wrote a new blog post: الترجمه

    السلام عليكم و رحمة الله و بركاته
    كنت بكتب موضوع …
    Smarty, The PHP Template Engine..
    ترجمة “Template Engine” هي محرك القوالب وانا متوقع مشاكل بسبب الترجمة بس انا -مؤخرا فقط- لاحظت ان استغراب الترجمة ده بسبب ان الموضوع له علاقه بالتعود وانا من الناس اللي متعوده على المصطلحات الإنجليزيه [...]

      4 months, 3 weeks ago · View   4 months, 3 weeks ago · View

  • egamal wrote a new blog post: خوارزميات

    السلام عليكم  و رحمة  الله و بركاته

    انا عارف ان المقال ده متأخر بس لعله خير إن شاء الله ..
    كما هو موضح في العنوان اني هتكلم عن الخوازميات و بالعربي .. وذلك لإحساسي بأهمية دور اللي فاهمين اي حاجه في مجالنا انهم -على الأقل يحاولوا- يعربوا اللي فاهمينه عشان [...]

      4 months, 3 weeks ago · View   4 months, 3 weeks ago · View

  • egamal wrote on the wire of the group Algorithms Study Group

    السلام عليكم ورحمة الله وبركاته
    http://code.google.com/codejam/
    برجاء الإشتراك في المسابقة .. الأسئله كلها معتمده على ال
    algorithms
    وحاليا المسائل التدريبيه ممتعه جدا.
    شخصيا اول  مره اشارك فيه بس انا جربت النوع ده من الأسئله قبل كده يا ريت حد يشارك معايا ولو حد عنده خبره يشاركها ..
     
    شكرا
     

      7 months ago · View   7 months ago · View

  • egamal wrote on the wire of the group Kotobna Service

    IMO, frequent subscription fees will be headache for management and not motivating for members ..I recommend a per borrow fees or year OR longer period …
    OOR we may apply both ideas
    monthly subscription will have benefits and per borrow will have other benefits
    I just don’t want it to be over designed that’s why I recommend starting [...]

      7 months, 1 week ago · View   7 months, 1 week ago · View

  • egamal and the knight are now friends   7 months, 2 weeks ago · View   7 months, 2 weeks ago · View

  • egamal wrote on the wire of the group Algorithms Study Group

    Inductive hypothesis: T(k) ≤c1k2–c2kfor k< n.T(n)= 4T(n/2) + n= 4(c1(n/2)2–c2(n/2))+ n= c1n2–2c2n+ n= c1n2–c2n–(c2n–n)≤c1n2–c2nifc2≥1.
    T(k) ≤c1k2–c2k ; how to decide the inductive hypthesis ?!

      7 months, 2 weeks ago · View   7 months, 2 weeks ago · View

  • Kareem Samy Z and egamal are now friends   7 months, 2 weeks ago · View   7 months, 2 weeks ago · View

  • egamal posted on the forum topic Chapter 1 Exercises in the group Algorithms Study Group:

    /amp/lt;p/amp/gt;1-/amp/lt;br //amp/gt;Playing Cards, I usually use the insertion sort algorithim/amp/lt;/p/amp/gt;/amp/lt;p/amp/gt;2-/amp/lt;/p/amp/gt;/amp/lt;p/amp/gt;Userfriendlyness, Security, Scalability and modularity/amp/lt;/p/amp/gt;/amp/lt;p/amp/gt;3-/amp/lt;/p/amp/gt;/amp/lt;p/amp/gt;Array data-structure it’s constant time to get any element knowing the index and it’s linear time to search for element and it’s nlogn if it’s sorted using the merge sort and n^2 using the insertion sort/amp/lt;/p/amp/gt;/amp/lt;p/amp/gt;/amp/amp;gt;/amp/amp;gt;/amp/amp;gt;/amp/amp;gt;/amp/lt;/p/amp/gt;

      7 months, 3 weeks ago · View   7 months, 3 weeks ago · View

  • egamal created the forum topic Chapter 1 Exercises in the group Algorithms Study Group:

    /amp/lt;p/amp/gt;Exercises/amp/lt;br //amp/gt;1.1-1/amp/lt;br //amp/gt;Give a real-world example in which one of the following computational problems/amp/lt;br //amp/gt;appears: sorting, determining the best order for multiplying matrices, or finding/amp/lt;br //amp/gt;the convex hull./amp/lt;br //amp/gt;1.1-2/amp/lt;br //amp/gt;Other than speed, what other measures of efficiency might one use in a real-world/amp/lt;br //amp/gt;setting?/amp/lt;br //amp/gt;1.1-3/amp/lt;br //amp/gt;Select a data structure that you have seen previously, and [...]

      7 months, 3 weeks ago · View   7 months, 3 weeks ago · View

  • egamal wrote on the wire of the group Kotobna Service

    Thinking about the fees ?
    Should be per book-borrow or time-based subscription .. and if it’s time-based will it be monthly, weekly, or even yearly ??
     
    BTW, I recommend by book ..
    Thanks

      7 months, 3 weeks ago · View   7 months, 3 weeks ago · View

  • egamal wrote on the wire of the group Ideas

    Show them your ideas for faster web ..
    http://moderator.appspot.com/#15/e=79951&t=835bb

      7 months, 4 weeks ago · View   7 months, 4 weeks ago · View

  • egamal joined the group Kotobna Service   7 months, 4 weeks ago · View   7 months, 4 weeks ago · View

  • Load More