tony-josi's Stars
jwasham/coding-interview-university
A complete computer science study plan to become a software engineer.
practical-tutorials/project-based-learning
Curated list of project-based tutorials
torvalds/linux
Linux kernel source tree
fffaraz/awesome-cpp
A curated list of awesome C++ (or C) frameworks, libraries, resources, and shiny things. Inspired by awesome-... stuff.
cfenollosa/os-tutorial
How to create an OS from scratch
facebook/zstd
Zstandard - Fast real-time compression algorithm
HandBrake/HandBrake
HandBrake's main development repository
coreutils/coreutils
upstream mirror
lotabout/write-a-C-interpreter
Write a simple interpreter of C. Inspired by c4 and largely based on it.
cnlohr/rawdrawandroid
Build android apps without any java, entirely in C and Make
jamesroutley/write-a-hash-table
✏️ Learn how to write a hash table in C
skift-org/skift
🥑 A modern delightful operating system
scandum/binary_search
A collection of improved binary search algorithms.
FireyFly/pixd
🔍 Colourful visualization tool for binary files
niekiran/Embedded-C
Repository for udemy Embedded-C course
copy/life
The definite Conway's Game of Life implementation in your browser. Features an infinite field & Hashlife
nosferalatu/SimpleGPUHashTable
A simple GPU hash table implemented in CUDA using lock free techniques
arjun024/memalloc
A simple memory allocator - Memory allocation 101
PetengDedet/WhatsApp-Analyzer
Analyze Whatsapp chat
jleffler/soq
Stack Overflow Questions and Answers
luisfmcalado/MiniOS
OS from scratch using Nick Blundell, Bran's Kernel and OSDev.org
analogdevicesinc/adpd-drivers
Analog Devices Photometric Device Drivers
AoiKuiyuyou/AoikC4Study
C in four functions
jerr-it/cellmaker
Multi-threaded library for cellular automata
krglaws/RSA
A simple RSA library