#
c11
Here are 166 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
Jul 27, 2021 - C
Cornerstone of the MOST efficient std::thread on Windows for mingw-w64
-
Updated
Jun 15, 2021 - C
A non Unix-like operating system written in C++/C/assembly. MeetiX OS is based on EvangelionNG, a Ghost derived kernel
gui
opensource
kernel
cpp
operating-system
graphical
c11
gnu-binutils
32-bit
no-unix-like
ghost-kernel
-
Updated
Feb 12, 2020 - 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
Jul 29, 2021 - C
The cross-platform shadowsocks client and server with minimum dependencies.
-
Updated
Jan 7, 2018 - C
-
Updated
Jul 16, 2021 - 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
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
kirushyk
opened
Nov 4, 2019
KeyGen is a generator for keys and passwords.
-
Updated
Jul 16, 2021 - C++
Light Electric Vehicle CAN protocol
-
Updated
Jul 22, 2021 - C
A general-purpose single-header C logging library and parser for event-based logs. WIP
-
Updated
Dec 1, 2020 - C
MattWindsor91
commented
Jul 31, 2019
The use of 'program' here means the specific unit in a Litmus test that contains a single thread of program code. It's confusing because we usually consider a C program to be a collection of such threads.
A light weight, fast and efficient cryptocurrency blockchain implementation written in C11.
-
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