Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/adrien-zinger/code_bucket
Collection of some presentations, work studies to show and project to share.
https://github.com/adrien-zinger/code_bucket
Last synced: 19 days ago
JSON representation
Collection of some presentations, work studies to show and project to share.
- Host: GitHub
- URL: https://github.com/adrien-zinger/code_bucket
- Owner: adrien-zinger
- Created: 2022-04-12T08:09:41.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-03T14:11:30.000Z (about 1 year ago)
- Last Synced: 2024-03-15T00:55:41.892Z (8 months ago)
- Language: C
- Size: 339 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Collection of code, little tools and ideas
You can look at my blog where I speak about some of those mini projects [here](https://www.maybeuninit.com)
non-blocking-queue: Rust implementation of a non blocking queue based
on linked list. Also a C implementation.reagir: Implements a C library that give a simple framework
for the conception of states machine. There is a lot
of inspiration from Redux or React.gpio\_sim: Little tool that simulate a gpio chip with one line. You can
command `set high` and `set low` to change the pin state.