Skip to content
View Misoding's full-sized avatar
🏠
Working from home
🏠
Working from home

Highlights

  • Pro

Block or report Misoding

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. LeetCode-Journey LeetCode-Journey Public

    Formal implementations and complexity analysis of algorithmic problems. Focus on asymptotic behavior, recurrence relations, and correctness proofs.

    C++

  2. Java-Chess-Desktop-Application-with-Observer-Pattern Java-Chess-Desktop-Application-with-Observer-Pattern Public

    Monolithic Java chess engine with Swing GUI implementing Observer and Strategy patterns. Features complete chess rules, user authentication, JSON persistence, and move history tracking. Educational…

    Java

  3. Browser-Simulation Browser-Simulation Public

    A minimal C-based browser simulator demonstrating tab management via a circular doubly‑linked list and stack‑based backward/forward navigation. Built for learning data structures, it supports openi…

    C

  4. Satellites_Huffman Satellites_Huffman Public

    Efficiently build and explore Huffman-like trees from satellite data! This C project uses heaps and binary trees to encode, decode, and analyze data structures—perfect for learning or experimenting…

    C

  5. mini-libc-Freestanding-C-Standard-Library-Implementation mini-libc-Freestanding-C-Standard-Library-Implementation Public

    Freestanding C standard library for Linux x86_64 built on raw syscalls. Implements string operations, memory allocation (mmap-based), file I/O, and process control without external dependencies. Ed…

    C

  6. Parallel-Firewall---Multithreaded-Packet-Processor-with-Lock-Free-Ring-Buffer Parallel-Firewall---Multithreaded-Packet-Processor-with-Lock-Free-Ring-Buffer Public

    A high-performance multithreaded network firewall simulator implementing producer-consumer pattern with lock-free circular buffer using Linux futex syscalls and atomic operations. Features ordered …

    C