Skip to content
View SolarisCode's full-sized avatar
🎯
Focusing
🎯
Focusing

Highlights

  • Pro
Block or Report

Block or report SolarisCode

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
SolarisCode/README.md

Hi there, I'm Mohammed 👋

As a software engineer with a strong desire to learn new technology, I have experience writing programs in both C and Python and prefer to work in a Linux environment. I am dedicated to staying current with the latest developments in my field and am always eager to take on new challenges and learn new skills.

C C++ Python Java

Pinned

  1. covid19_analysis covid19_analysis Public

    University project about analyzing the covid-19 cases around Germany to get some useful insights about the the spread and the death cases of the virus among people of different ages and genders.

    Jupyter Notebook

  2. Libft Libft Public

    This is a library of my own implementation of some of the most used and basic funcations in C library libc, with some needed functions for my future projects.

    C

  3. ft_printf ft_printf Public

    This is a library of my own implementation of printf() in C.

    C

  4. pipex pipex Public

    This a program that mimics the use of "|" pipe character in Linux/Unix terminals.

    C

  5. so_long so_long Public

    My first game using C programming, a basic 2D game contains one player, one or more exits, one or more collectibles and some enemies.

    C

  6. flight_booking_system flight_booking_system Public

    The app is a basic flight booking system that you can book seats on a specific flight, you add flights, aircraft types, add or reallocate passengers and print boarding passes.

    Python