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 is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. LeetCode-JourneyLeetCode-JourneyPublic

    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-PatternJava-Chess-Desktop-Application-with-Observer-PatternPublic

    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-SimulationBrowser-SimulationPublic

    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_HuffmanSatellites_HuffmanPublic

    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-Implementationmini-libc-Freestanding-C-Standard-Library-ImplementationPublic

    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-BufferParallel-Firewall---Multithreaded-Packet-Processor-with-Lock-Free-Ring-BufferPublic

    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