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-01 00:04:19 UTC
- JSON Representation
https://github.com/risc-os-community/wakeonlan
A simple Utility to generate Magic Packets to wake up on LAN devices from RISC OS via both CLI and Desktop
arm broadcast-address c cli desktop gcc hacktoberfest multi-tasking networking-application raspberry-pi risc-os riscos utilities wake-on-lan wakeonlan wakeonlan-application wimp
Last synced: 12 Apr 2025
https://github.com/himanshu-o5/warp
Warp is a lightweight and efficient task reminder system written in C, designed to help users stay on top of their important tasks.
Last synced: 17 Feb 2026
https://github.com/slayers-git/argparse
A simple parser for the unix-like command line options
argparse args argument-parser c c89 cli command-line-parser freestanding freestanding-environments lib option-parser parser unix
Last synced: 29 Mar 2025
https://github.com/andre-j3sus/game-of-life
Conways Game of Life in C language.
c conways-game-of-life game-of-live makefile wsl-ubuntu
Last synced: 25 Jun 2025
https://github.com/uael/libft
The aim of this project is to code a C library regrouping usual functions that you’ll be allowed to use in all your other projects.
Last synced: 20 Jul 2025
https://github.com/supragya/HLang
Core shell scripting language design and interpreter proposed for HelenOS's BDSH shell system. Includes prototype implementation using AST and provision for lightweight object code for BeagleBoards
ast bison c executor flex interpreter programming-language scripting-language
Last synced: 11 May 2025
https://github.com/jackeylea/linux-0.12
Linux 0.12 with GCC 11.2.0
asm c compile gcc image linux-kernel make makefile ubuntu2004 ubuntu2204 ubuntu2204lts
Last synced: 15 Jul 2025
https://github.com/andrewmcwattersandco/programming-language-benchmarks
Benchmarks for programming languages
benchmark c lua luajit programming-language-benchmarks
Last synced: 04 Oct 2025
https://github.com/jrzvnn/kattis-solutions
This repository contains solutions to various problems from Kattis that I have successfully completed.
c competitive-programming cpp java kattis-solutions
Last synced: 21 Apr 2026
https://github.com/paulo9mv/udp-file-sharer-c
Reliability file transfer sender-receiver by UDP protocol
c cnet cprogramming ethernet filetransfer ip network receiver sender transfer udp
Last synced: 07 Apr 2025
https://github.com/outsidetheboxgames/3ds-game-maker
A 3DS code compiler for Godot 4.0!
3ds 3ds-homebrew c godot godot-engine godot4 godotengine script scripts
Last synced: 22 Aug 2025
https://github.com/karenina-na/data-structure-experiments
西北工业大学(NWPU)数据结构实验
c cpp data-structures-and-algorithms
Last synced: 20 May 2026
https://github.com/neomutt/coccinelle
🔧 Coccinelle Scripts
automation c coccinelle refactoring scripts
Last synced: 08 Mar 2026
https://github.com/akhilpandey95/fat12
An implementation of a FAT 12 system simulation in C
Last synced: 09 Mar 2026
https://github.com/jonathspirit/guc_dogl128
A source library for the dogl128 screen
c dogl128 graphics lcd lcd-display library microcontroller silicon-labs source
Last synced: 13 Jun 2026
https://github.com/narasimha1997/groupchat-c
A simple group chat server that one can write using C/C++, with the support of external websocket router.
c cgi multiprocessing websocket
Last synced: 07 Nov 2025
https://github.com/ya2ir/c_lexer
C Lexer
c lexer lexical-analysis lexical-analyzer tokenization tokenizer
Last synced: 23 Aug 2025
https://github.com/fluencelabs/c-template
Template for C backends
backend-template c wasm webassembly
Last synced: 04 Oct 2025
https://github.com/bagussatoto/perpustakaan-app
Aplikasi Perpustakaan menggunkan C#
Last synced: 17 Aug 2025
https://github.com/sonus21/c-programm-to-3-address-translator
Translate a C program to 3 Address Code.
bison c c-plus-plus compiler lex lexical-analyzer programming-language yacc
Last synced: 23 Apr 2025
https://github.com/beliavsky/c2f
Partial C to Fortran translator by David Frank
c fortran intel-fortran transpiler transpiler-for-casual-use
Last synced: 27 Jul 2025
https://github.com/chris124567/smpd
command line music player daemon client designed for ease of use
Last synced: 30 Mar 2025
https://github.com/takahirox/webassemblythread-benchmark
c cpp javascript thread wasm webassembly
Last synced: 05 May 2026
https://github.com/seluj78/ft_printf
This repository hosts the source code for my rework of the printf function called ft_printf. It's a project made for the school 42 and I'll keep updating/improving it over time
Last synced: 12 Jun 2026
https://github.com/8dcc/libsigscan
Single-header C/C++ library for signature scanning on Linux.
c c-library cpp game-hacking hacking library signature-scanning sigscan
Last synced: 24 Apr 2025
https://github.com/cyrus-and/dry-makefile
Opinionated Makefile for simple C/C++ projects
build-tool c cplusplus makefile
Last synced: 13 Apr 2025
https://github.com/ikrivosheev/base64
Base64 stream encode/decode library
base64 c encoder-decoder library stream
Last synced: 20 Oct 2025
https://github.com/wh1t3h47/afl_pidgin
Fuzz pidgin dbus by using AFL++ and clang's ASAN
afl aflplusplus buffer-overflow c cybersecurity dbus fuzzer fuzzing hacking linux liveoverflow memory-disclosure off-by-one pidgin security zerodium
Last synced: 16 May 2026
https://github.com/madhur-taneja/c
This repository contains C Language codes
Last synced: 23 Aug 2025
https://github.com/8dcc/snc
Simple netcat(1) and ncat(1) alternative over TCP
c cli network productivity sockets
Last synced: 29 Jun 2026
https://github.com/astrodynamic/math-library-in-c
CustomMath library is a C language implementation of the `math.h` library, offering basic mathematical functions like sine, cosine, logarithms, etc. It has no external dependencies and is licensed under MIT. To use it, you need to link it with your project and include its header file in your C source code.
c check cmake library makefile math testing
Last synced: 24 Oct 2025
https://github.com/1Birdo/Mirai-Variant
Another Mirai Varient from two years ago
botnet c c2 client compile ddos dos golang malware malware-development malware-research net network server stress-testing
Last synced: 24 Sep 2025
https://github.com/stillthinkinghere/socialmediamanager
This is a all in one Socialmedia Management app, the front-end it created in c++ and the backend is created in c++, c, java and javascript. This uses http requests and API's to publish posts and to review data of these post across all platforms.
app application c cpp graphical-interface graphical-user-interface gui java javascript media qt qt5 qt6 social
Last synced: 04 Jan 2026
https://github.com/marcosalvalaggio/lana-blas
A Python C-API-based Experimental Linear Algebra library
blas c cpython linear-algebra pypi
Last synced: 10 Mar 2026
https://github.com/randomhashtags/gluon-server
Minecraft server alternative to any written in Java.
Last synced: 14 Mar 2025
https://github.com/jotavare/get_next_line
Create a function that enables reading content line by line from a file descriptor.
buffer c gdb get-next-line gnl makefile norminette static-variables text valgrind
Last synced: 24 Apr 2025
https://github.com/gabriel-logan/primenumbers
Repository containing code that aims to find prime numbers and displays a list of them available on the web.
c c-code learn prime prime-numbers primes student-vscode
Last synced: 18 Mar 2025
https://github.com/ascpixi/is-odd-jit
a blazing-fast JIT-compilation-powered C library to determine whether a number is even or odd
c c-library is-even is-odd is-odd-or-even jit jit-compilation jit-compiler
Last synced: 07 Apr 2025
https://github.com/amir-kedis/c-conway
Conway game of life made in C with raylib, made as a form of escapism from my final exams.
c conways-game-of-life game raylib
Last synced: 05 Jan 2026
https://github.com/danielkrupinski/cmake-demo
A collection of CMake scripts for C and C++ projects.
Last synced: 18 May 2026
https://github.com/tatsh/winprefs
Tool to export registry paths to script and code formats (reg add, PowerShell, C, C#).
backup batch c csharp customisation customization desktop powershell registry win32 windows
Last synced: 14 Apr 2025
https://github.com/basemax/jdate
A free software for Jalali and shamsi date to get current date in jalali calendar.
c c-calendar calendar calendar-c calendar-jalali calendar-service calendar-shamsi calendar-view date date-time datetime gnu-date gnu-linux jalali-calendar jalali-date jalali-datetime jalalidate linux-date shamsi-calendar shamsi-date
Last synced: 20 Aug 2025
https://github.com/ColumPaget/cxine
mostly MPlayer-compatible media player using libxine
c dvd media-player mp4 mplayer webm xine
Last synced: 04 Apr 2025
https://github.com/ishanoshada/sl-android
Slandroid is a universal script runner that simplifies running scripts in multiple programming languages. It automatically detects the language, installs missing interpreters or dependencies, and executes the script seamlessly. Whether it's Python, JavaScript, Bash, Ruby, Java, Go, PHP, Perl, C, C++, Rust, or more—Slandroid has you covered!
bash c perl php py pypi python ruby script-runner sh slandroid
Last synced: 31 Jul 2025
https://github.com/ranitmanik/c-tutorial-codewithharry
This repository is a comprehensive guide and resource for learning C programming from Harry sir.
c c-lang c-language c-language-programming c-programming c-programming-language codewithharry learning learning-exercise learning-resources project
Last synced: 15 May 2025
https://github.com/princekunal101/c_language
Basic C language
basic-learning basic-programming c c-language c-programming c-programming-language low-level-language turbo-codes vscode
Last synced: 15 May 2025
https://github.com/ghaynorg/pmps
C/C++ library and tool for scanning a process's memory space on Windows to find regex string patterns.
c c-language cpp memory memory-searching patterns regex search visual-studio win32 win64 windows
Last synced: 19 Feb 2026
https://github.com/andezion/knight
This is a small test project that demonstrates character movement and control using the SDL library. Also, it is pure C :)
2d-game-engine c clion clion-cmake game-development sdl sdl2-image sdl2-mixer sdl2-ttf
Last synced: 25 Aug 2025
https://github.com/watson1978/ilios
Cassandra driver written by C language for Ruby
Last synced: 31 Aug 2025
https://github.com/nathanmcmillan/hymn-lang-legacy
Small language that compiles to C code.
c compiler language programming-language
Last synced: 20 Jan 2026
https://git.gay/blueb/aster
its like if harper wrote a fediverse software. oh wait.
activitypub activitystreams c fediverse svelte typescript wasm webfinger
Last synced: 04 Oct 2025
https://github.com/arya2004/python-executor-library
Local Python Code Execution Abstraction
c csharp hacktoberfest hacktoberfest-accepted hacktoberfest2024 nuget
Last synced: 09 Apr 2025
https://github.com/pranavbharadwaj007/dsa_lab_3rd_sem
VTU 3rd sem CSE and ISE Lab programs
c data-structures vtu vtulab vtulabprogrammes
Last synced: 22 Sep 2025
https://github.com/ausaf007/efficient-study-planner
The Efficient Study Planner (ESP) is a CLI app that gives an optimized plan to study for an upcoming exam.
Last synced: 29 Sep 2025
https://github.com/teomandeniz/c_mt
A library for C Language that for make you able to use all keywords uppercase, compilable both Windows and Linux operating systems with C99 version and most of functions are re-written.
Last synced: 31 Jul 2025
https://github.com/ikhsan3adi/c5-jump-and-survive
Proyek 2: Pengembangan Aplikasi Berbasis Library | Kelompok C5
Last synced: 05 Apr 2026
https://github.com/msio808/phonebook
Simple Terminal Based Phonebook Application in C
c cli cli-app command-line contact-management-system phonebook phonebook-application terminal-app terminal-based
Last synced: 12 Apr 2025
https://github.com/sarincr/object-oriented-programming-with-cpp
Object-oriented programming is a programming paradigm based on the concept of "objects", which can contain data and code: data in the form of fields, and code, in the form of procedures. A feature of objects is that an object's own procedures can access and often modify the data fields of itself.
algorithms artificial-intelligence c course cplusplus cpp data-science datascience datastructure datastructures deep-learning machinelearning object-oriented-programming objective-c oops-in-cpp opps programming-exercises programming-paradigm regression
Last synced: 09 May 2026
https://github.com/ldilley/igniteircd
:speech_balloon: An ancient fork of the Hybrid IRC daemon (preserved for historical purposes)
c daemon irc irc-server ircd ircserver
Last synced: 27 Jul 2025
https://github.com/hugohow/ft_printf
ft_printf("test %-12f et % #.1x %24s !\n", 42.001, 20, "coco");
Last synced: 27 Aug 2025
https://github.com/michel-leonard/c-rho
The Pollard's Rho algorithm for 64/128 bits Integer Factorization in pure C.
128-bit algorithm c cryptography education example factorization linux math pollard-rho-algorithm simple tool windows
Last synced: 20 Sep 2025
https://github.com/madladsquad/untitledtexteditor
A simple yet powerful text editor initially made for the UntitledDesktopEnvironment
c cpp editor extensible imgui linux text-editor windows
Last synced: 11 Apr 2025
https://github.com/aaravmalani/bencoder
A parser for BitTorrent .torrent files
bencode bencode-parser bencoder bencoding bittorent c cmake collaborate library torrent
Last synced: 10 Apr 2025
https://github.com/h2co3/sdl2-sparkling
SDL2 bindings for Sparkling
c draw ffi ffi-bindings ffi-wrapper graphics graphics-library sdl sdl2 sdl2-bindings sparkling
Last synced: 17 Jun 2026
https://github.com/nityanandagohain/simple-dbms
A simple database management system in c using linked list as its main data structure to maintain efficiency.
Last synced: 31 Mar 2025
https://github.com/mathyscogne/42_mini_talk
A client-server communication program using UNIX signals (SIGUSR1 & SIGUSR2). The client converts strings to binary and transmits them bit by bit to the server, which reconstructs and displays the message.
Last synced: 05 May 2025
https://github.com/4thel00z/cry.h
Small header only c library for crying (errors) in programms
c clib cry error error-handling
Last synced: 24 Mar 2025
https://github.com/rbento/cmake-multiexec-starter
Template for CMake projects with dependencies and which are expected to generate one separate executable per source file.
c cmake cmakelists visual-studio
Last synced: 05 Jul 2025
https://github.com/apsknight/antaran
अंतरण - A File Transfer Program implemented in C using UNIX Socket API over Transmission Control Protocol.
c ftp socket socket-programming
Last synced: 09 Apr 2025
https://github.com/oldnomad/picosocks5
Lightweight and simple SOCKS5 proxy server. This is a mirror, the main repository is on GitLab.
Last synced: 08 Jan 2026
https://github.com/sleepy-monax/shop.c
Application de gestion de magasin écrite dans le cadre du cours de langage C.
Last synced: 25 Mar 2025
https://github.com/lewiszlw/hello-world
Demos in learning program languages, libraries and frameworks. 学习编程语言、库和框架的示例实现。
c dart dubbo flutter java netty python spring spring-boot
Last synced: 04 Feb 2026
https://github.com/abhigyan126/sieve
A C implementation of the SIEVE cache eviction algorithm, based on the research paper (https://junchengyang.com/publication/nsdi24-SIEVE.pdf)
Last synced: 04 Sep 2025
https://github.com/r3dhulk/hangman
Hangman is a word guessing fun game. written in different languagaes
Last synced: 06 May 2026
https://github.com/khianvictorycalderon/my-c-and-cpp-files
Collection of my C and C++ Files, i use C and C++ for programming tutor purpose.
c c-plus-plus cpp low-level-programming programming
Last synced: 11 Apr 2026
https://github.com/System-Glitch/Jumail
Simple, lightweight and configurable email client made in C, compatible with Windows and Linux
Last synced: 10 Mar 2025
https://github.com/onlyf0ur/redware
Functional proof-of-concept botnet created with C & Python. Including a command and control (C) and Pythonic malware.
botnet c malware poc proof-of-concept python3 spyware
Last synced: 07 Jan 2026
https://github.com/a-samod/food-ordering-management-system
The Food Ordering Management System is a command-line based application developed in C language.
Last synced: 07 Jan 2026