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/cybrox/wroomba

ESP32 (w)roomba project

c esp32 espressif irobot irobot-roomba roomba

Last synced: 05 May 2025

https://github.com/alexfru/emumipself

Simple MIPS32 Emulator (primarily used to run SmallerC compiled for MIPS)

c emulator mips

Last synced: 01 May 2025

https://github.com/eliben/goforth

Forth implementations in Go and C

c compiler forth go interpreter stack-based-language

Last synced: 07 Sep 2025

https://github.com/ceremcem/modbus_lib

Lightweight and easy to merge Modbus RTU Slave library for microcontrollers

c modbus-rtu modbus-slave portable-library stm32

Last synced: 27 Mar 2025

https://github.com/iagoabal/eba

EBA is a static bug finder for C.

c static-analysis static-analyzer static-code-analysis

Last synced: 10 Apr 2025

https://github.com/robertying/tunet-c

C cli and library for Tsinghua University network authentication

android c linux mac openwrt tsinghua-university tunet

Last synced: 15 Jun 2025

https://github.com/embeddedalpha/stm32f411ceu6

Repo for STM32F411x based Black Pill Development Board

c code driver embedded-c embedded-systems library stm32 stm32f4 stm32f411

Last synced: 03 May 2025

https://github.com/ice1000/oi-codes

:closed_lock_with_key: Solutions for online code challenges. Don't be evil.

acm acm-icpc algorithm algorithm-challenges algorithms c cpp crystal dart elixir haskell javascript oi ruby rust solutions typescript

Last synced: 18 Mar 2025

https://github.com/rofl0r/rrredir

round robin port redirector

c lightweight port-redirector proxy round-robin tcp

Last synced: 11 Apr 2025

https://github.com/kube/rt

42 RayTracer. First Semester Graphics Final Project.

42born2code c raytracer

Last synced: 11 Apr 2025

https://github.com/lostella/podds

Poker odds evaluation tool, written in C, multi-threaded

c command-line multithread odds odds-calculator poker texas-holdem

Last synced: 10 Apr 2025

https://github.com/ashwinvis/cython_capi

Where is __pyx_capi__?

c cython python pythran

Last synced: 18 Mar 2025

https://github.com/fahimahammed/cse2122-data-structure-lab

Data Structure can be defined as the group of data elements that provides an efficient way of storing and organizing data in the computer so that it can be used efficiently. Some examples of Data Structures are arrays, Linked List, Stack, Queue, etc. Here I solve some data structure problems.

c data-structure

Last synced: 11 Apr 2025

https://github.com/4ment/physher

A multi-algorithmic framework for phylogenetic inference

bayesian-inference c genetic-algorithm maximum-likelihood mcmc phylogenetics variational-inference

Last synced: 21 Aug 2025

https://github.com/johnsonjh/tvx

tvx: TVX is a portable full-screen editor for CP/M, MS-DOS, GEMDOS, RT-11, RSX-11, VAX/VMS, and UNIX, written in C by Bruce E. Wampler

atari c cpm dos editor gemdos ms-dos rsx-11 rt-11 rt11 screen-editor text-editor tvx vax vms

Last synced: 18 Mar 2025

https://github.com/yushulx/gobarcodeqrsdk

Golang barcode detection module based on Dynamsoft C/C++ Barcode SDK

barcode c code39 cpp docker ean13 golang pdf417 qrcode

Last synced: 15 Dec 2025

https://github.com/3starblaze/gdextension-util

A reference repository that documents Godot's GDExtension API and provides some C boilerplate.

c godot godot-engine godot4 godotengine

Last synced: 24 Oct 2025

https://github.com/eyelash/libgral

low-level cross-platform GUI, audio, and MIDI abstraction

audio c cross-platform gui library midi

Last synced: 05 May 2025

https://github.com/oran-testing/ran-tester-ue

Open source RAN UE centric security testing software.

