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.
☆66Updated 5 months ago
Alternatives and similar repositories for BitsAndBytes
Users that are interested in BitsAndBytes are comparing it to the libraries listed below
Sorting:
- Book in Progress☆345Updated 6 months ago
- A guide that explains how programs transform from source code to executables. Deep dive into ELF format, linking processes, and binary op…☆335Updated 7 months ago
- A tinycompiler in C from scratch☆95Updated 11 months ago
- This repository is a journey through Operating System concepts, with practical implementations in C. Each day focuses on a specific topic…☆282Updated 3 weeks ago
- Optimized parallel training implementation of a neural network in C for recognizing handwritten digits from scratch on the MNIST dataset☆86Updated 10 months ago
- Some C++ Examples.☆62Updated last year
- Tiny Raspberry Pi Operating System☆194Updated 10 months ago
- C projects: algorithms, games, and networking☆152Updated 2 months ago
- Experimental JavaScript runtime built with C, JavaScriptCore (JSC), and libuv.☆74Updated 2 months ago
- Advanced memory management features of C and C++; the differences between imperative and object-oriented paradigms. The functional paradi…☆37Updated last year
- Lightweight web server with hot reload and dynamic html templating.☆250Updated 2 months ago
- my little linear algebra library☆46Updated last year
- A super light chat service, support free software and free speech. 'Li' pronounces as 'lai' not 'li'.☆68Updated 5 months ago
- machine learning from absolute scratch in c. gradients, linear algebra ops & everything else without using any third party library!☆24Updated 11 months ago
- Tiny x86_64 OS in C☆75Updated last month
- A turn-based co-petetive multiplayer game☆164Updated 2 weeks ago
- Retro Snake game in pure x86 assembly.☆35Updated 7 months ago
- A repository of all code from Introduction to System Programming in Linux, by Stewart Weiss☆56Updated last month
- pytorch from scratch in pure C/CUDA and python☆40Updated 9 months ago
- An introduction to language design through building a compiler frontend and completing a self-paced exercise on top of LLVM.☆122Updated 3 months ago
- Assembly Guide☆167Updated 3 years ago
- Lightning-fast HTTP server built in C☆173Updated last month
- A programming language in C, with a tokenizer, a parser, an abstract syntax tree interpreter, a compiler, and a virtual machine.☆56Updated 5 years ago
- A roadmap to learn C from Scratch☆624Updated 9 months ago
- A Free Seminar Introducing the C Language☆56Updated 6 months ago
- This repository contains solutions and exercises from "The C Programming Language" by Brian W. Kernighan and Dennis M. Ritchie (K&R).☆151Updated 2 weeks ago
- Neural network in C for recognizing american sign language(ASL) from scratch on the MNIST dataset. Optimized with parallel training. Cann…☆37Updated 10 months ago
- handwritten digit recognition system using a custom neural network architecture. Built with C, it features both training capabilities and…☆49Updated 5 months ago
- NES toolchain & emulator in C☆130Updated 7 months ago
- A comprehensive collection of cheatsheets for reverse engineering, binary analysis, and assembly programming tools. This repository serve…☆558Updated 6 months ago