An open API service indexing awesome lists of open source software.

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.

https://github.com/lobbyra/cub3d

A project in c that use raycasting to simulate a 3D space in a 2D map

42school c game graphic

Last synced: 19 Jan 2026

https://github.com/desmonhak/argparse_c

Librería para pasear y manejar argumentos por linea de comandos en C

argparse c lexer parser

Last synced: 09 Apr 2025

https://github.com/faisalahmedbijoy/compiler-project-with-flex-and-bison

Laboratory works, Assignments, Laboratory tasks, Projects

bison c compiler-design compilers flex

Last synced: 09 Oct 2025

https://github.com/hxndev/dependency-analysis-and-speedup

In this task, we were given some code snippets and we had to calculate the Dependencies in the code and if resolveable, we needed to re-write the code to remove any sort of dependencies. Furthermore, we had to calculate the speedup graphs too.

c code dependencies dependency-analysis distributed-computing distributed-systems paralelism parallel parallel-computing parallel-programming speedup

Last synced: 09 Oct 2025

https://github.com/iryukizo/snippets

Vim snippets collection.

c golang snippets vim

Last synced: 12 Oct 2025

https://github.com/grz0zrg/fb_monitor

C Framebuffer display of a remote (HTTP) JPEG image / Octoprint monitoring from REST API

3d-printing c embedded-systems framebuffer graphics monitoring monitoring-tool octoprint

Last synced: 12 Oct 2025

https://github.com/martin-rizzo/textfile

A portable, one-header C library to easily read lines of text from files encoded in any format.

c group-microlibs header-only-library unicode

Last synced: 07 Oct 2025

https://github.com/qnkhuat/lifeterm

Conway game of life editor on terminal

c conways-game-of-life terminal

Last synced: 12 Apr 2026

https://github.com/Tyler887/winboot

⚙️ A Windows boot loader that replaces Microsoft's boot loader

assembly-language c gpl microsoft windows windows-10 windows-11

Last synced: 10 Mar 2025

https://github.com/lakshayd02/c-programs

This repository contains a collection of C programs designed to illustrate fundamental concepts and common programming tasks. It's a great resource for learning C, practicing coding skills, and exploring various programming techniques. The examples range from basic syntax and data types to more advanced topics like data structures and algorithms.

c c-language coding practice-programming

Last synced: 08 Oct 2025

https://github.com/neyn/cneyn

Fast and Lightweight C HTTP Library

c c-library c99 fast-library http htttp-server webserver

Last synced: 24 Mar 2025

https://github.com/hiteshpatil2005/data-structures-algorithm

Welcome to the DSA Repository👨🏻‍💻! This repository contains a comprehensive collection of code examples, implementations, and explanations for various Data Structures and Algorithms (DSA). Whether you're a beginner looking to learn the basics or an experienced programmer wanting to brush up on your skills, this repository has something for you.

algorithms applications c dsa-learning-series java

Last synced: 23 Feb 2026

https://github.com/amaitou/minishell

Explore shell programming with our Minishell project – a lightweight, interactive command-line shell built entirely in C. Experience a hands-on journey in creating a basic yet functional shell, delving into process handling, command execution, and user input parsing. Engage with the fundamentals of shell implementation in this educational endeavor.

1337school 42cursus 42network c minishell42

Last synced: 09 Apr 2025

https://github.com/serhiicho/playground

This repo is the playground for programming languages that I'm playing with

c cpp go haskell java js node php python

Last synced: 01 Apr 2025

https://github.com/jiab77/cryptknock

Encrypted Port Knocking Tool

c port-knocker

Last synced: 23 Apr 2025

https://github.com/lind026/ucsan

The User Concurrency Sanitizer (UCSAN)

c concurrency concurrent-programming data-race-detection

Last synced: 23 Apr 2025

https://github.com/95ulisse/hedit

A VIM-like terminal-based hex editor scriptable with JS.

c hex-editor js vim

Last synced: 23 Apr 2025

https://github.com/sabyasachi-seal/codinginc-cpp

This Is where I keep the C codes that I practice

c coding practice programming

Last synced: 27 Jan 2026

https://github.com/smiley4/softwarerenderer

A 3d Software Rasterizer written in C

3d 3d-graphics c computer-graphics rasterizer software-rendering

Last synced: 12 Jun 2025

https://github.com/basemax/c-nostdlib-assembly

We define own _start point without using GLIBC runtime library using Assembly. (x86_64 and i386)

assembly assembly-8086 assembly-x64 assembly-x86 c syscall syscalls

Last synced: 12 Apr 2026

https://github.com/maximilianfeldthusen/simpleparser

This C code implements a simple command-line interface (CLI) that allows users to input commands and receive responses based on those commands.

c parser

