Do you like open source and want to create your own project? Do you like Kalimat? Do you want to contribute something to the future of programming in the Arab world?Here are some new projects that I would love to see for the Kalimat programming languag…
Continue reading Kalimat-related open source project ideasحكاية التلميذ الملول، والعملاق، والشراب المنوم
سنة 1991 كنت طالبا بالمرحلة الابتدائية في مدرسة قطر انترناشونال، وهي مدرسة على النظام البريطاني، المدرسون فيها اجانب، والتلامذة خليط من ال
Continue reading حكاية التلميذ الملول، والعملاق، والشراب المنوميوم في حياة اعضاء بمركز التفكير الحوسبي
نحن في فترة ما في المستقبل القريب، وقد تم إقامة مركز التفكير الحوسبي. تهانينا؛ لقد اجتزت الinterview وتم قبولك للعمل فيه. اليوم ستأخذ جولة لترى …
Continue reading يوم في حياة اعضاء بمركز التفكير الحوسبيHow to get current path/directory in power shell in C#
This is a quick tutorial which explains how can you get the current directory of the power shell navigator. As an example: Navigator Current Directory PS C:\Windows\System32> C:\Windows\System32 PS C:\Program Files\> C:\Program Files PS E:\MyFi…
Continue reading How to get current path/directory in power shell in C#إسرائيل و صناعة العلم
السلام عليكم و رحمة اللهIf you have 49 free minutes. Please watch this then tell me what do you think/feel after finishing!
Continue reading إسرائيل و صناعة العلمXNA core Session @ WP7 Spark
Last Friday 30/9/2011 , it was the Windows Phone 7 Spark event, I was giving a session about XNA , it was an introduction about XNA game development.
Here are my Slides, any Questions, any feedback, any any thing is very welcomed
XNA-Presentation
…
Concept Of Recurrence Relations
Introduction to the Concept Recurrence Relations are a recursive definitions of a mathematical functions or sequences. for example: g(n) = g(n-1) + 2n – 1 g(0) = 0 this defines function f(n) = n^2, and the recurrence relation: f(n) = f(n-1) + f(n-2) f(1) = 1 f(0) = 0 Solving a Recurrence Relation There are many [...]![]()
قيل في العِلم
السلام عليكم و رحمة اللهما قيل في العِلم كثير .. بس دول أكتر حاجة بحبها:أنا لا أثبط من جهود العلم أو .. أنا في طريقك أغرس الأشواكا لكنني لك ناص…
Continue reading قيل في العِلمFacebook and Microsoft Phone Interviews
— — —- _ _ Although I’m at the beginning of my life, and I don’t have a lot of business experience, I managed to post here my gained experience throughout my only two interviews I had till now. One of them was with Microsoft from about 4 months –for an internship-, and the other [...]![]()
أهمية علم لغات البرمجة
My area of interest is programming language theory (PLT). This is an area separate from compilers, but related.It discusses things like programming paradigms (imperative, logic, functional, object oriented,…), language semantics, type systems, progra…
Continue reading أهمية علم لغات البرمجةTo FCIS’12, Concerning Graduation Projects
السلام عليكم و رحمة اللهA year ago I was there, searching for an idea for the graduation project. I remember that our team was the best team on earth to prepare long lists of GP ideas and topics to search for, but worst one to choos…
Continue reading To FCIS’12, Concerning Graduation ProjectsXNA for Windows Phone 7: 2. XNA
المرة دي هنبتدي ندخل في الجد، عايزين نعرف يعني ايه XNA هنعرف ايه المرة دي؟؟ 1- يعني ايه كلمة XNA ؟؟ // وكمان معلومة ظريفة عن الlogo بتاعها 2- عبارة عن ايه الXNA ده ؟؟ // وحبة تفاصيل زيادة عشان نفهم اكتر 3- فرقت الXNAعن اي طريقة تانية في برمجة الالعاب 4- محتاج اكون عارف [...]![]()
XNA for Windows Phone 7: 1. Introduction
السلام عليكم، زمان، لما كنا صغيرين – و يمكن لحد دلوقتي برده- كان بالنسبة لينا الكومبيوتر ده مش أكتر من لعبة كبيرة طول النهار والليل بنلعب ، وعلى طول لما نلاقي الكومبيوتر كسب نحس إنه ذكي جداً – وده مش صح خاااااالص – ولو انت بقة اللي كسبت، يااااااااااه ده انت معدي وجااامد بس السؤال [...]![]()
Function Pointers.2
Concept of Callback Functions Introduction to the concept Function Pointers provide the concept of Callback Functions.I hope we still remember the Generic sorting algorithm that we have talked about in the previous post .This function that sorts the items of a field according to a user-specific ranking(qsort). The field can contain items of any type, It’s passed to the [...]![]()
يوم في حياة أطفال مبرمجين
نحن في عام 2018. محسن لديه ثلاثة أبناء: مروة (13 عاماً)، منى (8 سنوات) ومصطفى (5 سنوات).سوف تأخذ مروة اختها منى اليوم لأحد مراكز التفكير الحوسبي. من…
Continue reading يوم في حياة أطفال مبرمجينMicrosoft Tools and Resources
Alsalam Alykom, In our lives as developers or ITs, we always seek for new technologies, tries to know about it. We find ourselves between many technologies, but you may not find good tools for it. Starting from being interested in Web Developing some times you may need to find different web applications to put on your site, [...]![]()
Concept: The Whisper programming language
I’m thinking up of a new programming language, heavily derived from Smalltalk and called ‘Whisper’. This is an outline of my current thoughts — I don’t know when or if I’d actually implement the language.SyntaxLike Smalltalk, almost everything is a me…
Continue reading Concept: The Whisper programming languageGraduation project themes and ideas – 2010
In 2010 I suggested the idea of having multiple graduation projects with a common topic or ‘theme’. My hope from this was to:
Give students the feelings that their projects are part of a larger goalGive opportunity for different teams to cooperate and …
How Kalimat produces EXE files
Everyone tells me Kalimat is a toy language since it doesn’t produce .exe files.
At first, I didn’t pay attention since my main goal was teaching children programming. I mean, does Smallbasic produce exe’s? Does Scratch?
But gradually, I changed my …
Continue reading How Kalimat produces EXE files