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-09 00:04:38 UTC
- JSON Representation
https://github.com/remram44/libmenu
Bibliothèque C simple permettant de faire des menus en mode texte avec ncurses.
c menu ncurses utility-library written-in-french
Last synced: 09 Jul 2026
https://github.com/Simpson-Computer-Technologies-Research/simplc_parser
Parser for my programming language, simp lang (simpl) made in C
c parser programming-language simpl
Last synced: 14 May 2025
https://github.com/pratishtha-abrol/shell-c
A working shell based on the Linux Terminal, coded in C
c linux-commands linux-shell pipeline redirection
Last synced: 30 Mar 2025
https://github.com/lucasctnh/automated-makefile
A directory watcher to automate the process of creating Makefiles for Allegro projects. Only Windows.
allegro automation c makefiles script windows-api
Last synced: 23 Mar 2025
https://github.com/cayo-rodrigues/gsic
This program accomplishes some common tasks done by grocery stores cashiers
algorithms c command-line-interface data-structures gcc makefile valgrind
Last synced: 22 Mar 2025
https://github.com/islam-hady9/ann-from-scratch-in-c
Creating an Artificial Neural Network (ANN) from scratch in C
artificial-neural-networks c deep-learning from-scratch machine-learning
Last synced: 09 Apr 2026
https://github.com/arthursudbrackibarra/trab2-psb
Trabalho 2 de Programação de Software Básico.
c image-processing seam-carving
Last synced: 22 Jun 2025
https://github.com/buhe/switch_netease_cloud
♫♫♫ Nintendo Switch Netease cloud app.
c netease-cloud-music sdl2 switch
Last synced: 28 Mar 2025
https://github.com/taxpater/C-eshop-pipes
Code showcase for a project assigned during my studies.
Last synced: 22 Sep 2025
https://github.com/ahmed-roshdy-1/lab-3-assissment
it problem-solving using data structures and that when I in my second years in computer science college
Last synced: 02 Aug 2025
https://github.com/antloop-studios/c-unit
Trivial C unit testing library
c header-only simple testing unit-testing
Last synced: 25 Feb 2025
https://github.com/chimari/hdslog
Subaru HDS Log Editor
astronomy c gtk2 gtk3 linux-app observation observatory
Last synced: 11 May 2026
https://github.com/raphaelcausse/makefile
Makefile template for small / medium C projects.
c linux-makefile make makefile makefile-template
Last synced: 13 Aug 2025
https://github.com/kiko-g/feup-rcom
FEUP RCOM | Computer Networks | 2019/20
Last synced: 28 Jul 2025
https://github.com/learn-and-understand/lau-c
A repository for exploration and mastery C.
c c-programming-language learn learning
Last synced: 28 Jul 2025
https://github.com/antonijn/polyfit
Fits a polygon to a given data input
c data-analysis linear-algebra toy
Last synced: 16 Jul 2025
https://github.com/samukiszhsd/linguagemc
Estudo da faculdade sobre a linguagem C e C ++
Last synced: 27 Jul 2025
https://github.com/amanoteam/sphynx
A GCC cross-compiler targeting Linux
c cpp cross-compiler gcc linux
Last synced: 13 Mar 2025
https://github.com/cat-in-the-dark/fc3d
Experimental Fantasy Console for 3D (sic!)
c emscripten fantasy-console game-development game-engine raylib
Last synced: 27 May 2026
https://github.com/abdulrahman-k-s/multithreaded-file-search
A multi-threaded program to search for a specific keyword in multiple files concurrently using pthreads for thread management.
Last synced: 22 May 2026
https://github.com/scott-mescudi/c-run
cli to demo c files inspired by "go run" command
Last synced: 31 Mar 2025
https://github.com/sirwumpus/ioccc-hibachi
Best Abuse of the Guidelines - IOCCC 2004 Winner - web server
Last synced: 18 Aug 2025
https://github.com/robaho/go-network-test
compare relative performance of go networking to Java and C
c golang java networking performance
Last synced: 15 Apr 2026
https://github.com/hojsong/game_and_server
c client cpp database docker docker-compose grapics linux macos makefile pgadmin4 postgressql server shellscript socket-programming
Last synced: 10 Apr 2026
https://github.com/skillfulelectro/core-compute_native
Native binding gen for core-compute api
binding binding-generator c cpp cross-platform gpgpu parallel-computing rust wgpu
Last synced: 02 Aug 2025
https://github.com/renatomaynard/a-multiple-population-coarse-grained-genetic-algorithm-to-solve-the-quadratic-assignment-problem-
A Multiple-population coarse-grained Genetic Algorithm to solve the Quadratic Assignment Problem
c cuda genetic-algorithm quadratic-assignment-problem
Last synced: 09 May 2026
https://github.com/ignackocom/ctemplates
C Language template files
c code doxygen mit-license source template
Last synced: 02 Aug 2025
https://github.com/tomswan/collections
In this repository are collected ZIP files containing listings from programming tutorials I wrote and published roughly between 1980 and 2001.
assembly-language c cpp java pascal program-listings programming-languages programming-tutorial source-code
Last synced: 10 Mar 2026
https://github.com/amanoteam/raiden
A GCC cross-compiler targeting Linux musl
c cpp cross-compiler gcc linux musl
Last synced: 19 Apr 2026
https://github.com/chutrunganh/simplex-method
📌Simple Method in optimization problem, step by step with C language implementation.
c hust linear-optimization linear-programming linear-programming-solver optimization simplex simplex-algorithm simplex-method tableau
Last synced: 25 Oct 2025
https://github.com/matbagnoletti/unipgtutoraggioeq2grado
Esercizio di tutoraggio svolto durante il corso di Programmazione Procedurale del primo anno di Informatica presso l'Università degli Studi di Perugia.
Last synced: 13 Aug 2025
https://github.com/ferhat-mousavi/aes
This repository demonstrates the implementation of cryptographic algorithms including AES for encryption, MD5 and SHA-256 for hashing, and HMAC-MD5 for message authentication. These C code examples are ideal for learning secure data handling techniques in modern applications.
Last synced: 31 Mar 2025
https://github.com/dpbm/snake-ai
A simple AI in pure c++ to play the snake game
algorithms c cmake cpp ctest dot-product games games-ai games-ia genetic-algorithm google-test machine-learning machine-learning-algorithms make matrix snake-game
Last synced: 10 Apr 2026
https://github.com/blacksuan19/c-lang
various programs written in C language
c iium programming programming-language project
Last synced: 27 May 2026
https://github.com/pandh4cker/pandacipher
Symetrical encryption/decryption program
argparse c cbc-mode keccak256 permutation s-box sha-3 substitution-cipher xor-cipher
Last synced: 27 May 2026
https://github.com/danilado/iu7-c
Работы по курсу Программирование на языке C кафедры ИУ7 МГТУ им. Баумана
bmstu bmstu-iu7 c iu7 makefile test-automation testing tests
Last synced: 07 Nov 2025
https://github.com/arkenidar/c-language-learning
about aspects of C language programming
Last synced: 22 Jun 2025
https://github.com/gabrielf7/code-programing-exercises
:computer: Exercícios em Códigos de Programação + Git
Last synced: 11 Apr 2026
https://github.com/stdlib-js/blas-base-matrix-triangles
BLAS matrix triangles.
array blas c fortran javascript matrix multidimensional ndarray node node-js nodejs stdlib triangle triangular types util utilities utility utils
Last synced: 16 Apr 2025
https://github.com/vic37get/jantardosfilosofos
👴🍲 Implementação da solução para o problema do Jantar dos Filósofos
c filosofos jantar mutex sistemas-operacionais so
Last synced: 07 Aug 2025
https://github.com/ufthaq/tirakat
App for tracking your tirakat
audioplayer c c-plus-plus cpp desktop-application indonesia mit raylib windows
Last synced: 08 May 2026
https://github.com/jiriklepl/bachelor-thesis
bachelor-thesis c compiler haskell mff-uk
Last synced: 19 May 2026
https://github.com/darshangaikwad4114/c-language-programs
C Language Programs
Last synced: 01 Sep 2025
https://github.com/luanhimmlisch/webstack
A list / collection of various Web Development Stacks and information related to them
c collection javascript list newbie php stack techstack webdevelopment
Last synced: 11 Apr 2026
https://github.com/arhcoder/sudoku-role-game
🧮 Sudoku console role game made on C language, to play sudoku against a machine, that solves it with an algorithm. It has turns to solve, and the machine has moderated difficulty to avoid win all the times :3
c console machine role-game sudoku sudoku-solver
Last synced: 27 Jul 2025
https://github.com/moxer-mmh/projets4
Module Projet de S4 checkers in assembly
Last synced: 16 May 2026
https://github.com/suvrik/ghostlunky
Enjoy endless daily challenges with your friends!
c disassembly modification spelunky
Last synced: 04 Oct 2025
https://github.com/yhuan416/mmem_debug
(Monitor) Memory Debug Library
c debug memory memory-leak memory-monitor
Last synced: 08 Mar 2025
https://github.com/lancewalk87/cls-logical-expression-codebase
Software | Multi-Lingual Algorithms, Syntax, Paradigms, and Solutions.
algorithm-challenges c c-sharp cli cli-application conditions cplusplus cpp csharp golang java javas logic multilingual objective-c python ruby sandbox scala swift
Last synced: 10 Apr 2026
https://github.com/b0nam/basic-reverse-shell
Reverse Shell simples escrita em linguagem C (Windows/Linux)
c ethical-hacking ethical-hacking-tools linux reverse-shell reverseshell shell windows
Last synced: 22 Mar 2025
https://github.com/tomzox/python-zvbi
Python module providing an object-oriented interface to the ZVBI library (teletext & closed caption decoding)
c capi closed-captions demuxer dvb python-extension python3 teletext v4l2 vbi videotext zvbi-library
Last synced: 25 Apr 2026
https://github.com/djoezeke/yamlfy
A Lightweight Yaml file parser and emmiter written in pure c.
c config configuration cpp deserialize emmiter parser serializer yaml yaml-parser
Last synced: 21 Aug 2025
https://github.com/quytelda/focs
Functional Open C Structures - C Data Structures Library
c data-structures focs functional libfocs
Last synced: 12 Nov 2025
https://github.com/devcheckog/minimum-window-substring
Complicated problem in leetcode, categorized as hard.
Last synced: 13 Aug 2025
https://github.com/rudrajiii/c_with_linux
This is the Place Where i am putting all my Codes and Info about C , Whatever i learn , every single thing i am gonna save here through code as well as in visualized way . that's it !! Happy Coding :> 💖
Last synced: 05 Mar 2025
https://github.com/embeddedalpha/stepper_motor_driver
Scalable Driver for Stepper Motor Written in Embedded C for STM32F407VGT6 Discovery Board.
c driver embedded-c embedded-systems stepper-motor stm32f4 stm32f4-discovery
Last synced: 31 Mar 2025
https://github.com/jessicarod7/ece243-oml-public
Description of a game based on One More Line, created as the final project for ECE243 (Computer Organization).
arm c de1-soc fpga mobile-game one-more-line
Last synced: 18 Sep 2025
https://github.com/spektom/mytar
Simple Unix tar archiving utility implementation
Last synced: 13 Mar 2025
https://github.com/practical-works/gestion-c
🇫🇷 Simple application de gestion en langage C.
c c-language console console-application french gestion learning management simple
Last synced: 11 Aug 2025
https://github.com/eastriverlee/array.h
a lightweight dynamic (and generic) array type C is missing.
array c macro meta-programming programming-language
Last synced: 29 Mar 2025
https://github.com/mkdocstrings/c
A C handler for mkdocstrings. Available to sponsors only.
c mkdocs mkdocstrings mkdocstrings-collector mkdocstrings-handler
Last synced: 18 Jan 2026
https://github.com/maelvls/rbtree-gif
🎋 Visualize what happens to a red-black tree when nodes are inserted and removed
Last synced: 18 Mar 2025
https://github.com/MaeAERIAH369/Ecole-42-Cursus
1st and 2nd years of École 42. Proficiency in C, C++, Asm, OOP, SQL and system administration.
asmx86 c cpp98 network oop postgresql sql system-administration
Last synced: 01 Oct 2025
https://github.com/s1licate/c
C guide, programs and examples.
c c-language c-programming example examples programming tutorial tutorials
Last synced: 16 May 2025
https://github.com/yurrriq/lispy
:book: Working through http://buildyourownlisp.com
c learning-by-book learning-by-doing lisp literate-programming noweb plt programming-language-development
Last synced: 18 Sep 2025
https://github.com/bl0nder/bl0nderos
Implementing an operating system from scratch using Assembly and C.
assembly-x86 c operating-system os
Last synced: 03 Jan 2026
https://github.com/darkseriuscode/simple-snake-ncurses
Very simple snake in C with ncurses
Last synced: 23 May 2026
https://github.com/louiscb/operating-systems
Collection of programs and resources related to Unix based OS
Last synced: 23 Mar 2025
https://github.com/themusharraf/themusharrafs
I'am
c computer-vision cpp go python rust-lang
Last synced: 11 Apr 2026
https://github.com/micheleriva/c-vs-ts-wasm
👽Simple repo I made for myself just to test some WebAssembly compilers.
assembly c compilers cpp haskell typescript wasm wat webassembly
Last synced: 08 Apr 2026
https://github.com/kevinbird61/sc-pktgen
A packet generator built by C language, which is one of my self-training side project.
Last synced: 15 May 2025
https://github.com/abdulrahman-k-s/alx-low_level_programming
This repository stores my solutions to the amazing low-level programming projects I am doing at ALX.
alx alx-low-level-programming c printf simple-shell
Last synced: 22 May 2026
https://github.com/mjakeman/tinyray
A simple raytracer in exactly 450 lines of C code.
3d c graphics learning raytracer raytracing rendering toy-project
Last synced: 09 Jul 2026
https://github.com/t-katsumura/webassembly-examples-eratosthenes
webassembly examples which calculate prime by Sieve of Eratosthenes
assemblyscript c cpp golang javascript rust wasi wasm webassembly webassembly-demo
Last synced: 01 Aug 2025
https://github.com/tutla53/rp2040
Create Robotic Project with Raspberry Pico RP2040 + Pico SDK + FreeRTOS + micro-ROS (coming soon)
c freertos pico-sdk raspberry-pi-pico servo-motor
Last synced: 15 Mar 2025
https://github.com/italocobains/alura-copy-pacman-c
Criando uma copia do pacman para terminal com C
c game-development opensource pacman-game terminal-game
Last synced: 15 Mar 2025
https://github.com/zouariomar/library_management_app_type-1
A console-based Library Management application in C
Last synced: 23 Mar 2025
https://github.com/zpreisler/patchy2d
Simulation software for patchy particles in 2d
2d c computer-simulation opengl scientific sdl2 self-assembly
Last synced: 16 May 2026
https://github.com/electrocodeur/soil_humidity
Projet : Mesure de l'humidité du sol
Last synced: 06 May 2026