C is a programming language designed by Dennis Ritchie at Bell Labs. C is very widely used, straightforward, and can be compiled to a number of platforms and operating systems. C is an imperative language, with a small number of keywords and a large number of mathematical operators.
Notes about modern C++, C++11, C++14 and C++17, Boost Libraries, ABI, foreign function interface and reference cards.
Libva is an implementation for VA-API (Video Acceleration API)
A barcode encoding library supporting over 50 symbologies including Code 128, Data Matrix, USPS OneCode, EAN-128, UPC/EAN, ITF, QR Code, Code 16k, PDF...
High-speed secure pseudorandom function for short messages
Lightweight thread library for C/C++ coroutine (similar to goroutine), for high performance network servers.
使用 C++ 11 重构陈硕的 muduo 库,去除 boost 依赖。内部实现有 HTTP 服务器,可支持 GET 请求。
本仓库面向所有对量化分析或开发感兴趣的量化交易从业者,提供系统性学习量化开发的技术路线,从数据获取、策略开发、回测系统到实盘部署。
Collection of miscellaneous portable C snippets.
แจกเอกสารประกอบการสอนเพื่อการศึกษา
plpgsql_check is a linter tool (does source code static analyze) for the PostgreSQL language plpgsql (the native language for PostgreSQL store procedu...
The classic, refined DOOM source port. For Windows PC.
High Performance Software-Defined Object Storage for Big Data and AI, that supports Amazon S3 and Openstack Swift
bytecode interpreter in c (blog post)
User space software for Intel(R) Resource Director Technology
⚡ UUIDv47 = v4 privacy + v7 performance
Multipath UDP tunnel
FlatBuffers Compiler and Library in C for C
A portable programming language with a compact intermediate representation
An unix-like toy kernel
Bake, A build system for building, testing and running C & C++ projects
The best terminal emulator based on the Enlightenment Foundation Libraries
HyperCube is a revolutionary, high-performance decentralized computing platform. HyperCube has powerful computing capabilities to provide high-perfor...
A repo which compares the speed of different programming languages.
gb single-file public domain libraries for C & C++
An audio Sample Rate Conversion library
libvim: The core Vim editing engine as a minimal C library
Machine Learning inference engine for Microcontrollers and Embedded devices
eBPF based always-on CPU/GPU profiler auto-discovering targets in Kubernetes and systemd, zero code changes or restarts needed!
【深度开源】Wi-FI模块esp8266学习之旅(持续更新,欢迎 Star...)
A free, open source, CMM engine. It provides fast transforms between ICC profiles.
A C-like hardware description language (HDL) adding high level synthesis(HLS)-like automatic pipelining as a language construct/compiler feature.
A fast convert library between the JSON and C structure. Implement structure serialization and deserialization for C. | C 结构体与 JSON 快速互转库,快...
Blitsort is an in-place stable adaptive rotate mergesort / quicksort.
Yubico Pluggable Authentication Module (PAM)
Terminal based bit manipulator in ncurses
:books: 计算机体系架构、嵌入式系统基础与主流编程语言相关内容总结
Simple, Short and Sweet beginners friendly C language programs
✨Small interesting GUI effects could be reused everywhere
Simple hooking library for C/C++ (x86 only, 32/64-bit, no dependencies)
:books: 编程语言语法基础与工程实践,JavaScript | Java | Python | Go | Rust | CPP | Swift
comparing the c ffi (foreign function interface) overhead on various programming languages
This is a mirror of Richard Stallman's GNU C Language Intro and Reference, available in Markdown and PDF.
Portable Forth in C
Hardware locality (hwloc)
This repository contains sample programs that mimick behavior found in real-world malware. The goal is to provide source code that can be compiled and...
ET: Legacy is an open source project based on the code of Wolfenstein: Enemy Territory which was released in 2010 under the terms of the GPLv3 license...
W25QXX(W25Q10, W25Q20, W25Q40, W25Q80, W25Q16, W25Q32, W25Q64, W25Q128, W25Q256, W25Q512, W25Q01, W25Q02) full-featured driver library for general-pur...
C语言经典小游戏。
x86 C compiler written in untyped lambda calculus
My Solutions to K. N. King's "C Programming: A Modern Approach", second edition