Archive

Archive for November, 2008

جرعة أمل..

November 26th, 2008 Ahmed El Gamil 1 comment

عملت ذنوب كتير :oops:

:-? حاسس أنك هتتعاقب لاشك
و يمكن حاسس ان ربنا مش هيغفرلك حاجات كتير عملتها بدليل أنك لسه بتقع فيها


محبط ..من واقع صعب..كلنا بنعيشه
بتحاول و مش قادر تواجه المشاكل اللى قدامك
حاسس أن مفيش فايدة


لاشك كانا بنعيش لحظات بتيجى علينا حزينة
الام كتير بتقطع فينا و بتقلب علينا حياتنا
ساعات تبقا الصورة قدام عينيك..سوداء قاتمة
و اليئس مسيطر على الواحد

Read more…

Categories: Islamic Tags: , ,

Google Mobile App

November 20th, 2008 Ahmed El Gamil 2 comments

Google just released an updated version of the Google Mobile App, but now with Voice search ! 8-)

You just say the keywords in your voice and the app does all the work

The new Google Mobile App for iPhone makes it possible for you to do a Google web search using only your voice. Just hold the phone to your ear, wait for the beep, and say what you’re looking for. That’s it. Just talk. Once the App is on, you don’t have to push any buttons to search. Check out the video below to watch engineer Mike LeBeau explain how this works.

Here is a video from youtube that explains it very well:

Read more…

Categories: Google, Tech News Tags: , ,

Working with SubVersion..Part 1

November 19th, 2008 Ahmed El Gamil 3 comments

So i have been working with a small personal coding project the last days, and i noticed that i will be distributing the code among several directories and files and i also need to go forward and backward in the code revisions, so i decided to get started with Subversion – The version control system.

I had some problems at first, then things started to get really good after some searching for information here and there, so here is a simple tutorial that will get you up with subversion in no time isA

First of all, What is Version control ?

Revision control (also known as version control (system) (VCS), source control or (source) code management (SCM)) is the management of multiple revisions of the same unit of information

Changes to these documents are usually identified by incrementing an associated number or letter code, termed the “revision number”, “revision level”, or simply “revision” and associated historically with the person making the change

So how does this apply to coding and source code, well, when you are working with lots of code some times you need to know how did the code look like at a specific time or specific “version”. Read more…