Archive | Learning English RSS feed for this section
Core Servlets and JavaServer Pages (JSP) (mediafire link)

Core Servlets and JavaServer Pages (JSP) (mediafire link)

Servlets and JavaServer Pages dramatically simplify the creation of dynamic Web pages and Web-enabled applications. With Java 2 Enterprise Edition (J2EE), these tools have come of age, earning the support of an unprecedented range of Web and application servers on every major operating system. This book is a comprehensive guide for every experienced developer who [...]

6 Comments Continue Reading →
Uninstall Programs Packaged with Windows Installer in Safe Mode الغاء تثبيت برامج ويندوز التي تستخدم أداة تثبيت ويندوز في الوضع الآمن

Uninstall Programs Packaged with Windows Installer in Safe Mode الغاء تثبيت برامج ويندوز التي تستخدم أداة تثبيت ويندوز في الوضع الآمن

هل قمت بتثبيت برنامج وتريد ازالته ؟ ها صادفتك مشكلة في الويندوز بعد تحميل برنامج وتريد ازالته بالوضع الآمن ؟ الطريقة كما يلي .. عندما نقوم بتثبيت اي برنامج على نظام التشغيل الويندوز , فانه بشكل طبيعي ياتي معه برنامج لالغاء الثتبيت او كما يسمى Uninstaller والذي سوف يقوم بإزالة البرنامج من الجهاز بشكل آمن [...]

2 Comments Continue Reading →
Getting started with Ant in JAVA, The Apache ANT Project

Getting started with Ant in JAVA, The Apache ANT Project

ANT The main purpose of this article is to show Ant Java developers who do not yet know this tool. To reveal the main contributions of Ant, we will compare the creation of an online project of classical control with the creation of same project with Ant. Introduction Building the project from command line Compilation [...]

1 Comment Continue Reading →
CPUZ 1.52 Final x32 + x64

CPUZ 1.52 Final x32 + x64

مسا الخير اليوم جايبلكون برنامج كتير مفيد وهوي برنامج cpuz طبعا وبآخر إصدار ويمكن كتير منا بيعرفوه البرنامج بكل بساطة هوي بيعطينا معلومات تفصيلية جدا عن أهم القطع الداخلية للنظام مثل المعالج CPU واللوحة الاساسية Main Board و الذواكر Rams والذواكر المخببئية Cache Memory … ( هدون بيعطيكون معلومات كتير تفصيلية عنهون ) بترككون مع [...]

3 Comments Continue Reading →
Install windows 7 on USB Flash Memory [100% Working and tested] تثبيت الويندوز عن طريق الفلاش ميموري مجربة

Install windows 7 on USB Flash Memory [100% Working and tested] تثبيت الويندوز عن طريق الفلاش ميموري مجربة

<<تثبيت الويندوز عن الفلاش ميموري >> معقول ؟ ؟ أكيد تثبيت الويندوز من الفلاش ميموري USB Flash Memory ضليت كتير وقت وانا دور على طريقة سريعة لتثبيت الويندوز وهو موجود على الفلاش ميموري USB Flash Memory . وبعد بحث كتير شفت عدة طرق ولكن الكثير منها بطيء لذلك قمت بعدة محاولات بعضها كانت فاشلة ولكن [...]

69 Comments Continue Reading →

Turbo Pascal Learning Arabic + English كتب توربو باسكال عربي + انكليزي

وكما وعدتكم انو رح نزل كتب تعليمية للغة الباسكال اليوم جبت كتابين واحد باللغة العربية وواحد بالانكليزي وهدون الكاتابين انا درست منهون لما كنت سنة اولى الكتاب الاول بالعربي من الرابط التالي Down Arabic Pascal الكتاب التاني بالانكليزي وكتير كويس Down eng book اي سؤال او اي شي غير واضح او استفسار بلغة الباسكال بكل [...]

6 Comments Continue Reading →

Methods with a Variable Number of Parameters java jdk 6

Good Night : Before Java SE 5.0 every Java method had a fixed number of parameters. However, it is now possible to provide methods that can be called with a variable number of parameters. (These are sometimes called “varargs” methods.) You can define your own methods with variable parameters, and you can specify any type [...]

2 Comments Continue Reading →
Bingo Game in JAVA Working with vectors

Bingo Game in JAVA Working with vectors

Good night today i bring to you very funny java program called (Bingo) it is some kind of luck games the idea of game is to generate random ( 0 or 1 ) if there is three ones ( the same row, column, diagonal ) then BINGO else NOT BINGO the game done using Vectors [...]

2 Comments Continue Reading →