A Redis-inspired key-value store built in C++ using socket programming (TCP/IP). Based on James Smith’s "Build Your Own .org" guidebook.
-
Updated
Mar 11, 2025 - C++
A Redis-inspired key-value store built in C++ using socket programming (TCP/IP). Based on James Smith’s "Build Your Own .org" guidebook.
The get_next_line project challenges students to implement a function that returns the next line from a file descriptor with each call. It involves reading with read(), managing dynamic buffers, and handling static variables, reinforcing memory control, string manipulation, and efficient I/O operations in C.
Explore basic assembly language concepts and examples, including fundamental operations, NASM syntax, and low-level programming.
my solutions of exercises in the book "THE C PROGRAMMING LANGUAGE"
110101 is my own compiler, written on c language
Add a description, image, and links to the lowlevelprogramming topic page so that developers can more easily learn about it.
To associate your repository with the lowlevelprogramming topic, visit your repo's landing page and select "manage topics."