Last synced: 05 Sep 2025

https://github.com/geomatsi/stm32-tests

Experiments with stm32 boards

bare-metal c gcc stm32 stm32f0 stm32f4

Last synced: 22 Apr 2025

https://github.com/otmanedaoudi/c-complex-declarations-parser

A program that converts a complex C declaration into a human readable representation.

c compiler-design syntax-analysis syntax-tree

Last synced: 08 Oct 2025

https://github.com/nathanlytang/wg-cli

🔑 A CLI tool to automate and manage WireGuard® peers. Made to complement the existing wireguard-tools subset.

c cli vpn wireguard

Last synced: 11 Mar 2025

https://github.com/oscarfmdc/antsystem

C implementation of various Ant Colony Optimization (ACO) algorithms

c

Last synced: 07 Jan 2026

https://github.com/the-pink-hacker/ticevid

A USB color video player for the TI-84+ CE.

c c-lang c-language c-language-programming qoi qoi-format ti-84-plus-ce

Last synced: 14 Oct 2025

https://github.com/vishalsharma0309/nano_drone

An autonomous nano drone with an end-to-end closed-loop visual pipeline with multiple visual inputs

c cnn crazyflie pulp riscv

Last synced: 18 Apr 2026

https://github.com/abranhe/binary.c

An small C library to work with binary numbers

binary binary-numbers c c-library clib clibs makefile

Last synced: 31 May 2026

https://github.com/myetherwallet/dns-watcher

Query Nameservers to verify proper resolution

c dns validator

Last synced: 08 Oct 2025

https://github.com/franz1981/franz_flow

Single Consumer implementations of a fixed & variable sized FastFlow-Lamport-Thompson ring-buffers

c c11 concurrent-data-structure high-performance ipc low-latency queue ring-buffer zero-copy

Last synced: 10 Jan 2026

https://github.com/ohidurbappy/tutorialspoint-c-source-code

Example code given in Tutorialspoint.com C programming tutorial

c example-code tutorial tutorialspoint

Last synced: 11 Apr 2025

https://github.com/justinmeiners/c-foundation

An implementation of an ANSI C class system similar to Apple's Core Foundation. (Retain/release, autorelease, mutable/immutable, etc)

apple autorelease c cocoa foundation reference-counting

Last synced: 08 Oct 2025

https://github.com/lelserslasers/gameoflife

Game of Life (2d cellular automata described by John Conway) in C, C++, Javascript, Python, Rust (plain Rust and with GGEZ), and Java (plain Java and with libgdx)

2d c cellular-automata cli cpp gameoflife gui java javascript python rust simulation

Last synced: 30 Jul 2025

https://github.com/changyeop-yang/study-c

C는 1972년 켄 톰슨과 데니스 리치가 벨 연구소에서 일할 당시 새로 개발된 유닉스 운영 체제에서 사용하기 위해 개발한 프로그래밍 언어이다. 또한, 오늘날 많이 쓰이는 C++는 C에서 객체 지향형 언어로 발전된 것이다. 또 다른 다양한 최신 언어들도 그 뿌리를 C에 두고 있다.

c cpp mit-license

Last synced: 15 Apr 2026

https://github.com/r1nc/ngenxx

A cross-platform framework based on modern C++, supporting biz dev via Lua & JS.

android c cpp cpp11 cpp14 cpp17 cpp20 cpp23 cross-platform crossplatform harmonyos ios js linux lua macos typescript wasm webassembly windows

Last synced: 02 Apr 2025

https://github.com/bablokb/pico-bme280

Read BME280 sensor values with a Raspberry Pi Pico using the official Bosch-API

bme280 c pico

Last synced: 12 Jun 2025

https://github.com/hwpoison/tinyc-http-server

A tiny HTTP single file multithread server written with pure C (<80kb), server static content and media files. Includes basic file explorer.

c html http http-server multithreading

Last synced: 18 Jun 2025

https://github.com/carcargroup05/designatedcar

This is a repo to store codes for the designated project of the car car class in NTUEE. We appreciate for your star to our repo.

arduino bfs-search c cplusplus python

Last synced: 22 Apr 2025

https://github.com/zzy979/tcpl-code

《C程序设计语言》书中代码和练习题解答

c c-programming-language

Last synced: 10 Apr 2025

https://github.com/vmj/othello

OpenGL Othello game

c game opengl othello

Last synced: 23 Apr 2025

https://github.com/dimalmfao/dimanet

DimaNet is just a bad integration of a neural network library written in pure, ANSI C (and a little bit of C++).

ai c contributions-welcome library open-source

Last synced: 28 Apr 2025

https://github.com/tusharmakkar08/project-x

OpenGL Racing Game

c game game-3d opengl racing

Last synced: 27 Apr 2026

