7etsuo / awesome-c
A curated list of awesome C frameworks, libraries, resources and other shiny things. Inspired by all the other awesome-... projects out there.
☆8Updated 8 months ago
Alternatives and similar repositories for awesome-c:
Users that are interested in awesome-c are comparing it to the libraries listed below
- A step-by-step walkthrough of the inner workings of a simple neural network. The goal is to demystify the calculations behind neural netw…☆15Updated last month
- A tinycompiler in C from scratch☆92Updated 8 months ago
- ☆11Updated last year
- Web based binary analysis☆85Updated 5 months ago
- HTTP Server in C☆32Updated 7 months ago
- Lightweight web server with hot reload and dynamic html templating.☆174Updated this week
- Tiny Raspberry Pi Operating System☆185Updated 8 months ago
- The source code of part I of the video tutorial on coding a DOOM-like game engine from scratch.☆103Updated 9 months ago
- An emulation based tool for learning and debugging assembly.☆393Updated this week
- CMU Systems Programming course resources incl. course website, labs, schedule, & extra material. Books: "Computer Systems: A Programmer's…☆13Updated last year
- Retro Snake game in pure x86 assembly.☆31Updated 5 months ago
- A cryptographically secure password generator that provides high-entropy passwords with configurable requirements. Uses platform-native c…☆21Updated 6 months ago
- Optimized parallel training implementation of a neural network in C for recognizing handwritten digits from scratch on the MNIST dataset☆85Updated 8 months ago
- A C-compiler written in C☆70Updated 3 months ago
- Multithreaded Reverse Proxy Server In C☆33Updated last month
- 8086 emulator☆13Updated 4 months ago
- A bare metal raycaster, boots from a floppy image☆130Updated 7 months ago
- Drawing inspiration from Andrej Karpathy’s iconic lecture, "Let’s Build GPT: From Scratch, in Code, Spelled Out", this project takes you …☆14Updated 4 months ago
- Assembly Guide☆164Updated 3 years ago
- Various containers written for C programmers who need complete control over their memory.☆14Updated this week
- Virtual Machines Experimentation Sandbox 2☆16Updated last year
- NES emulator written in C/C++ using pure WinAPI☆111Updated 2 months ago
- PDP-11 Related Source Code☆89Updated last month
- ☆235Updated 7 months ago
- Minos is a mini operating system written in C☆110Updated this week
- NES toolchain & emulator in C☆130Updated 5 months ago
- my little linear algebra library☆47Updated 9 months ago
- Advanced memory management features of C and C++; the differences between imperative and object-oriented paradigms. The functional paradi…