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

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.

Content in all repositories owned by your account will be closed.
Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to 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.

CC++PythonJava

Pinned Loading

  1. covid19_analysiscovid19_analysisPublic

    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. LibftLibftPublic

    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_printfft_printfPublic

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

    C

  4. pipexpipexPublic

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

    C

  5. so_longso_longPublic

    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_systemflight_booking_systemPublic

    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