#
c11
Here are 189 public repositories matching this topic...
New changes are here: https://notabug.org/bfgeshka/awesome-c
-
Updated
Nov 28, 2020
The skiplist based persistent key/value storage engine
c
freebsd
database
osx
nosql
key-value
kvstore
persistent-data-structure
persistent-storage
skiplist
c11
database-engine
key-value-database
embedded-c
ejdb
key-value-store
kv-store
android-database
skip-list
-
Updated
Mar 25, 2022 - C
A compact implementation of the Cyphal/CAN protocol in C for high-integrity real-time embedded systems
c
embedded
communication-protocol
uav
robotics
space
protocol
aerospace
embedded-systems
can
uavcan
can-bus
canbus
c11
misra
socketcan
vehicle-bus
can-fd
cyphal
opencyphal
-
Updated
Apr 11, 2022 - C++
Open
Dont panic
good first issue
Good for newcomers
The missing small and fast image decoding library for humans (not for machines) ⛵ https://sail.software
svg
png
jpeg
tga
tiff
bmp
gif
webp
cpp17
apng
c11
jpeg2000
pcx
gif-animation
image-encoding
image-decoding
avif
image-library
image-codecs
qoi
-
Updated
Apr 9, 2022 - C
An hobby OS written in modern C++20 which aims to be Unix-like. Currently based on EvangelionNG, a GhostOS derived kernel
linux
unix
gui
opensource
kernel
cpp
osdev
operating-system
gcc-complier
graphical
x86
gnu
c11
hobby
gnu-binutils
hobby-os
32-bit
cpp20
ghost-kernel
-
Updated
Apr 11, 2022 - C
Cornerstone of the MOST efficient std::thread on Windows for mingw-w64
-
Updated
Apr 12, 2022 - C
A Micro (1k lines of code) Unit Test Framework for C/C++
c
testing
c-plus-plus
unit-testing
cmake
embedded
cpp
assertions
macros
cpp11
test-framework
cpp17
c11
tau
testing-framework
assertion-macros
c17
cpp20
binary-comparisons
1k-lines
-
Updated
Apr 11, 2022 - C
The cross-platform shadowsocks client and server with minimum dependencies.
-
Updated
Jan 7, 2018 - C
-
Updated
Jul 16, 2021 - C
Everything is focused on Unix systems. From C Language Programming to Unix Systems Programming and Kernel Hacking
c
linux
documentation
unix
kernel
c99
talks
unix-like
kernel-modules
papers
articles
system-programming
c11
c89
unix-philosophy
kernel-hacking
-
Updated
Nov 12, 2018 - C
An easy to use unit testing framework written in, and created for, the C language.
-
Updated
Jun 16, 2020 - C
Memory consistency modelling using Alloy
opencl
x86
armv7
model-checking
constraint-solver
c11
powerpc
memory-model
nvidia-gpus
compiler-design
-
Updated
Dec 16, 2020 - OCaml
Light Electric Vehicle CAN protocol
-
Updated
Apr 3, 2022 - C
kirushyk
opened
Nov 4, 2019
A general-purpose single-header C logging library and parser for event-based logs. WIP
-
Updated
Dec 1, 2020 - C
Improve this page
Add a description, image, and links to the c11 topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the c11 topic, visit your repo's landing page and select "manage topics."
In quite a few places in the code, you have
panic!()orunwarp(). This is frowned upon in the Rust community. We should have dedicated error types instead