https://github.com/marcusvinix/minishell

The objective of this project is for you to create a simple shell. Yes, your little bash or zsh. You will learn a lot about processes and file descriptors.

42school c minishell

Last synced: 18 Jun 2026

https://github.com/tboox/community

TBOOX Open Source Community

build-tools c cross-platform forum hnr itrace lua tboox tbox vm86 xmake

Last synced: 30 Apr 2026

https://github.com/kishore-ganesh/zeroshell

A work in progress attempt to make a shell that supports piping and redirection in Linux

c linux-shell operating-systems shell

Last synced: 29 Jun 2026

https://github.com/ibob/c-utf8

utf8 ⇔ utf32 (Unicode) conversion for C an C++

c cpp unicode utf-8 utf8

Last synced: 28 Apr 2026

https://github.com/nganltp/fire-detection

Detect fire using image processing and machine learning

c opencv python3 svm-model

Last synced: 30 Apr 2026

https://github.com/baines/morpheus

IRC ↔ Matrix gateway

c irc-gateway matrix

Last synced: 08 Jun 2026

https://github.com/tokenrove/punchy-the-log

Simple demonstration of hole punching for logging

c journaling linux

Last synced: 28 Apr 2026

https://github.com/ferhatgec/solfege

Solfege Esoteric Language, Do Re Mi Fa...

c cpp esolang esoteric-language programming programming-language stdio

Last synced: 15 Jun 2026

https://github.com/hope2333/tsac-ng

神经音频编解码器 — Multi-backend neural audio codec. CPU (AVX/AVX2/AVX-512, NEON/SVE, RVV), GPU (CUDA, HIP/ROCm, Vulkan), LLVM JIT. Clean-room implementation.

arm64 audio-codec avx c cuda dac hip llvm-jit neural-audio riscv simd vulkan

Last synced: 29 Jun 2026

https://github.com/antoinerondelet/sgx-playground

A set of "helloworld" enclaves, some experiments around Intel SGX and a bunch of hardware attack resources

c cpu enclave hardware-attack intel-sgx secure-computation sgx

Last synced: 02 Apr 2026

https://github.com/afnanksalal/frag

Frag is an experimental, compiler-based programming language written in Rust, designed with the goal of becoming a modern systems + robotics language.

c compiler hardware language minimal robotics rust verilog

Last synced: 08 May 2026

https://github.com/ejunjsh/myos

💻 my operating system like unix/linux

assembly bochs brew c i386 i386-elf-gcc nasm operating-system os

Last synced: 08 May 2026

https://github.com/andreeadraghici/hackerrank-solutions

Here is where I store the solutions to all of the HackerRank Problems I attempt

c cpp java python

Last synced: 17 Apr 2026

https://github.com/william-o-s/unsw_comp1511_tutoring

Currently tutoring COMP1511 24T2

arrays c comp1511 linked-list

Last synced: 24 Jun 2026

https://github.com/bamless/cvector

A C99 implementation of a growable array that mimics C++ std::vector

array c c99 dynamic-array vector

Last synced: 24 Jun 2026

https://github.com/janlauber/bfh

Watch my journey at completing the bachelor of science in informatics at Bern University of Applied Sciences.

c computer-science education golang java science study

Last synced: 07 May 2026

https://github.com/ishivanshgoel/cse-1002-problem-solving-and-object-oriented-programming

This repository contains my solutions to problems given for practice in course- CSE-1002 Problem Solving and Object-Oriented Programming(Winter Semester 2019-20)

c cpp cse1002 oops solutions vit vpropel

Last synced: 23 Jun 2026

https://github.com/ac000/textus_coloris

A simple "library" for doing colourised console output

c color colour console text

Last synced: 22 Jun 2026

https://github.com/gibbok/jjj

Minimal and fast command-line file lister with Vim key bindings.

c command-line command-line-tool developer-tools file-manager filesystem launcher ncurses productivity terminal vim

Last synced: 04 May 2026

https://github.com/vatshayan/github-internship

Internship available for Everyone on Machine Learning, Cryptography, Data science, IOT, Security and Web Development

c cryptocurrency cryptography datascience internship internship-report internships internships-offers machine-learning machine-learning-algorithms python startup-internships webdevelopment

Last synced: 03 May 2026

https://github.com/tgsstdio/hello-webassembly

"Hello World" WebAssembly examples in WasmFiddle

c javascript webassembly

Last synced: 24 Apr 2026

https://github.com/bionelabs/eventloop

A simple C thread pool implementation with single core

c caophuocthanh eventloop onebuffer queue xcode

Last synced: 09 Apr 2025

https://github.com/yash22222/c-programming-projects-and-algorithms

