mohitmishra786 / BitsAndBytes
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.
☆59Updated last month
Alternatives and similar repositories for BitsAndBytes:
Users that are interested in BitsAndBytes are comparing it to the libraries listed below
- A guide that explains how programs transform from source code to executables. Deep dive into ELF format, linking processes, and binary op…☆327Updated 4 months ago
- Book in Progress☆334Updated 2 months ago
- This repository is a journey through Operating System concepts, with practical implementations in C. Each day focuses on a specific topic…☆214Updated 2 weeks ago
- Optimized parallel training implementation of a neural network in C for recognizing handwritten digits from scratch on the MNIST dataset☆85Updated 7 months ago
- A tinycompiler in C from scratch☆92Updated 7 months ago
- ☆42Updated 8 months ago
- Advanced memory management features of C and C++; the differences between imperative and object-oriented paradigms. The functional paradi…☆37Updated 9 months ago
- TCP server in C with dynamic HTML templating.☆126Updated last month
- Neural network in C for recognizing american sign language(ASL) from scratch on the MNIST dataset. Optimized with parallel training. Cann…☆37Updated 6 months ago
- pytorch from scratch in pure C/CUDA and python☆40Updated 5 months ago
- machine learning from absolute scratch in c. gradients, linear algebra ops & everything else without using any third party library!☆22Updated 7 months ago
- Notes on "Programming Massively Parallel Processors" by Hwu, Kirk, and Hajj (4th ed.)☆52Updated 7 months ago
- An emulation based tool for learning and debugging assembly.☆372Updated last month
- Assembly Guide☆150Updated 3 years ago
- A roadmap to learn C from Scratch☆606Updated 6 months ago
- A program written in C++ that emulates a bogus CPU☆20Updated 10 months ago
- C Programing Tutorials based on First Year BCA Subject 104-CPPM☆43Updated 6 months ago
- my little linear algebra library☆47Updated 8 months ago
- A programming language in C, with a tokenizer, a parser, an abstract syntax tree interpreter, a compiler, and a virtual machine.☆54Updated 5 years ago
- A comprehensive collection of cheatsheets for reverse engineering, binary analysis, and assembly programming tools. This repository serve…☆470Updated 2 months ago
- A collection of small C projects - usually a minimal example of something interesting☆40Updated 2 years ago
- ☆46Updated 7 months ago
- Titc-Tac-Toe game in C☆13Updated last month
- handwritten digit recognition system using a custom neural network architecture. Built with C, it features both training capabilities and…☆46Updated last month
- Experimental JavaScript runtime built with C, JavaScriptCore (JSC), and libuv.☆62Updated last month
- Track memory leaks for Linux kernel modules using eBPF☆38Updated 3 weeks ago
- Toy vector database written in c99.☆26Updated 6 months ago
- A bignum library for C.☆33Updated 8 months ago
- C Programming with Christine Landerau☆30Updated 10 years ago
- An introduction to language design through building a compiler frontend and completing a self-paced exercise on top of LLVM.☆110Updated last week