jmarkowski / design-patternsLinks
Example C implementations of design patterns from the gang of four
☆15Updated 3 years ago
Alternatives and similar repositories for design-patterns
Users that are interested in design-patterns are comparing it to the libraries listed below
Sorting:
- Practical design patterns in C☆445Updated 2 years ago
- Linear Linked List Library☆51Updated last year
- A set of dbg(…) macros for C☆93Updated 5 months ago
- A fast and lightweight event loop for embedded platforms.☆105Updated 3 years ago
- Framework and Plugin design in C☆245Updated 11 months ago
- Simple and memory-efficient implementation of OOP in C suitable for real-time embedded systems.☆251Updated last year
- Code samples for the book Patterns in C☆184Updated 9 years ago
- Object-Oriented Programming With ANSI-C☆295Updated 4 years ago
- A collection of commonly used C MACROS☆145Updated 2 years ago
- A toolkit for firmware development☆60Updated this week
- Tiny, modular, drop-in, library of some most commonly used utility methods for C (embedded) applications. Intended to be used as a git-su…☆158Updated 3 months ago
- String parsing library combining the memory safety of strsep and the convenience of a sscanf-like interface.☆28Updated last year
- An framework that provides extensions to the standard library with object oriented design in C☆26Updated 6 years ago
- Embedded systems memory management library. Implementations for malloc(), free(), and other useful memory management functions☆266Updated last year
- Basic logger for C and C++ projects☆117Updated 4 years ago
- A simple string that can be passed to most library functions, e.g. printf, and supports its own methods such as add, insert, replace, and…☆21Updated 4 years ago
- Fixed Block Memory Allocator in C☆24Updated 2 months ago
- A lightweight header only logging library for C☆56Updated 3 years ago
- Protothreads (coroutines) in C99. Highly portable, but work best in low-end embedded systems.☆294Updated 8 years ago
- Snippets of C code to use in embedded platforms and micro-controllers.☆10Updated 4 years ago
- Portable hierarchical state machine written in C ( no use of malloc )☆19Updated 9 months ago
- Lightweight logger for C/C++ programs, implemented as a single header file.☆111Updated 2 years ago
- A library of generic intrusive data structures and algorithms in ANSI C☆608Updated 7 years ago
- "Lock-Free Ring Buffer" (LFRB) is a minimal, customizable implementation of a ring buffer (a.k.a. circular buffer) in C, specifically sui…☆61Updated 11 months ago
- A simple logging library for C/C++☆160Updated last year
- ctest is a unit test framework for software written in C.☆242Updated last month
- Lightweight exception implementation for C☆346Updated 7 months ago
- this is a github mirror of picoC (http://code.google.com/p/picoc/)☆83Updated 13 years ago
- Fast and lightweight math expression evaluator in C99☆142Updated 5 years ago
- A C library to build CGI applications☆50Updated 3 years ago