mohitmishra786 / BitsAndBytesLinks
A comprehensive systems programming toolkit implementing low-level concepts in C, from memory management to OS internals. Features practical implementations of computer architecture concepts with a focus on performance and hardware interaction.
☆70Updated 11 months ago
Alternatives and similar repositories for BitsAndBytes
Users that are interested in BitsAndBytes are comparing it to the libraries listed below
Sorting:
- A tinycompiler in C from scratch☆108Updated last year
- Book in Progress☆364Updated 5 months ago
- A guide that explains how programs transform from source code to executables. Deep dive into ELF format, linking processes, and binary op…☆350Updated 5 months ago
- Optimized parallel training implementation of a neural network in C for recognizing handwritten digits from scratch on the MNIST dataset☆87Updated last year
- This repository is a journey through Operating System concepts, with practical implementations in C. Each day focuses on a specific topic…☆340Updated 3 months ago
- Tiny Raspberry Pi Operating System☆272Updated last year
- ☆42Updated last year
- Advanced memory management features of C and C++; the differences between imperative and object-oriented paradigms. The functional paradi…☆40Updated last year
- Experimental JavaScript runtime built with C, JavaScriptCore (JSC), and libuv.☆100Updated 3 months ago
- x86_64 OS in C☆76Updated 7 months ago
- Multithreaded Reverse Proxy Server In C☆34Updated 10 months ago
- Lightweight web server with hot reload and dynamic html templating.☆261Updated 8 months ago
- Retro Snake game in pure x86 assembly.☆36Updated last year
- my little linear algebra library☆44Updated last year
- Neural network in C for recognizing american sign language(ASL) from scratch on the MNIST dataset. Optimized with parallel training. Cann…☆38Updated last year
- ☆45Updated 8 months ago
- A turn-based co-petetive multiplayer game☆165Updated last month
- A programming language in C, with a tokenizer, a parser, an abstract syntax tree interpreter, a compiler, and a virtual machine.☆55Updated 6 years ago
- A collection of small C projects - usually a minimal example of something interesting☆47Updated 3 years ago
- A super light chat service, support free software and free speech. 'Li' pronounces as 'lai' not 'li'.☆70Updated last week
- Lightning-fast HTTP server built in C☆179Updated 7 months ago
- A repository of all code from Introduction to System Programming in Linux, by Stewart Weiss☆156Updated 2 weeks ago
- This repository contains solutions and exercises from "The C Programming Language" by Brian W. Kernighan and Dennis M. Ritchie (K&R).☆156Updated 6 months ago
- A single-threaded event-driven cache☆19Updated last year
- machine learning from absolute scratch in c. gradients, linear algebra ops & everything else without using any third party library!☆25Updated last year
- GPT-2 in C☆79Updated last year
- An implement of deep learning framework and models in C☆47Updated 9 months ago
- An introduction to language design through building a compiler frontend and completing a self-paced exercise on top of LLVM.☆140Updated this week
- handwritten digit recognition system using a custom neural network architecture. Built with C, it features both training capabilities and…☆49Updated 11 months ago
- NES toolchain & emulator in C☆128Updated last year