Skip to content
View mjchaker's full-sized avatar

Block or report mjchaker

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

Hi there 👋

  • 🔭 I’m currently working on my website
  • 🌱 I’m currently learning how to build abstractions with procedures and data
  • 👯 I’m looking to collaborate on software projects
  • 🤔 I’m looking for help with prompt engineering
  • 💬 Ask me about applied mathematics
  • 📫 How to reach me: Email me at contact@chaker.tech or DM me on 𝕏.
  • 😄 Pronouns: he/him/his
  • ⚡ Fun fact: I was born in Dubai

Pinned Loading

  1. quadratic-roots-calculator quadratic-roots-calculator Public

    A Java program that takes the coefficients of a quadratic function and prints the roots to standard output. It was made using the BlueJ IDE during my sophomore year of highschool.

    Java

  2. racing-game racing-game Public

    A racing game written in Turing. Turing is a high-level, general purpose programming language developed in 1982 by Ric Holt and James Cordy, at University of Toronto in Ontario, Canada. I made this…

    Turing

  3. sicp-exercises sicp-exercises Public

    A repository holding my solutions to the exercises of the classic computer science textbook Structure and Interpretation of Computer Programs. They are written in Scheme, a dialect of Lisp.

    Scheme