asdasdasdasdasd

React Button Toggle

We provided some simple React template code. Your goal is to modify the component so that you can properly toggle the button to switch between an ON state and an OFF state. When the button is on and it is clicked, it turns off and the text within it changes from ON to OFF and vice versa. Make use of component state for this challenge. You are free to add classes and styles, but make Read more…

Programming Challeng SQL Member Count

SQL Member Count Your table: maintable_C3WO4 MySQL version: 5.5.56-log In this MySQL challenge, your query should return the names of the people who are reported to (excluding null values), the number of members that report to them, and the average age of those members as an integer. The rows should be ordered by the names in alphabetical order. Your output should look like the following table. Tags SQLdatabasefree 123

Linear Search

Linear search is used on a collections of items. It relies on the technique of traversing a list from start to end by exploring properties of all the elements that are found on the way. For example, consider an array of integers of size . You should find and print the position of all the elements with value . Here, the linear search is based on the idea of matching each element from the beginning Read more…

الجامعة العربية الدولية تشارك في المسابقة البرمجية للجامعات الخاصة السورية

شاركت الجامعة العربية الدولية ممثلة بفريقها من كلية الهندسة المعلوماتية والاتصالات في المسابقة البرمجية الجامعية للجامعات الخاصة السورية والتي أقيمت في جامعة الرشيد يوم الثلاثاء 12 كانون الثاني 2021 واستطاع فريق الجامعة تحقيق المركز الثاني على الجامعات الخاصة من أصل 12 فريق مشارك وبنفس عدد المسائل المحلولة للمركز الأول وبذلك تمكن من التأهل للمسابقة البرمجية السورية على مستوى المحافظات كافة والتي تقام يوم الجمعة القادم 15 كانون الثاني برعاية الجامعة الافتراضية السورية. كما استطاع الفريق Read more…

مشروع تخرج كلية الهندسة المعلوماتية والاتصالات بعنوان المرآة الذكية

إعداد الطلاب – شادن الشبطة – جاسم السلامة – راما الحموي – حسين سعادات – فادي سعد الهدف من المشروع : هي جهاز يعمل كمرآة مع إمكانية إضافية لعرض بيانات الوسائط المتعددة مثل النصوص والصور والفيديو وبعض البيانات المهمة للمستخدم كالطقس والوقت وأخر الأخبار وحتى جداول مواعيده اليومية إضافي الى العديد من البيانات الأخرى. لمحة عن استخدامات المرآة الذكية : عرض جميع المهام والملاحظات المتعلقة بالمستخدم والتي يمكن أن تكون مفيدة للحفاظ على جدول مواعيده. Read more…