Skip to content
View MohamedAmrSafwat's full-sized avatar

Block or report MohamedAmrSafwat

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

Popular repositories Loading

  1. fitness-db-sql-csharp fitness-db-sql-csharp Public

    The Fitness Tracker application uses Microsoft SQL Server for data storage, managed via SQL Server Management Studio (SSMS). The database stores user profiles, workout logs, exercise details, and p…

    C#

  2. verilog-2bit-calculator-logic-design verilog-2bit-calculator-logic-design Public

    A 2-bit arithmetic calculator implemented in Verilog for my Logic Design course. Performs basic operations (addition/subtraction) with a focus on digital logic principles. Includes testbenches for …

    Verilog

  3. dsa-ambulance-management dsa-ambulance-management Public

    A C++ ambulance dispatch simulator using fundamental data structures (queues, linked lists, and dynamic arrays) for emergency resource management. Designed for a Data Structures and Algorithms (DSA…

    C++

  4. figure-drawing-tool-cpp figure-drawing-tool-cpp Public

    A C++ figure drawing application developed for the Programming Techniques course. Enables creation, transformation (move/rotate/scale), and saving of geometric shapes using object-oriented design. …

    C++

  5. pdf-form-filler-bot pdf-form-filler-bot Public

    A Python automation tool that extracts data from PDF forms and fills web applications, developed to help my aunt streamline her work processes. Demonstrates practical AI/automation solutions for re…

    Python

  6. collab-text-editor collab-text-editor Public

    A collaborative text editor built with Spring Boot featuring WebSocket for real-time sync and REST API for document management. Supports multi-user editing, line-level cursor tracking, undo/redo fu…

    Java