Skip to content
View ahmedkamal77's full-sized avatar

Block or report ahmedkamal77

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. Earliest-Deadline-First-EDF-Scheduling-Policy Earliest-Deadline-First-EDF-Scheduling-Policy Public

    This code implements Earliest Deadline First (EDF) Scheduling Policy which gives higher priority to tasks with small deadlines. The smaller deadline, the higher priority.

    C++

  2. EduCoRights-Author_Application- EduCoRights-Author_Application- Public

    This application enables the author to upload the course after encrypting digital material automatically using generated random keys. As well as, it allows the creator to add some information about…

    C#

  3. EduCoRights-User_Application- EduCoRights-User_Application- Public

    This application enables the user to play the course uploaded by the Course Uploader application by decrypting digital material only in machine RAM without the need for a hard drive. As well as, it…

    C# 1

  4. ROT-13 ROT-13 Public

    This code is used to decrypt ROT 13 cipher algorithm.

    C++

  5. Test-and-Set-Synchronization-Algorithm Test-and-Set-Synchronization-Algorithm Public

    This code implements the Test and Set synchronization algorithm used by the operating system to prevent resource access by more than one process at the same time.

    C++

  6. Water-Quality-System Water-Quality-System Public

    This system is developed using Raspberry Pi and Arduino connected to 4 sensors that measure physical quantities of water such as PH, temperature, turbidity, and flow. After collecting all values, i…