Skip to content
View aelaraby6's full-sized avatar
  • Faculty of Computers & Informatics , Zagazig University
  • Egypt
  • LinkedIn in/elaraby-dev

Block or report aelaraby6

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

👋 Hi, I'm Abdelrahman Elaraby

#include <iostream>

class AbdelrahmanElaraby {
public:
    void introduce() {
        std::cout << "Hi, I'm Abdelrahman Elaraby, a CS student at Zagazig University.\n";
        std::cout << "Passionate about Full-Stack Development and continuous learning.\n";
    }
};

int main() {
    AbdelrahmanElaraby me;
    me.introduce();
    return 0;
}

🚀 Always learning and building new projects.

aelaraby6

Pinned Loading

  1. Bash-Elbalad Bash-Elbalad Public

    Forked from r6mez/Bash-Elbalad

    A simple linux shell project.

    C++

  2. Monte-Carlo-Pi-Estimation Monte-Carlo-Pi-Estimation Public

    Visual simulation of Pi estimation using the Monte Carlo method in JavaScript.

    JavaScript 1

  3. Quaran-playlist-Manager Quaran-playlist-Manager Public

    Cross-platform Quran audio player using C++ and irrKlang with 2D linked list navigation

    C++

  4. Bibliophile-API Bibliophile-API Public

    A RESTful API for managing book collections with authentication, validation, and MongoDB integration.

    JavaScript 2

  5. Competitive-Programming Competitive-Programming Public

    My solutions to various competitive programming problems from online judges

    C++

  6. Neural-Network-From-Scratch Neural-Network-From-Scratch Public

    A simple neural network implementation in C++

    C++