In computer programming terms, an algorithm is a set of well-defined instructions to solve a particular problem. It takes a set of input(s) and produces the desired output. For example, An algorithm to add two numbers: Take two number inputs Add numbers using the + operator Display the results.

algorithms algorithms-and-data-structures c c-programming c-programming-language data-structures mini-project

Last synced: 13 Jun 2026

https://github.com/sisoma2/drivertester

Program to test IOCTLs in Drivers

c driver ioctl malware malware-analysis windows

Last synced: 19 Apr 2025

https://github.com/sitewhere/sitewhere-arduino

Library that simplify sending data to SiteWhere from Arduino hardware.

arduino arduino-library c hardware sitewhere sitewhere-arduino

Last synced: 28 Apr 2025

https://github.com/nakidai/3cl

CCL interpreter implementation

c ccl esoteric-language interpreter

Last synced: 08 May 2025

https://github.com/konstantintutsch/caffeine

Calculate your coffee ☕

adwaita c coffee tool

Last synced: 23 Jan 2026

https://github.com/yurrriq/knrc

:book: In which I work through exercises in "The C Programming Language" by Brian W. Kernighan and Dennis M. Ritchie

c c-programming learning-by-book literate-programming noweb

Last synced: 29 May 2026

https://github.com/opennms/jrrd2

Round Robin Database (RRD) interface for Java (threadsafe rewrite)

c java rrd rrdtool

Last synced: 22 Jun 2025

https://github.com/gmartinezramirez-old/c-py

:godmode: [Finished] Python compiler for C language made for the fun of build a compiler from scratch (ok, is not fun, is nerdy).

c compiler compiler-construction lexer python tokenizer

Last synced: 19 May 2026

https://github.com/kittonn/programming-fundamental

01076103 - Programming Fundamental

c intro-to-programming

Last synced: 19 Aug 2025

https://github.com/santerijps/text-editor-from-scratch

An attempt to write a text editor from scratch with C and raylib

c raylib text-editor

Last synced: 01 Mar 2025

https://github.com/archer-01/libft

Implementation of standard libc functions and some other additional functions

c libc static-library

Last synced: 13 Apr 2025

https://github.com/hemmat1984/crun

CRUN - Compile & Run C/C++ Code with Ease

batch-script c compiler-toolset cpp shell-script

Last synced: 12 Apr 2025

https://github.com/mushrom/gojira

A nifty scheme interpreter

c scheme-interpreter

Last synced: 17 Jan 2026

https://github.com/jotavare/c-text-editor

A text editor built from scratch in C, using less than 1000 lines of code.

c input-output search syntax-highlighting text-editor text-viewer

Last synced: 12 Nov 2025

https://github.com/auneri/celloworld

Self-contained project templates for (mostly) C-family languages.

c cmake cxx

Last synced: 09 Apr 2025

https://github.com/driftluo/algorithmpractice

Learning data structures and algorithm by C/C++/Rust

algorithms-datastructures c cpp rust

Last synced: 09 Apr 2025

https://github.com/m4ttpizz4/calculadora_c

Apenas uma calculadora programada em C com diversas funções feita para a faculdade

c calculator calculator-application calculator-c

Last synced: 14 Apr 2025

https://github.com/kusma/cure-for-cancer

The Cure for Cancer, a demo by Excess and friends

c c-plus-plus demoscene software-rendering

Last synced: 02 Mar 2026

https://github.com/thilinarmtb/ttt

Template for a CMake based C project (a library and a binary which calls it).

c clang-format clang-tidy cmake conda doxygen sphinx template

Last synced: 13 Jun 2025

https://github.com/samimbr/tp-m1-rsd-usthb-

TP M1 RSD USTHB 2023 2024 , Scripts et Rapports , ALGO , ASGBD , SE , ALGO REPARTIE , MULTIMEDIA

algorithms-and-data-structures c complexity compression cv2 image-processing java jupyter-notebook linux oracle parallelism plsql python rle rmi semaphore socket sql tcp udp

Last synced: 08 Sep 2025

https://github.com/globbie/knowdy

Knowdy: a knowledge management system

c database embedded-database graph graph-database

Last synced: 24 Apr 2025

https://github.com/x0reaxeax/wot

yep, this is how i spend my free time

c obfuscated obfuscated-code obfuscation pointless

Last synced: 15 Apr 2025

https://github.com/himanshugoel2797/btrfs-parser

Rough parser for btrfs file systems, test for adoption of btrfs in Cardinal

btrfs c cardinal osdev parser

Last synced: 04 Feb 2026

https://github.com/vitumenezes/matrix-multiplication-pthreads-openmp

Matrix multiplication using the parallel programming paradigm (shared memory) in C with Pthreads and OpenMP

c openmp parallel-programming pthreads shared-memory

Last synced: 15 Apr 2025