Skip to content
View sheikhazad's full-sized avatar
Block or Report

Block or report sheikhazad

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

  1. Singleton_Thread-Safe-Multiple-Solutions Singleton_Thread-Safe-Multiple-Solutions Public

    Implementation of thread safe Singleton: Solution-1: By using mutex and atomic Solution-2: By using call_once and lambda function

    C++ 5 1

  2. Python-ClientServer-RESTful-MultiThread-Mutex Python-ClientServer-RESTful-MultiThread-Mutex Public

    This project use some advanced features of Python like - Client-Server, Server exposed to RSTFUL webservice using Flask, Multi-threading, Locking mechanism etc.

    Python 3

  3. Deadlock-Multiple-Solutions Deadlock-Multiple-Solutions Public

    This project shows how deadlock is produced and multiple possible solutions to avoid deadlock. STEPS TO AVOID DEADLOCK: i) Avoid locking multiple mutexes but only 1 mutex if possible ii) After lock…

    C++ 1

  4. Smart-RAII Smart-RAII Public

    This is to demonstrates how shared_ptr can be smart enough to use as RAII in different scenarios other than just memory management. In this demo, we use it for closing file descriptor in normal and…

    C++ 1

  5. FlightBoardingAlert-Observer-Design-Pattern FlightBoardingAlert-Observer-Design-Pattern Public

    Real life example of alerting Passengers when Flight Boarding Gate is opened by using Observer Design Patter

    C++ 1

  6. TDD-TestDrrivenDevelopment-GoogleTestMock TDD-TestDrrivenDevelopment-GoogleTestMock Public

    Example of TDD by using Gtest/Gmock

    C++ 1