Skip to content
View Doniaelshenwy's full-sized avatar
Block or Report

Block or report Doniaelshenwy

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

Popular repositories

  1. Temperature-Convertion Temperature-Convertion Public

    Create an application that can convert the temperature from Celsius to Fahrenheit or Kelvin. Equation for conversion from Celsius to Fahrenheit: t°C × 9/5) + 32 Equation for conversion from Celsius…

    Swift 1

  2. Heart-Rate Heart-Rate Public

    Create an application that shows different statements based on what range currentHR falls into. Below is a list of ranges and the associated statements. 100-120: "You are in the Very Light zone. Ac…

    Swift 1

  3. Tour-Guide Tour-Guide Public

    Create an application that contains multiple photos and their descriptions for the most famous tourist places in Egypt , the application must has two button ( Next , previous) to display all the ph…

    Swift 1

  4. Salary Salary Public

    create a class Person which have a getSalary function which take an int parameter and return int . Create class Manager and Employee that inherit from Person and override getSalary method. getSalar…

    Swift 1

  5. Calculator-Application Calculator-Application Public

    Use view objects, constraints, and stack views to create a simple calculator

    Swift

  6. Navigation-Controller-Segue-Login Navigation-Controller-Segue-Login Public

    Create a login screen that will pass a user name between view controllers Use view controllers, a navigation controller, and segues to create both the login screen and a simple landing screen that …

    Swift