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

Block or report yasser-mohamed1

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

Popular repositories Loading

  1. Bank-Data-Base-Schema Bank-Data-Base-Schema Public

    The Bank Database is a comprehensive database designed to store information related to a banking system. It includes tables for storing information about banks, branches, employees, customers, acco…

    2 1

  2. Deadlock Deadlock Public

    a simple real-life project that demonstrates the deadlock problem and a simple solution using Go

    Go 1

  3. StudentPortal StudentPortal Public

    C#

  4. EducationalPlatform EducationalPlatform Public

    C# 1

  5. Reflection-in-CSharp Reflection-in-CSharp Public

    This example demonstrates how reflection can be used to build a plugin system that is both flexible and extensible. By leveraging reflection, the application can dynamically load and interact with …

    C#

  6. Race-Condition Race-Condition Public

    In this project, we simulate a simple bank account system in C# where multiple users (threads) try to deposit or withdraw money from the same account concurrently which lead to race condition probl…

    C#