Skip to content
View abdoitman's full-sized avatar
🖖
Ready
🖖
Ready
Block or Report

Block or report abdoitman

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

Pinned

  1. FelixBot FelixBot Public

    FelixBot is a discord bot used to visualize vectors and equations (in 2D and 3D) and solve some optimization problems using CVXPY.

    Python 3

  2. Tetris-Competition Tetris-Competition Public

    Code for participating in the Tetris contest

    Python 2

  3. Suspicious-Scores-Analysis Suspicious-Scores-Analysis Public

    Analyzing suspicious scores including midterm scores and year work scores for a whole class, trying to identify patterns and figuring out how these scores were evaluated.

    Jupyter Notebook 3

  4. Analysing-Class-Scores Analysing-Class-Scores Public

    Analysing a whole class' CGPA and registered credit hours in college.

    Jupyter Notebook 2

  5. data-fitting data-fitting Public

    Created a program that fit the input vectors either to a model that the user chooses, or the best model that fit the data. The possible models are: a straight line, an exponential model, a growth r…

    MATLAB

  6. scheduling-algorithms scheduling-algorithms Public

    Implemented both of First-Come-First-Served and Round Robin scheduling algorithms using OOP. The main idea is implementing different methods of how a uni-processor can handle several processes with…

    C++