Pinned Loading
-
2048-game
2048-game PublicTerminal-based implementation of the classic 2048 game written in C, using ncurses library to create a text-based graphical interface in the terminal.
C
-
memory-allocator
memory-allocator PublicCustom malloc, free, calloc and realloc implementations using sbrk and mmap syscalls, with best-fit allocation, block splitting, block coalescing and heap preallocation
C
-
parallel-news-aggregator
parallel-news-aggregator PublicScalable Java system with a fully parallelized processing pipeline for large-scale JSON data, using a fixed thread model and synchronization mechanisms
Java
-
rest-api-client
rest-api-client PublicCLI client in C that communicats with a REST API server using HTTP requests, handling session cookies, JWT authorization and full CRUD operations
C
-
router-dataplane
router-dataplane PublicA software router implementation in C that handles IPv4 packet forwarding, ARP resolution, and ICMP messaging. Uses a Trie data structure for efficient Longest Prefix Match (LPM) routing.
C
-
pong-game
pong-game PublicOpenGL 2D Pong with a customizable paddle-building phase using drag-and-drop, AABB collision detection, DFS connectivity validation and score-based win/loss conditions with animations
C++
If the problem persists, check the GitHub status page or contact support.