Skip to content
View invalid007's full-sized avatar

Block or report invalid007

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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

Pinned Loading

  1. Multi-Client-Chat-CPP Multi-Client-Chat-CPP Public

    Multi-client TCP chat server and client in C++ with threads, poll/epoll, demonstrating Linux system programming and concurrency.

    Makefile

  2. Multi-Threaded-Task-Scheduler Multi-Threaded-Task-Scheduler Public

    Simulates a task scheduling system with multiple producers and consumers using C++ threads. Supports 10,000+ tasks safely with few threads.

    C++

  3. First-Person-Simulator-Cpp First-Person-Simulator-Cpp Public

    This is a simple First-Person Shooter (FPS) simulator implemented in C++ using console graphics. It uses Wolfenstein's ray casting algorithm to render a 3D-like environment in the console window.

    C++ 1

  4. Inter-Process-Communication-Toolkit-Cpp Inter-Process-Communication-Toolkit-Cpp Public

    A C++ project demonstrating Linux inter-process communication (IPC) through Pipes, FIFOs, Shared Memory + Semaphores, and Signal Handling.

    C++

  5. SnakeGame-Cpp SnakeGame-Cpp Public

    A classic Snake Game implemented in C++ for the console. This project demonstrates basic game development concepts, including collision detection, random positioning, score tracking, and dynamic co…

    C++

  6. Tick-data-receiver Tick-data-receiver Public

    This project connects to a trading server, receives market trade data, and saves it to a JSON file. It also requests any missing trade sequences from the server.

    C++