Skip to content
View sheikhazad's full-sized avatar

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
Showing results

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

C++ 5 1 Updated Jun 30, 2019

A simple demo of Functional Programming with Unit Test by using GoogleTest in C++11/14

C++ 1 Updated Jun 23, 2019

Example of TDD by using Gtest/Gmock

C++ 1 Updated Jun 22, 2019

Design a thread-safe stack to get minimum value in O(1) time with test in Golang

Go 1 Updated Jun 23, 2019

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

C++ 1 Updated Jun 3, 2019

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 Updated Jun 3, 2019

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 Updated May 31, 2019

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 Updated Jun 8, 2019