Giter Site home page Giter Site logo

1675803445887

Hi there 👋, I'm Eng. Abdullah Alsalem

Software Developer

nabaajafar

  • 🌱 I’m currently learning ERPNext and Frappe

  • 📘 passionate to learn more.

  • ⚡ Always have a faith

  • 👯 I’m looking to collaborate on any kind of great project

  • 📫 How to reach me [email protected]

Connect with me:

https://www.linkedin.com/in/nabaa-busbaih-3095201ab/

Languages and Tools:

android arduino aws bash blender bootstrap c cplusplus csharp css3 dotnet firebase flask git html5 java javascript linux matlab mongodb mssql mysql opencv photoshop php postman python scikit_learn sqlite tensorflow xd

Github Stats:

nabaajafar

Abdullah Alsalem's Projects

-hiring-engineers icon -hiring-engineers

We are hiring programmers on our team. There are 10 candidates, and we need to choose 3 of them. In the program you are given, you have 10 candidates in a hash set. You need to take 3 names as input, add them to a new hiring hash set and check if they are present in our candidates set. If they are, the program should output "Starting hiring process", otherwise, "Something is wrong".

accelerate icon accelerate

A racing video game has 3 difficulty levels: Easy, Medium, and Hard. Each difficulty level is assigned maximum time to complete the track: the higher the difficulty, the lower the time. The program you are given defines Player class and Difficulty enum, and creates 3 Player objects with different difficulties as parameter for the constructor. Complete the Player constructor, which takes the enum as a parameter to check the time for each difficulty option and outputs the corresponding message: Easy => "You have 3 minutes 45 seconds" Medium = > "You have 3 minutes 20 seconds" Hard => "You have 3 minutes"

acing-the-class icon acing-the-class

There are 5 students in a class, and each needs to score at least 70 points to pass the exam. The program you are given defines the sorted list and stores the names of the students as keys and the corresponding scores as values. Complete the program to show the results of the exam.

angular-nestjs icon angular-nestjs

Dive into TypeScript, an influential language for web development. Discover how Angular and Nest JS unite to create large scale JavaScript applications.

apples-for-friends icon apples-for-friends

Tom, Bob and James have 2,3 and 4 apples accordingly. The given program should equally redistribute the apples among them, but something is wrong. Fix the program.

challenges_js icon challenges_js

حل كافة التحديات الموجودة في موقع كودرهب

cm_quiz icon cm_quiz

هذا اختبار من مؤسسة اتقان مكعب تم طلبه مني يوم الأحد الموافق 30 أكتوبر 2022 الموافق 4/4/1444 هـ

coffee-time icon coffee-time

A coffee shop manager is running a promotion and wants to offer a discount for coffee drinks. The program you are given takes the discount value as input and defines a dictionary, where the names of the coffee drinks are set as keys, and their prices are set as values. Write a program to discount all of the prices and output a new price list in the format shown below.

dance icon dance

In a ballroom dancing competition, each dancer from a pair is evaluated separately, and then their points are summed up to get the total pair score. The program you are given takes the names and the points of each dancer as input and creates a DancerPoints objects for each dancer, using the taken name and score values as parameters for constructors. Complete the given class, using overload + operator to return an new object where the names of dancers are in one string (see sample output) and the score is equal to the sum of their points. The declaration of that object and the output of its points are already written in Main().

drawing-application icon drawing-application

You are creating a drawing application and currently have only 1 tool - a pencil. You want to add brush and spray to the drawing toolbar. The program you are given declares an IDraw interface with the StartDraw() method, and class Draw, which performs pencil drawing by implementing the IDraw interface. It outputs "Using pencil". Complete the given Brush and Spray classes by - inheriting them from class Draw - implementing the StartDraw() method for each tool, in order to output "Using brush" for Brush, or "Using spray" for Spray. The Draw objects and their method calls are provided in Main().

encryption_key icon encryption_key

مشروع التخرج في الباكلوريوس وهو موقع تعليمي لمقرر التشفير التطبيقي

fun-with-dimensions icon fun-with-dimensions

A cuboid is a three-dimensional shape with a length, width, and a height. The program you are given takes takes those dimensions as inputs, defines Cuboid struct and creates its object. Complete the program by creating a constructor, which will take the length, the width, and the height as parameters and assign them to its struct members. Also complete Volume() and Perimeter() methods inside the struct, to calculate and return them, so that the given methods calls work correctly.

generic-all-around icon generic-all-around

The class Elems creates a 3-sized array of integers, defines Add() and Show() methods to store the elements into the array, and shows them separated by a space. Modify the class to make it generic to execute the same actions with string type, given in the Main function.

going-on-vacation icon going-on-vacation

A tour operator offers package holidays in England, Spain, Italy, Portugal and France. The program you are given defines an array with those options and takes N number as input. Write a program to output the package option with N index. If the number is out of range, program should output "Wrong number". Regardless of the option results, the program should output "Goodbye" at the end.

javascript icon javascript

Learn all the basic features of JavaScript, including making your website more interactive, changing website content, validating forms, and so much more.

jquery icon jquery

jQuery is a fast, small, and feature-rich JavaScript library. It makes things like HTML document traversal and manipulation, event handling, and animation much simpler. All the power of jQuery is accessed via JavaScript, so having a strong grasp of JavaScript is essential for understanding, structuring, and debugging your code.

make-and-model_inheritance icon make-and-model_inheritance

The program you are given takes the brand and model of the car as input, and defines a Vehicle class with model property and ShowModel() method. Complete the Car class to inherit the Vehicle class, and add the Model property and ShowModel() method so that the given method call of the car object works correctly (see sample output).

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.