- Vancouver, BC, Canada
- in/bardiaparsi
Pinned Loading
-
TCPChatRoom
TCPChatRoom PublicThe project is in its **early stages**, with initial steps already implemented. The goal is to create a real-time chat application that supports multiple users. A central server will handle WebSock…
C++ 1
-
MOS_6502_CPU
MOS_6502_CPU PublicThis project is a simulation of the MOS 6502 CPU, implemented in C++. The MOS 6502 was a revolutionary microprocessor in the late 1970s and is still popular in retrocomputing and emulation communit…
C++ 1
-
-
SingleTon
SingleTon PublicThis repository contains an implementation of the Singleton Lazy Initialization design pattern in C++20. The Singleton pattern ensures that a class has only one instance and provides a global point…
C++
-
LazyInitialization
LazyInitialization PublicThis C++20 solution enables lazy initialization for multithreaded tasks. It efficiently initializes an expensive object only when needed, ensuring thread safety. It utilizes std::once_flag and std:…
C++
-
MemoizationMultiThreading
MemoizationMultiThreading PublicSample project demonstrating the use of memoization, dynamic programming, and multi-threading to efficiently handle repeated heavy tasks and optimize performance. Results are cached for quick retri…
C++
If the problem persists, check the GitHub status page or contact support.