c
Topic

c

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.

Repositories (1310)

C-Cpp-Notes
C-Cpp-Notes caiorss C++

Notes about modern C++, C++11, C++14 and C++17, Boost Libraries, ABI, foreign function interface and reference cards.

758
libva
libva intel C

Libva is an implementation for VA-API (Video Acceleration API)

758
zint
zint zint C

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...

758
SipHash
SipHash veorq C

High-speed secure pseudorandom function for short messages

756
state-threads
state-threads ossrs C++

Lightweight thread library for C/C++ coroutine (similar to goroutine), for high performance network servers.

756
A-Tiny-Network-Library
A-Tiny-Network-Library Shangyizhou C++

使用 C++ 11 重构陈硕的 muduo 库,去除 boost 依赖。内部实现有 HTTP 服务器,可支持 GET 请求。

756
Awesome-QuantDev-Learn
Awesome-QuantDev-Learn 0voice

本仓库面向所有对量化分析或开发感兴趣的量化交易从业者,提供系统性学习量化开发的技术路线,从数据获取、策略开发、回测系统到实盘部署。

756
portable-snippets
portable-snippets nemequ C

Collection of miscellaneous portable C snippets.

755
ebook-for-education
ebook-for-education kongruksiamza

แจกเอกสารประกอบการสอนเพื่อการศึกษา

755
plpgsql_check
plpgsql_check okbob C

plpgsql_check is a linter tool (does source code static analyze) for the PostgreSQL language plpgsql (the native language for PostgreSQL store procedu...

753
doomretro
doomretro bradharding C

The classic, refined DOOM source port. For Windows PC.

752
oio-sds
oio-sds open-io Python

High Performance Software-Defined Object Storage for Big Data and AI, that supports Amazon S3 and Openstack Swift

751
mac
mac felixangell C

bytecode interpreter in c (blog post)

750
intel-cmt-cat
intel-cmt-cat intel C

User space software for Intel(R) Resource Director Technology

750
uuidv47
uuidv47 stateless-me C

⚡ UUIDv47 = v4 privacy + v7 performance

750
glorytun
glorytun angt C

Multipath UDP tunnel

749
flatcc
flatcc dvidelabs C

FlatBuffers Compiler and Library in C for C

746
oakc
oakc adam-mcdaniel Rust

A portable programming language with a compact intermediate representation

743
OS67
OS67 SilverRainZ C

An unix-like toy kernel

740
bake
bake SanderMertens C

Bake, A build system for building, testing and running C & C++ projects

737
terminology
terminology borisfaure C

The best terminal emulator based on the Enlightenment Foundation Libraries

728
hypercube
hypercube hypercube-lab Rust

HyperCube is a revolutionary, high-performance decentralized computing platform. HyperCube has powerful computing capabilities to provide high-perfor...

728
speed-comparison
speed-comparison niklas-heer Python

A repo which compares the speed of different programming languages.

726
gb
gb gingerBill C

gb single-file public domain libraries for C & C++

725
libsamplerate
libsamplerate libsndfile C

An audio Sample Rate Conversion library

722
libvim
libvim onivim Vim script

libvim: The core Vim editing engine as a minimal C library

720
emlearn
emlearn emlearn Python

Machine Learning inference engine for Microcontrollers and Embedded devices

719
parca-agent
parca-agent parca-dev Go

eBPF based always-on CPU/GPU profiler auto-discovering targets in Kubernetes and systemd, zero code changes or restarts needed!

719
StudyInEsp8266
StudyInEsp8266 xuhongv Assembly

【深度开源】Wi-FI模块esp8266学习之旅(持续更新,欢迎 Star...)

717
Little-CMS
Little-CMS mm2 C

A free, open source, CMM engine. It provides fast transforms between ICC profiles.

716
PipelineC
PipelineC JulianKemmerer VHDL

A C-like hardware description language (HDL) adding high level synthesis(HLS)-like automatic pipelining as a language construct/compiler feature.

716
struct2json
struct2json armink C

A fast convert library between the JSON and C structure. Implement structure serialization and deserialization for C. | C 结构体与 JSON 快速互转库,快...

715
blitsort
blitsort scandum C

Blitsort is an in-place stable adaptive rotate mergesort / quicksort.

715
yubico-pam
yubico-pam Yubico C

Yubico Pluggable Authentication Module (PAM)

714
bitwise
bitwise mellowcandle C

Terminal based bit manipulator in ncurses

713
EmbeddedSystem
EmbeddedSystem SummerGift Jupyter Notebook

:books: 计算机体系架构、嵌入式系统基础与主流编程语言相关内容总结

706
beginners-C-program-examples
beginners-C-program-examples gouravthakur39 C

Simple, Short and Sweet beginners friendly C language programs

704
GuiLiteSamples
GuiLiteSamples idea4good C++

✨Small interesting GUI effects could be reused everywhere

699
subhook
subhook Zeex C

Simple hooking library for C/C++ (x86 only, 32/64-bit, no dependencies)

698
CS-Notes
CS-Notes wx-chevalier C

:books: 编程语言语法基础与工程实践,JavaScript | Java | Python | Go | Rust | CPP | Swift

697
ffi-overhead
ffi-overhead dyu C

comparing the c ffi (foreign function interface) overhead on various programming languages

696
gnu-c-language-manual
gnu-c-language-manual VernonGrant

This is a mirror of Richard Stallman's GNU C Language Intro and Reference, available in Markdown and PDF.

696
pforth
pforth philburk C

Portable Forth in C

694
hwloc
hwloc open-mpi C

Hardware locality (hwloc)

694
learning-malware-analysis
learning-malware-analysis jstrosch C

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...

693
etlegacy
etlegacy etlegacy C

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...

691
w25qxx
w25qxx libdriver C

W25QXX(W25Q10, W25Q20, W25Q40, W25Q80, W25Q16, W25Q32, W25Q64, W25Q128, W25Q256, W25Q512, W25Q01, W25Q02) full-featured driver library for general-pur...

691
C-Language-Games
C-Language-Games hubojing

C语言经典小游戏。

686
lambda-8cc
lambda-8cc woodrush Common Lisp

x86 C compiler written in untyped lambda calculus

683
c-solutions
c-solutions williamgherman C

My Solutions to K. N. King's "C Programming: A Modern Approach", second edition

682