Popular repositories Loading
-
Singleton_Thread-Safe-Multiple-Solutions
Singleton_Thread-Safe-Multiple-Solutions PublicImplementation of thread safe Singleton: Solution-1: By using mutex and atomic Solution-2: By using call_once and lambda function
-
Python-ClientServer-RESTful-MultiThread-Mutex
Python-ClientServer-RESTful-MultiThread-Mutex PublicThis project use some advanced features of Python like - Client-Server, Server exposed to RSTFUL webservice using Flask, Multi-threading, Locking mechanism etc.
Python 3
-
Deadlock-Multiple-Solutions
Deadlock-Multiple-Solutions PublicThis 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
-
Smart-RAII
Smart-RAII PublicThis 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
-
FlightBoardingAlert-Observer-Design-Pattern
FlightBoardingAlert-Observer-Design-Pattern PublicReal life example of alerting Passengers when Flight Boarding Gate is opened by using Observer Design Patter
C++ 1
-
TDD-TestDrrivenDevelopment-GoogleTestMock
TDD-TestDrrivenDevelopment-GoogleTestMock PublicExample of TDD by using Gtest/Gmock
C++ 1
If the problem persists, check the GitHub status page or contact support.