mcinglis / c-styleLinks
My favorite C programming practices.
☆2,112Updated 4 years ago
Alternatives and similar repositories for c-style
Users that are interested in c-style are comparing it to the libraries listed below
Sorting:
- creating a tiny tensor library in raw C☆788Updated 5 months ago
- µnit is a small testing framework for C☆642Updated last year
- Linus Torvalds' linked list argument for good taste, explained☆2,152Updated last year
- Common libraries and data structures for C.☆2,500Updated 5 months ago
- Minimal unit testing framework for C☆602Updated last year
- A curated list of awesome C frameworks, libraries and software.☆2,064Updated last week
- C Interfaces and Implementations☆677Updated 10 months ago
- Beej's Guide to C Programming source☆574Updated last month
- A TUTORIAL ON POINTERS AND ARRAYS IN C☆1,178Updated last year
- Implementation of C++ standard libraries in C☆1,192Updated 3 weeks ago
- The C Template Library☆1,338Updated 3 years ago
- A modern, user friendly, generic, type-safe and fast C99 container library: String, Vector, Sorted and Unordered Map and Set, Deque, Forw…☆1,700Updated this week
- A GDB frontend for Linux.☆2,526Updated 4 months ago
- The Art of Debugging☆917Updated last year
- Algebraic data types for C99☆1,428Updated 4 months ago
- A C testing library in 1 file. No dependencies, no dynamic allocation. ISC licensed.☆1,501Updated 2 years ago
- Tutorials on tinygrad☆396Updated this week
- A cross-platform C and C++ unit testing framework for the 21st century☆2,142Updated 3 months ago
- Linux containers from scratch in C.☆1,529Updated last month
- Write your own virtual machine for the LC-3 computer!☆1,894Updated 7 months ago
- New changes are here: https://notabug.org/bfgeshka/awesome-c☆346Updated 4 years ago
- A book teaching assembly language programming on the ARM 64 bit ISA. Along the way, good programming practices and insights into code dev…☆3,000Updated 6 months ago
- Easy to use, modular, header only, macro based, generic and type-safe Data Structures in C☆578Updated last year
- Guidance for mollusks (WIP)☆441Updated last year
- a tiny multidimensional array implementation in C similar to numpy, but only one file.☆228Updated last year
- Concurrency library for C (coroutines)☆1,270Updated last year
- Learning assembly for Linux x86_64☆3,073Updated last month
- Reinforcement Learning example in C, playing tic tac toe☆550Updated 4 months ago
- M*LIB is a library of generic and type safe containers / data structures in pure C language (C99 / C11) for a wide collection of containe…