dexter-xD / project-boxLinks
C projects: algorithms, games, and networking
☆120Updated 3 weeks ago
Alternatives and similar repositories for project-box
Users that are interested in project-box are comparing it to the libraries listed below
Sorting:
- This repository contains solutions and exercises from "The C Programming Language" by Brian W. Kernighan and Dennis M. Ritchie (K&R).☆125Updated last week
- Lightweight web server with hot reload and dynamic html templating.☆239Updated last month
- NES toolchain & emulator in C☆130Updated 6 months ago
- A tinycompiler in C from scratch☆92Updated 10 months ago
- A super light chat service, support free software and free speech. 'Li' pronounces as 'lai' not 'li'.☆66Updated 4 months ago
- Optimized parallel training implementation of a neural network in C for recognizing handwritten digits from scratch on the MNIST dataset☆85Updated 9 months ago
- Tiny Raspberry Pi Operating System☆188Updated 9 months ago
- Experimental JavaScript runtime built with C, JavaScriptCore (JSC), and libuv.☆72Updated 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
- C Programing Tutorials based on First Year BCA Subject 104-CPPM☆46Updated 8 months ago
- example output☆45Updated this week
- Assembly Guide☆170Updated 3 years ago
- Tiny x86_64 OS in C☆71Updated 3 weeks ago
- Lightning-fast HTTP server built in C☆167Updated last week
- ☆42Updated last month
- Retro Snake game in pure x86 assembly.☆34Updated 6 months ago
- Build real C projects with 18 beginner-friendly challenges. Learn by doing with guided coding exercises and practical applications.☆321Updated last week
- This repository is a journey through Operating System concepts, with practical implementations in C. Each day focuses on a specific topic…☆264Updated 2 months ago
- A guide that explains how programs transform from source code to executables. Deep dive into ELF format, linking processes, and binary op…☆329Updated 6 months ago
- handwritten digit recognition system using a custom neural network architecture. Built with C, it features both training capabilities and…