5g-nr c cplusplus cybersecurity python3 srsran wireless

Last synced: 25 Jan 2026

https://github.com/extremq/lcd1602_i2c

A simple, I2C-based implementation of the 1602 LCD with I2C interface in C using the Raspberry Pi Pico SDK.

c pico pico-sdk

Last synced: 28 Jun 2025

https://github.com/haxpor/lazyfoo-sdl2c

lazyfoo SDL2 tutorial in C with improvement and modifications.

c sdl2

Last synced: 14 May 2025

https://github.com/cdpxe/cceap

The Covert Channel Educational Analysis Protocol (CCEAP) is a network protocol designed for teaching covert channels to professionals and students in higher education. It is also an easy-to-use covert channel traffic generator. The basis for CCEAP are so-called `hiding patterns'.

c covert-channel education hiding-patterns higher-education information-hiding infosec network network-protocol patterns protocol research-paper research-project research-tool scientific-publications steganography students traffic-analysis tunneling undergraduate

Last synced: 23 Mar 2025

https://github.com/kikutano/Mega-Tetris-for-SEGA-Genesis

Tetris game for Genesis, written in C using SGDK.

c megadrive retrodev sega-genesis

Last synced: 14 Mar 2025

https://github.com/mogenson/trinket-m0

Building an embedded Rust application on top of the ASF4 C vendor library

adafruit asf4 atmel c embedded embedded-hal linker microchip rust samd21 trinket-m0

Last synced: 13 May 2025

https://github.com/libdriver/fm24clxx

FM24CLXX(FM24CL04B, FM24CL16B, FM24CL64B) full function driver library for general MCU and Linux.

c ferroelectric fm24cl04 fm24cl16 fm24cl64 full-function-driver iic linux mcu

Last synced: 18 Mar 2025

https://github.com/TUVIMEN/reliq

HTML parsing and searching tool

c html parsing searching

Last synced: 10 May 2025

https://github.com/jeff-1amstudios/carmageddon-1-cheat-code-disassembly

Reverse engineering Carmageddon 1 cheat code system

assembly c carmageddon dos gamedev reverse-engineering

Last synced: 29 Apr 2026

https://github.com/michaelfromyeg/makefiles

⚙️📕 A guide to Makefiles!

c makefiles

Last synced: 27 Aug 2025

https://github.com/amnuts/amnuts

A telnet-based talker

amnuts c chat hacktoberfest nuts talker tcp telnet-server

Last synced: 17 Aug 2025

https://github.com/ifplusor/actrie

Aho-Corasick automation for large-scale multi-pattern matching. Available for C/C++, Python, and Java on Linux, macOS, and Windows.

ac-automation aho-corasick-automation c java matcher python string-matcher string-matching string-search trie

Last synced: 21 Aug 2025

https://github.com/speedycraftah/avr-pico-programmer

A programmer for the AVR architecture microcontroller, specifically the ATTiny84A by Microchip, for the Raspberry Pi Pico.

attiny attiny84a avr avr-programmer avr-programming c raspberry-pi-pico spi

Last synced: 24 Jul 2025

https://github.com/formalsec/wasp

WASP was superseded by: https://github.com/OCamlPro/owi

c program-analysis symbolic-execution testing webassembly

Last synced: 08 Nov 2025

https://github.com/aligrudi/neatrefer

A refer preprocessor for neatroff

c neatroff preprocessor refer

Last synced: 28 Dec 2025

https://github.com/darthmoomancer/polydev

THE project manager for neovim

c cpp html java lua neovim-plugin python rust

Last synced: 02 Sep 2025

https://github.com/aligrudi/neatpost

Neatroff's postscript postprocessor

c neatroff post-processor postscript roff

Last synced: 28 Dec 2025

https://github.com/Electronic-Waste/Chcore

A Microkernel OS Lab & Note & Homework for SJTU SE3357

c homework microkernel notes operating-system sjtu sjtu-se

Last synced: 14 Apr 2025

https://github.com/alexruzin/cpp_api

A C++ API which is useful for Win32. Includes a communication subsystem.

c cpp http-client injector socks5-proxy

Last synced: 10 Aug 2025

https://github.com/anubislms/xv6

NYU's fork of MIT's xv6-public

c

Last synced: 24 Aug 2025

https://github.com/xadillax/xmempool

🛀 A memory pool implemented by C.

c memory-pool

Last synced: 15 Apr 2025

https://github.com/omercsp/simple-build-system

Easy to use and configure C/C++ build system based on Gnu Make

build build-system build-tool c clang cpp cxx gcc gmake linux make makefile sbs system toolchain

Last synced: 16 Oct 2025

https://github.com/jweyrich/imgify

🖼 imgify - Convert any file to PNG and back.

c file-conversion file-converter file-format libpng png steganography

Last synced: 22 Apr 2025

https://github.com/ar1ja/enterprise-add

[Migrated to self-hosted ari-web Forgejo: https://git.ari.lt/ari/enterprise-add] Enterprise AI parody: number addition in C using gradient descent (Machine Learning/AI).

ai c c99 enterprise enterprise-ai gradient-descent llm ml parody

Last synced: 04 Oct 2025

https://github.com/rfratto/viceroy

Docker base image for C cross compilers

c cross-compilation docker go

Last synced: 25 Mar 2025

https://github.com/panmasuo/voice-activity-detection

Voice activity detection algorithm written in C

alsa c language paho-mqtt vad voice-activity-detection

Last synced: 10 Apr 2025

https://github.com/jeffotoni/benchmark

alguns testes de stress para divertimos um pouco com diversas langs usadas em aplicações web para backend

c cpp csharp dart deno go java javascipt lua nodejs php rust

Last synced: 12 Apr 2025

https://github.com/1337programming/webassemblyopengl

C++ project with WebAssembly + OpenGL + Webpack

c cpp javascript node nodejs opengl wasm webassembly

Last synced: 11 Mar 2026

https://github.com/offa/nbcndunit

NetBeans C/C++ unit testing plugin – supporting CppUTest, GoogleTest (gtest) / GoogleMock (gmock) and libunittest C++.

c cpp cpputest googletest java netbeans netbeans-plugin unit-testing

Last synced: 14 May 2025

https://github.com/ibara/edx

Small Wordstar-like text editor for X11.

c editor openbsd text-editor wordstar x11

Last synced: 24 Jun 2025

https://github.com/PedroElFrijol/GuavaOS

My useless x86_64 Operating System

assembly-x86 c chadx86 cpp elf os uefi

Last synced: 11 Mar 2025

https://github.com/eetagent/dohodaprovedeniprace

Knihovna, terminálový program a grafické rozhraní pro vytváření SSPŠ výkazů práce

c cli dpp gtk4 gui ssps

Last synced: 20 Jul 2025

https://github.com/scristobal/cross-compiling-rust-c-wasm-zig

Cross compiling Rust + C codebase to Web Assembly (web and WASI) using Zig

c crosscompile rust wasi wasm webassembly zig

Last synced: 13 Apr 2025

https://github.com/starlink/ast

Starlink AST Library

astronomy c wcs

Last synced: 21 Jun 2025

https://github.com/anshumansinha3301/fifty-shades-of-codes-using-c

C Codes for Internal Examination

c dsa dsalgo-questions

Last synced: 12 Jun 2025

https://github.com/ganesh-k13/btree

B-tree implementation in C based on algorithm in CLRS.

b-tree btree c clrs-book python

Last synced: 13 Sep 2025

https://github.com/izenynn/mini-vim

A "mini" implementation of vim :3

c linux macos minimal syntax-highlighting text-editor vim

Last synced: 11 Jul 2025

https://github.com/7-sevens/cplusplus-repo

C++知识库、资源收集整理(持续更新)

c c-plus-plus

Last synced: 07 May 2025

https://github.com/libdriver/cs100

CS100 full function driver library for general MCU and Linux.

c cs100 full-function-driver gpio linux mcu ultrasonic

Last synced: 27 Jun 2025

https://github.com/kwilczynski/go-magic

Simple interface to libmagic for Go Programming Language

c cgo file-format file-format-detection go golang magic mime mime-types recognition

Last synced: 15 Jul 2025

https://github.com/syeysk/sy_py2c

translation Python source into C.

c python python-c translation translator

Last synced: 10 Sep 2025

https://github.com/luyandamncube/-42_A_hitchhikers_guide_to_C

A crash course PDF for C & Algorithms, written by myself during the WTC bootcamp

42born2code c posix unix

Last synced: 11 Mar 2025

https://github.com/macmade/hexprint

HexPrint is a command line tool that displays a file's content as an hexadecimal dump.

c command-line command-line-tool hexadecimal hexadecimal-dump

Last synced: 03 Mar 2026

https://github.com/pzaino/zvector

An ANSI C Vector library (Dynamic Array) that is fully configurable, fast, thread safe, reentrant, can store dynamic data structures as well as base datatypes and can be used to create dynamic stacks, dynamic queues and more.

algorithms ansi arrays bsd c c99 data-structures dynamic-arrays dynamic-queue dynamic-stack embedded gcc hacktoberfest high-performance library linux macos vectors winodws zig

Last synced: 27 Jul 2025

https://github.com/infobip/redis-fpn

Redis module for Fixed Point Number data type

c redis redis-module

Last synced: 05 Mar 2026

https://github.com/zakkemble/tinydice

A tiny electronic dice

avr c dice project

Last synced: 12 Jun 2025

https://github.com/rosbit/duktape-bridge

A very easy-to-use wrapper of Duktape JavaScript engine, including wrappers for C, Go and Java. The bridge wrapper is also supporting module loader for loading modules written in JS, C and Go. This package is not a binding implementation, it is aimed to be used easily

c duktape easy-to-use embedding golang java javascript

Last synced: 23 Oct 2025

https://github.com/brianobot/c_learning

Codebase of C Code snippets written while learning C

c c-programming learning-by-doing learning-c programming programming-language

Last synced: 06 Jul 2025

https://github.com/itsfoss0/alx-low_level_programming

This Repo contains my low level code in C as a software Engineering student at ALX

alx alx-curriculum alx-low-level-programming alx-school c c-programming holberton-curriculum holbertonschool low-level-programming

Last synced: 10 Apr 2025

https://github.com/theycallmemac/ezsh

ezsh is a user-friendly, and interactive shell designed to simplify a beginner's view of the terminal and command line.

bash c ezsh shell zsh

Last synced: 14 Jun 2025

https://github.com/bandinopla/skill-assessments-quizzes

:rocket: Web App of Interactive quizzes on many subjects to practice for job interviews!

c cpp css javascript php react

Last synced: 04 May 2025

https://github.com/sensirion/gas-index-algorithm

Sensirion's Gas Index Algorithm provides a VOC and NOx Index output signal calculated from the SGP40/41 raw signals

algorithm c embedded example example-usage gas gas-index nox nox-representation python python-wrapper raspberry-pi sensirion sgp sgp40 sgp41 sgp4x voc voc-representation

Last synced: 30 Apr 2025

https://github.com/Wervice/Codelink

Codelink is a family of open source applications for programming and collaboration.

admin c javascript linux-app nodejs server

Last synced: 03 Apr 2025

https://github.com/libdriver/am2320

AM2320 full function driver library for general MCU and Linux.

am2320 c full-function-driver gpio humidity iic linux mcu temperature

Last synced: 03 Apr 2025

https://github.com/ckath/ini_rw

minimal ini parser for reading and writing ini files

c ini-parser

Last synced: 10 Apr 2025

https://github.com/duboviy/low_level_programming

:volcano: A sandbox for trying out low-level programming languages

c cpp low-level low-level-programming

Last synced: 07 Sep 2025

https://github.com/basemax/capis

A sample and tiny RESTful API based on C programming and a fastcgi library.

apache-fcgi c c-cgi c-fcgi cgi cgi-application cgi-bin cgi-fcgi cgi-script cgi-server nginx-fcgi

Last synced: 05 May 2025

https://github.com/basemax/simple-jit-compiler

This project is designed to illustrate the mechanism used in JIT compilers development.

c compiler compiler-jit cpp jit jit-compiler

Last synced: 05 May 2025

https://github.com/coding-enthusiast9857/open-source-contributions

This is an open-source contribution opportunity. It is for everyone. So, Hurry up...!! Don't forget to spread love and if you like give a ⭐️

ai algorithms algorithms-and-data-structures c cpp csharp dsa games helloworld java matlab ml open-source projects python python3

Last synced: 11 Apr 2025

https://github.com/RekGRpth/ngx_http_captcha_module

nginx module for generate captcha and validate captcha code

c captcha nginx

Last synced: 25 Jun 2026

https://github.com/emmiegit/minutils

Reimplementation of some of the coreutils for fun and profit.

c coreutils fun wtfpl

Last synced: 07 Oct 2025

https://github.com/dunkelstern/libmqtt

MQTT library for multiple platforms including embedded targets. Aiming for simple interface and high test coverage

c cross-platform embedded esp32 esp8266 linux mqtt mqtt-client windows

Last synced: 11 Mar 2026

https://github.com/amaitou/cvector

This repository houses a comprehensive implementation of a dynamic array container in the C programming language, inspired by the behavior of C++'s vector container.

c container vector

Last synced: 09 Apr 2025

https://github.com/paulbatchelor/tiziku

Audiovisual generative composition, inspired by Rothko paintings and fluorescent lightbulbs. Written using NanoVG, ChucK, Sporth, and Lua

audiovisual c dsp generative graphics lua music

Last synced: 12 Apr 2025

https://github.com/abhineetraj1/c-ide

This is the simple text editor where you can write , edit and run C code.

c python3 tkinter

Last synced: 16 Apr 2025

https://github.com/aligrudi/neatmkfn

Generate font descriptions for Neatroff

c neatroff opentype

Last synced: 28 Dec 2025

https://github.com/m12t/blindr

Automated window blinds that open at sunrise and close at sunset

3d-printing c cad diy dma gnss irq nmea-parser nmea-protocol raspberry-pi-pico stepper-motor uart ubx-protocol

Last synced: 17 Jan 2026

https://github.com/jasonliang-dev/spry

2D game framework made for rapid prototyping

c cpp gamedev lua

Last synced: 12 Apr 2025

https://github.com/danielkrupinski/kernelpid

Example Windows Kernel-mode Driver which finds process ID by executable file name.

c driver driver-programming eprocess kernel-mode kernel-mode-driver native windows

Last synced: 09 Jul 2025

https://github.com/franko/lhelper

A simple utility to helps compile and install C/C++ libraries on Windows and Linux

build-tool c c-plus-plus cmake linux meson mingw recipe

Last synced: 04 Mar 2026

https://github.com/alandoescs/waffleos

An open source operating system written in NASM and C, with the goal of demystifying how operating systems work.

c nasm osdev visualization

Last synced: 18 Sep 2025

https://github.com/eished/c-cpp

C/C++学习代码库和笔记

c cpp

Last synced: 26 Jul 2025

https://github.com/emmo00/learn-c

Learn C with examples, For Beginners

c cprogramming learn linux tutorial

Last synced: 18 Sep 2025

https://github.com/byt3n33dl3/offensivenim

Weaponizing Nim, with the elegance of modern logic programming language. Nim can do that!?

c nim offensive

Last synced: 13 Apr 2025