Code Monkey home page Code Monkey logo

Hi there 👋

Welcome to my profile 👋 I'm Mahmoud Alyosify 😄

GitHub WidgetBox


👨‍💻 About Me :

Name: Mahmoud Sayed Youssef
I am a Passion for Probabilistic ML | Software Engineer (.NET&Angular) with a Passion for Performance | Instructor at Udemy | Bioinformatics Fresh Graduated

  • 🔭 I graduated from the Faculty of Computers and Information (Bioinformatics), Assuit University.

  • 🌱 I’m currently learning Angular, Clean Architecture, and Probabilistic ML.

  • ⚡ In my free time, I enjoy solving problems on LeetCode and reading tech articles.

  • 📫 How to reach me: Linkedin Badge | [email protected] | My Website


Quotes:

“Imagination is more important than knowledge. Knowledge is limited. Imagination encircles the world.” - Albert Einstein ♥️


🛠️ Languages and Tools :

My Skills

TypeScript  HTML  CSS  JavaScript  AngularJS  .NET Core  .NET Framework  SQL Server  Node.js  Azure  Docker  Git

Connect with me:


MahmoudAlyosify MahmoudAlyosify

🔥 My Stats :

GitHub Streak

Mahmoud

Watch my contribution graph get eaten by the Snake 🐍

snake gif

Mahmoud Sayed Youssef's Projects

coin-tossing icon coin-tossing

Write an app that simulates coin tossing. Let the app toss a coin each time the user chooses the “Toss Coin” menu option. Count the number of times each side of the coin appears. Display the results. The app should call a separate method Flip that takes no arguments and returns false for tails and true for heads. [Note: If the app realistically simulates coin tossing, each side of the coin should appear approximately half the time.]

complex-class icon complex-class

A complex number is of the form a + bi where a and b are real numbers and i2 = -1. For example, 2.4 + 5.2i and 5.73 - 6.9i are complex numbers. Here, a is called the real part of the complex number and bi the imaginary part. In this part you will create a class named Complex to represent complex numbers. The members of this class are as follows: Private data members: real and imag of type double - to represent the complex number (real + imag i) Public member functions: • Default constructor that will initialize real and imag to zero • Add a constructor that will take two double arguments and initialize the real and imaginary components, respectively. • void input(); //Input values from the keyboard for real and imag • void output(); // Output the Complex number in this form e.g,. 2.4 + 5.2i • double getReal(); // Accessor method that returns the value of data member real • double getImag(); //Accessor method that returns the value of data member imag • void setReal(double); // Mutator method that sets the value of real • void setImag(double); // Mutator method that sets the value of imag • Provide an overloaded addition operator that will return the sum of two Complex objects. For complex numbers a + bi and c + di, addition is defined as (a+c) + (b+d)i. Write a main() driver function that calls the appropriate member functions to do the following: • Declare two Complex objects: c1 and c2. • Prompt the user and use the input method to input complex values for the two objects c1 and c2. • Display c1 and c2 using the output method. • Use setReal() to change the value of real for object c2 to 22.2. • Use getReal() to obtain the value of real for object c2; display the value on the terminal screen. • Display the updated c2 value using the output() method. • include the following statements: Complex c3; c3 = c1+c2; cout << "The sum c3 is: " …… Example: Enter values for real and imaginary coefficients: 17.4 3.9 Enter values for real and imaginary coefficients: 10.2 16.81 17.4+ 3.9i10.2+ 16.81i Enter a new value for the real coefficient: 22.2 The new real coefficient is 22.2 22.2 + 16.8i The sum c3 is:….

cs_books icon cs_books

Computer science books Recommended by AzatAI. (Education ONLY)

final-project-57357-data-analysis-training icon final-project-57357-data-analysis-training

The United States Census Bureau (USCB), officially the Bureau of the Census, is a principal agency of the U.S. Federal Statistical System, responsible for producing data about the American people and economy. The Census Bureau's primary mission is conducting the U.S. Census every ten years, which allocates the seats of the U.S. House of Representatives to the states based on their population. The Bureau's various censuses and surveys help allocate over $675 billion in federal funds every year and it helps states, local communities, and businesses make informed decisions. The information provided by the census informs decisions on where to build and maintain schools, hospitals, transportation infrastructure, and police and fire departments.

free-web-development-ebooks icon free-web-development-ebooks

This is a backup edition of @TechBookHunter's curated collection of free Web development related eBooks available on the Internet. The original repository no longer exists.

gui-coaching-class icon gui-coaching-class

(Coaching Class) Create a class called Coaching that includes four pieces of information as auto implemented properties—the coaching type (type string), the number of players (type int), class timings (type string) and charges (type decimal). Your class should have a constructor that initializes the four automatic properties and assumes that the values provided are correct. Provide a method DisplayDetails that displays the coaching type, number of players, class timing and charges (in $) separated by tabs. Write a test app named CoachingTest that demonstrates class Coaching's capabilities.

mediapipe-face-mesh icon mediapipe-face-mesh

Face Mesh is a solution that estimates 468 3D face landmarks in real-time even on mobile devices.

pythagoreantriples icon pythagoreantriples

(Pythagorean Triples) A right triangle can have sides whose lengths are all integers. The set of three integer values for the side lengths of a right triangle is called a Pythagorean triple. The side lengths must satisfy the relationship that the sum of the squares of two of the sides is equal to the square of the hypotenuse. Write an app to find all Pythagorean triples for side1, side2 and the hypotenuse,

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.