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. C is also a very low level programming language, which means it can communicate directly with hardware.
- GitHub: https://github.com/topics/c
- Wikipedia: https://en.wikipedia.org/wiki/C_(programming_language)
- Created by: Dennis Ritchie
- Released: 1972
- Related Topics: language,
- Aliases: c-language, c-programming-language, c99, c89, c-ansi, k-and-r,
- Last updated: 2026-07-18 00:04:33 UTC
- JSON Representation
https://github.com/libdriver/sfa30
SFA30 full-featured driver library for general MCU and Linux.
c full-featured-driver hcho humidity iic linux mcu sfa30 temprature uart
Last synced: 06 Oct 2025
https://github.com/baines/uj.h
Single-header C JSON lexer & parser in ~500 LoC
500lines c json json-lexer json-parser single-header single-header-lib
Last synced: 12 Mar 2026
https://github.com/lelserslasers/ghosts
A black, white, and grey game. You are trying to collect gold while avoiding ghosts.
blackandwhite c game ghosts greyscale itch-io sdl2
Last synced: 01 Mar 2026
https://github.com/samuka7abr/idp-c-workshop
c college programming teaching workshop
Last synced: 14 Oct 2025
https://github.com/nilostolte/sudoku
Simple 9x9 Sudoku brute force solver with intrinsic parallel candidate set processing using bits to represent digits in the [1, 9] range, and bitwise operations to test a candidate against the candidate set, all at once.
bitwise-operators brute-force-algorithm c java optmization sudoku zig
Last synced: 25 Feb 2026
https://github.com/romiras/cpfront
Subsystem CPfront for translation Component Pascal to C in BlackBox Component Framework
blackbox-component-builder c component-pascal translator
Last synced: 10 Oct 2025
https://github.com/hacke-rc/c_practice_programs
A collection of c programs that I made while learning C Language and still learning and updating to this day :)
c cpp practice-programming practice-project
Last synced: 03 May 2026
https://github.com/shonenada/constance
Constance. A simple operating system.
Last synced: 22 Jan 2026
https://github.com/curttilmes/perl6-tcc
Perl 6 bindings for TCC, the Tiny C Compiler
Last synced: 25 Oct 2025
https://github.com/rubberazer/wall_e_t
Tools to develop Bitcoin wallets in C
bip173 bip32 bip39 bip84 bitcoin bitcoin-wallet c libcurl libgcrypt segwit-address sqlite3
Last synced: 10 Oct 2025
https://github.com/eimamei/gamma-bloke
Gamma Bloke: An attempt in creating a simple GameBoy emulator, only in C
c gameboy gameboy-development gameboy-emulator
Last synced: 14 Jul 2026
https://github.com/brunexgeek/minitar
Small C library to read and write TAR files
Last synced: 28 Apr 2025
https://github.com/felurye/data-structures
Implementações e estudos práticos de estruturas de dados em Java e C, explorando conceitos fundamentais de algoritmos, organização de dados e lógica de programação.
algorithms algoritmos c computer-science data-structures estruturas-de-dados java programming-study
Last synced: 07 Jun 2026
https://github.com/deryaxacar/42-libft
`libft` offers an opportunity to understand how some basic functions in the standard C library work. It is often used as a fundamental exercise to reimplement these functions and create your own library. These functions span various areas such as memory operations, string manipulation, character handling, and lists.
42 42-libft 42-school 42born2code 42cursus 42libft-c 42projects 42school c c-library c-programming c-programming-language c-project c-projects libft libft42 libraries library
Last synced: 12 Jul 2025
https://github.com/lucastornai/comp-rs
Compiler of a fictional language to C written in Rust
Last synced: 08 Oct 2025
https://github.com/internaut/attiny-instructable
Simple source-code examples for a tutorial on instructables.com about AVR-C development on ATtiny microcontrollers.
arduino attiny avr c microcontroller tutorial
Last synced: 05 Mar 2026
https://github.com/biantris/seminary-lib-gd
Project using the library LibGD with language C
Last synced: 12 Apr 2025
https://github.com/alexiszamanidis/vector
Generic Vector/Dynamic Array implementation using Macros in C.
c dynamic-arrays generic macros vector
Last synced: 09 Apr 2025
https://github.com/soras/geneditdist
Generalized edit distance command line tool
aho-corasick-algorithm alignment c edit-distance edit-distance-algorithm edit-distances editdistance generalized-edit-distance generalizededitdistance levenshtein-distance transformations
Last synced: 27 Jan 2026
https://github.com/konfiger/konfiger-c
Light weight package to manage key value based configuration and data files for C and C++
c configuration cpp key-value language parser properties
Last synced: 13 Oct 2025
https://github.com/dgkim5360/algorithms-in-c-sedgewick
Executable programs and exercises from "Algorithms in C" 3/E by Sedgewick
algorithms c exercises sedgewick textbook
Last synced: 13 Oct 2025
https://github.com/libdriver/ags10et
AGS10ET full-featured driver library for general-purpose MCU and Linux.
ags10et c ethanol full-featured-driver iic linux mcu
Last synced: 07 Oct 2025
https://github.com/superpuiu/pwootie
Linux bootstrapper for ROBLOX Studio.
c linux roblox roblox-launcher roblox-studio roblox-wrapper
Last synced: 12 Mar 2026
https://github.com/religiya-serdtsa/libttak
LibTTAK: Next Generation Memory Model
arena-allocator atomicity c concurrency deterministic gc-free lock-free memory-leak memory-safety minimalistic modern-c open-source optimization threading virtual-memory
Last synced: 30 May 2026
https://github.com/marv7000/solink
Shared Object Linker
c linker linux shared-library shared-object x86-64
Last synced: 09 Apr 2025
https://github.com/assaabloy-ppi/binson-c-light
A light-weight C implementation of the Binson serialization format. See https://binson.org/.
Last synced: 06 Jan 2026
https://github.com/xeptore/blurrifier
Educational-purpose multi-threaded image blurrifier
blur-image-converter blur-images c cmake educational educational-project image image-processing jpeg libjpeg multi-thread multi-threaded multi-threading multi-threads multithread multithreaded multithreading multithreads
Last synced: 06 Mar 2025
https://github.com/roteklaue/c-webserver
A simple c webserver implementation
Last synced: 02 May 2025
https://github.com/ayhamratrout/cpu_simulator
A C/C++ program to simulate the functionality of a simple CPU, which utilizes one worker thread, with 256 levels of priority in a run queue.
c c-plus-plus cpp cpu cpu-emulator cpu-scheduling cpu-scheduling-algorithms data-structures object-oriented-programming operating-system operating-systems operating-systems-project os
Last synced: 22 Sep 2025
https://github.com/poly2it/kein
Es gibt kein Build-System!
build-library build-system build-tool c compilation-database deterministic experimental kein nix nix-flake
Last synced: 17 Sep 2025
https://github.com/madladsquad/untitledruntimelibraryloader
A cross platform runtime shared object loader(windows and unix)
c cpp library library-loader unix utility utility-library windows
Last synced: 11 Apr 2025
https://github.com/willdoescode/asciiplay
A small terminal ascii game written in c
Last synced: 08 Apr 2025
https://github.com/marcelometal/jogo-da-velha
Jogo da Velha usando sockets
c glibc gtk2 jogo-da-velha redes sockets tictactoe tictactoe-c-game
Last synced: 11 Jul 2025
https://github.com/zoff99/jni_notifications
JNI Notifications
c java jni kotlin linux notifications rust
Last synced: 31 Jul 2025
https://github.com/concert/rage
Realtime Audio Graph Engine (RAGE)
audio c plugin-host realtime scheduling
Last synced: 26 Dec 2025
https://github.com/archo5/sgregex
Regular expression library
c c89 c99 lightweight limited regex regular-expression simple
Last synced: 16 May 2025
https://github.com/m-tartari/xemoai3-exercises
exercises to familiarize with Xenomai 3.1 using Raspberry Pi
c raspberry-pi raspberry-pi-4 xenomai xenomai3
Last synced: 03 Sep 2025
https://github.com/gsquire/fencelock
An alternative distributed lock for Redis
Last synced: 15 Apr 2025
https://github.com/rrxxyz/nvim-minimal
Neovim starter configuration for your preferred programming language, just switch a branch
android c cpp get-started lua neovim neovim-starter-kit nvim nvim-config nvim-configuration nvim-dotfiles nvim-lua python starter-kit vim vimrc
Last synced: 26 Sep 2025
https://github.com/aditeyabaral/data-structures-ue18cs202
A repository containing the source codes for the Data Structures course (UE18CS202) at PES University.
algorithms c data-structures data-structures-and-algorithms
Last synced: 27 Aug 2025
https://github.com/andersonhsporto/ft-printf
This project focuses on implementing a simplified version of the printf function, commonly used in C programming for formatted output. The implementation replicates some of the key features of printf, allowing for dynamic string formatting and output generation
Last synced: 15 Apr 2025
https://github.com/algosup/2023-2024-project-3-virtual-processor-team-1
The goal of the project is to create a virtual processor and an interpreter for running assembly code on that processor
Last synced: 02 Jul 2025
https://github.com/kabirjaipal/evil-codes
Evil Codes is a repository where you will find many useful code snippets and also you can add your codes contact me on instagram : kabirjaipal_2004
c code-generation codeforces codes cpp discord discord-bot discord-js javascript problem-solving python script scripts snippets snippets-collection
Last synced: 09 Jul 2025
https://github.com/jaydson/wasm-test
Hacking with wasm
c emscripten javascript wasm webassembly
Last synced: 15 Apr 2025
https://github.com/x0reaxeax/lambda
it really is a lambda
ascii-art c code-art half-life lambda linux obfuscated-code x86-64
Last synced: 15 Apr 2025
https://github.com/jayantgoel001/operating-system
c deadlock linux operating-system scheduling-algorithms
Last synced: 02 Jul 2025
https://github.com/ktravis/verse
A compiler that emits C for a language with explicit, consistent semantics.
Last synced: 11 Apr 2025
https://github.com/astrolabsoftware/interfaces
How to interface different languages implied in the process of scientific programming especially in the context of the AstroLab Sofware organization, or developments using it.
apache-spark c c-plus-plus functional-programming jna scala
Last synced: 30 Apr 2025
https://github.com/okbob/replace_empty_string
PostgreSQL generic C trigger used for replace empty strings by NULLs
c extension postgresql trigger
Last synced: 27 Oct 2025
https://github.com/libdriver/bmp384
BMP384 full function driver library for general MCU and Linux.
barometer bmp384 c full-function-driver iic linux mcu spi
Last synced: 16 Aug 2025
https://github.com/aditeyabaral/daa-lab-ue18cs255
A repository containing the source codes for the Design and Analysis of Algorithms Laboratory course (UE18CS255) at PES University.
algorithms brute-force c data-structures graphs searching searching-algorithms sorting sorting-algorithms-implemented
Last synced: 16 Apr 2025
https://github.com/dkruchinin/pppd-ldap
A fork of pppd_ldap-0.12 that supports CHAP/MSCHAP/MSCHAP-v2 authentication with MPPE
Last synced: 22 Jul 2025
https://github.com/aergoio/libaergo
Native library to interface with Aergo
aergo blockchain c c-plus-plus c-sharp ruby swift vb-net
Last synced: 19 Apr 2025
https://github.com/jmacheta/jlink_rtt-cmake
cmake library that enables support for Jlink RTT in your C++ or C project out of the box
c cmake embedded jlink segger-rtt
Last synced: 10 Mar 2026
https://github.com/tayoky/stanix
An 64 bit OS made from scratch
c low-level operating-system os x86-64
Last synced: 30 Apr 2025
https://github.com/mustartt/hydraulic-erosion
A online interactive editor for generating realistic terrain with procedural weathering and iterative erosion simulation. Support export to obj and png height maps
3d-models c erosion-sim simulation ts
Last synced: 18 Jan 2026
https://github.com/squat/darkapi
An API for Darknet image detection neural networks like YOLO
c darknet gpu kubernetes neural-network yolo
Last synced: 22 Mar 2025
https://github.com/tudasc/cusan
A data race detector for CUDA C and C++ based on ThreadSanitizer
c cpp cuda datarace threadsanitizer
Last synced: 12 Aug 2025
https://github.com/sagiegurari/c_forever
Ensure the program runs continuously.
Last synced: 12 Apr 2025
https://github.com/akhadhraoui47/yocto_rpi_imu
This repo covers my journey in learning Embedded Linux/Yocto from scratch, wrapping things up with a custom built image for a RasbperryPi
c cross-compiler embedded-systems linux network raspberry-pi yocto
Last synced: 12 Aug 2025
https://github.com/nulladmin1/nix-flake-templates
A collection of Nix Flake Templates for: Python, CMake, Poetry, uv, Rust, Fenix, Naersk, Vim, Zig, Bash etc.
c cmake cplusplus cpp fenix go golang linux nix nix-flake nixpkgs poetry python rust template template-project templates zig
Last synced: 12 May 2025
https://github.com/cooljeanius/gawk
My fork of gawk, branching from version 4.0.2 (mostly just messing with the build system)
Last synced: 18 Jan 2026
https://github.com/ayushkhodankar/cafe-project
A Mini Cafe Project in C Language
Last synced: 10 Mar 2026
https://github.com/xfgusta/elfy
Display information about ELF files
c elf elf-format elf-parser libelf parser readelf
Last synced: 08 Oct 2025
https://github.com/macmade/dictionary
Generic C Dictionary / Hash Table
c dictionary generic hash-table
Last synced: 19 Apr 2025
https://github.com/macmade/gnu-iso-c11
An awesome C11 compatibility framework for GNU developers
Last synced: 19 Apr 2025
https://github.com/gsri30/datastructuresandalgos
This repository consists of all my dsa codes (written in C) during my college course.
algorithms c c-language college-course competitive-programming datastructures dsa-codes graphs-algorithms maths
Last synced: 23 Apr 2025
https://github.com/ldilley/bsdmod
:smiling_imp: Various demonstrational FreeBSD kernel modules
bsd c example example-code freebsd freebsd-kernel freebsd-kld operating-system tutorial tutorial-code
Last synced: 10 Mar 2026
https://github.com/kdkasad/westwood
A new (and hopefully improved) linter for Purdue's CS 240 course
c cs240 linter purdue tree-sitter
Last synced: 03 Aug 2025
https://github.com/spectatorex/gnome-runner
An endless runner for Sega Mega Drive / Sega Genesis.
c c11 endless-runner retro sega-genesis sega-mega-drive sgdk
Last synced: 11 Oct 2025
https://github.com/0rayn/gettoknow.github.io
Learning how everything works
assembly c cpp os-tutorial osdev
Last synced: 13 May 2025
https://github.com/hearot/primecount-python
A Python wrapper for primecount.
c c-module computation extension linux mathematics maths prime primecount primes primesieve python python3
Last synced: 15 Apr 2025
https://github.com/xaizek/stic
Simple Tests In C (with optional pure C automatic test registration)
automatic-test-registration c test-framework unit-testing
Last synced: 14 Apr 2025
https://github.com/hhromic/e131-mqtt-bridge
E1.31 (sACN) to MQTT Bridging Server written in C
bridge c cpp e131 light-controller mqtt sacn server
Last synced: 04 Jan 2026
https://github.com/yhaiovyi/c-wasm-loader
Super change your browser with C/C++ power.
c cpp wasm webpack webpack-loader webpack3
Last synced: 14 Apr 2025
https://github.com/shankscript/wasm-starter-kit
A bare minimal kit to start working with Webassembly.
c cpp debug starter starter-kit wasm wasm-bootstrap wasm-example wasm-framework web webassembly webassembly-tutorial
Last synced: 09 Mar 2026
https://github.com/astrodynamic/decimal-in-c
Decimal is a high-precision value type for financial calculations that minimizes errors due to rounding. It represents big numbers how in C#.
biginteger bignum-library c cmake decimal library makefiles testing
Last synced: 18 Feb 2026
https://github.com/luki120/cassia
Simple tweak written in pure C, yes you read that right
Last synced: 07 Apr 2025
https://github.com/learnixos/pms
pms - pack my sh*t (or software) is a minimal package manager that functions more in line with Arch's PKGBUILDS and Gentoo's ebuilds.
c linux minimal package-management package-manager
Last synced: 03 Aug 2025
https://github.com/diluo1999/blackjack
Final team project: Blackjack in C. CS50 Software Design and Implementation @ Dartmouth.
bash-shell blackjack-game c documentation game-developement makefile reinforcement-learning tcp-ip team-project valgrind
Last synced: 26 Feb 2026
https://github.com/qu1x/kiss3d-trackball
Virtual Trackball Camera Mode for Kiss3D
arcball c camera exponential-map kiss3d quaternion rust-lang virtual-trackball
Last synced: 28 Jun 2025
https://github.com/codewithmide/alx-higher_level_programming
Higher level programming languages and projects from ALX SE
c javascript mysql-database python3 shell sql sqlalchemy sqlalchemy-orm sqlalchemy-python
Last synced: 04 May 2025
https://github.com/bogdan016/c-projects
A few coding projects I made while learning C for my exams! There's a mix of games like Rock Paper Scissors, Hangman, and Tic-Tac-Toe, Guess the Number game etc.
Last synced: 03 Sep 2025
https://github.com/malb/m4rie
M4RIE is a library for fast arithmetic with dense matrices over GF(2^e) for 2 ≤ e ≤ 16
c linear-algebra matrix-factorization matrix-multiplication
Last synced: 15 Apr 2025
https://github.com/cooljeanius/mdnsd
another package that failed to build with MacPorts that I patched up
Last synced: 18 Jan 2026
https://github.com/azazhassankhan/low_latency_hardware_accelerator_for_stockmarket_indicators
📈 Welcome to the repository that powers the future of stock market analysis with lightning-fast hardware acceleration on FPGA! ⚡️
c compare fpga-accelerator hft-trading trading-bot vhdl
Last synced: 14 Apr 2025
https://github.com/baozhuhan/awesome-se-box
👨🎓 我的专业课程互联网备份。
c cpp homeworks html-css-javascript hzcu java python3
Last synced: 07 Mar 2026
https://github.com/krisvers/koml2struct
krisvers (not-so) Obvious Minimal Language C struct code-gen tool written in C99.
c c-struct c99 code-gen koml markup-language no-dependencies
Last synced: 13 Mar 2025