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/vassilispallas/cparser

a simple parser for C programs

c cparser flex semester-project

Last synced: 29 Mar 2025

https://github.com/gbafana25/typesrv

Server for typtester program's multiplayer

c cli typing-game

Last synced: 14 Jul 2025

https://github.com/sunzenshen/cgotchas

Demonstration for using a C library in Go with Cgo

c cgo go golang

Last synced: 06 May 2025

https://github.com/1ay1/vibe

VIBE - A human-friendly configuration format with minimal syntax and fast parsing. No YAML nightmares, no JSON comma catastrophes - just smooth, readable config 🌊

c c11 config-files configuration configuration-management data-serialization json json-alternative parser vibe yaml-alternative

Last synced: 28 Jan 2026

https://github.com/jobson-almeida/c_converter

Um programa para terminal desenvolvido em C, um utilitário para conversão de algumas das principais unidades de medidas

c

Last synced: 16 Feb 2026

https://github.com/maksasj/tartar_origins

Very simple rpg game

c rpg-game tartar

Last synced: 12 Apr 2025

https://github.com/abiiranathan/epollix

An ambitious project to create a web server using epoll in C

c clanguage epoll server web

Last synced: 25 Jan 2026

https://github.com/jayllyz/doomdepth

Doom Depth game simplified in terminal

c doomdepth

Last synced: 27 Jul 2025

https://github.com/sirlavoie/cs-skinchanger

A CS:GO skinchanger made in C.

c csgo-cheat csgo-hack skinchanger skinchanger-csgo

Last synced: 05 Aug 2025

https://github.com/abdelkarimhajji/libft_42

Libft: Your Custom C Library @ 42 📚 Discover my implementation of the "libft" project at 42. This custom C library provides essential functions for various tasks, empowering your C programming journey! #CProgramming #Libft 🚀💻

c libft42 makefile

Last synced: 21 Aug 2025

https://github.com/mewmewdevart/linguagemc

🎓 | Exercises developed while I reading the Linguagem C ebook by Luis Damas.

algorithms c ebook logic programming

Last synced: 23 Jun 2025

https://github.com/tentaclepurple/42_minishell

Graded 125/100 with bonus

42 c

Last synced: 28 Mar 2025

https://github.com/tbobm/softwar

RPG with a C-based server.

algorithms c python sockets

Last synced: 19 May 2026

https://github.com/tpanj/sccp

Simple C Config Parser is simple to use generic reader of key value combinations

c c89 config cross-platform ini toml

Last synced: 02 Feb 2026

https://github.com/baltasarq/reveni

A ZX-Spectrum + adventure game written in C.

c interactive-fiction text-game zx-speccy zx-spectrum

Last synced: 03 Jul 2026

https://github.com/burakdemir-mb/c-cpp-data-structures

Data Structures in C & C++

c cpp data-structures

Last synced: 19 Feb 2026

https://github.com/rajsoni03/cplusplus-training

C Plus Plus Training Class Codes and Notes

c c-plus-plus core cpp oops-in-cpp

Last synced: 20 May 2026

https://github.com/richi-mi/algoritmos-y-estructuras-de-datos

Practicas de programación de la materia "algoritmos y estructuras de datos" de la Escuela Superior de Computo

algorithms algorithms-and-data-structures c

Last synced: 08 May 2025

https://github.com/jbrosdevelopment/virtualcomputer

This project is a virtual computer that takes a vector of bytes and runs it as instructions. Also included is a complete assembler and compiler.

assembler binary bytes c compiler computer instruction-set-architecture rust vc virtual-computer

Last synced: 05 Jan 2026

https://github.com/yageek/mandel

:art: Mandelbrot fractal using SDL

c mandelbrot-fractal sdl

Last synced: 21 Mar 2025

https://github.com/srilakshmikanthanp/libio

Beginners Friendly Input/Output Library For C, Python Like Syntax!

beginners-friendly c input-output library

Last synced: 09 Sep 2025

https://github.com/basemax/checkfullbinarytreec

This is a simple C program to check if a binary tree is full or not.

bin-tree binary-tree binarytree bintree c data-structure datastructure ds full-binary-tree tree

Last synced: 03 Apr 2025

https://github.com/lorenzomorelli-webdev/c_assembly_optimization

Unical project for "ARCHITETTURE E PROGRAMMAZIONE DEI SISTEMI DI ELABORAZIONE" exam

assembly c kmeans nearest-neighbor-search optimization

Last synced: 04 Apr 2025

https://github.com/fboulnois/pg-scram

A tiny C program to create valid Postgres scram-sha-256 passwords

c libpq postgres postgresql scram-sha-256

Last synced: 20 May 2026

https://github.com/sagiegurari/c_fsio

File System utility functions.

c c-lib c-library filesystem filesystem-library

Last synced: 22 Mar 2025

https://github.com/bemwamalak/operating-systems-engineering-course-assignments

My solutions for the MIT 6.S081 / Fall 2020 Operating Systems Engineering course Assignments.

c operating-systems

Last synced: 11 Jun 2026

https://github.com/arifulislamat/algorithm

Basic algorithm in c language.

algorithom c program

Last synced: 19 Sep 2025

https://github.com/whoismtrx/42_libft

Libft the first project in the 42 curriculum, we create our own library of useful functions in C

1337 1337cursus 1337school 42 42born2code 42cursus 42projects 42school c clang clanguage correction libft makefile norm norminette subject

Last synced: 02 Jul 2026

https://github.com/hacker-code-j/gift

Lightweight Block Cipher GIFT-64 and GIFT-128

blockcipher c gift lightweight-cryptography symmetric-key-cryptography

Last synced: 16 Jul 2025

https://github.com/kaustubhhiware/compiler

Compiler for restricted grammar C.

c compiler compiler-design

Last synced: 29 Mar 2025

https://github.com/mdubus/rushes

Rushes of the school 42

42 42school c

Last synced: 02 Sep 2025

https://github.com/nsmryan/protoflight

Protoflight is a toy flight-software-like system aiming to be small and understandable

c embedded wip

Last synced: 08 Apr 2026

https://github.com/prust/glasstack

A lightweight, minimal-abstraction cross-platform framework

c cross-platform desktop duktape engine framework gui javascript javascript-engine lightweight runtime

Last synced: 16 May 2026

https://github.com/samarjit98/computer-networks

Network programming using the BSD Sockets API and PCAP in C.

c client-server computer-networks network-programming pcap socket-programming system-programming

Last synced: 11 Jun 2025

https://github.com/myousaf64/push_swap

Push_swap is a an efficient sorting algorithm using two stacks and a limited set of operations. The goal is to sort a given set of integers in ascending order using the fewest possible moves, implementing and optimizing various sorting algorithms to achieve the best performance within specified benchmarks.

algorithms c data-structures programming sorting-algorithms

Last synced: 04 Jul 2026

https://github.com/ikhsan3adi/c5-proyek-2

Proyek 2: Pengembangan Aplikasi Berbasis Library | Kelompok C5

c

Last synced: 24 Feb 2025

https://github.com/teomandeniz/ixio

Create, edit or delete pages in ix.io

batch-script c cmd

Last synced: 31 Jul 2025

https://github.com/oyebamiji-micheal/college-c

A peak into the world of the C programming language

c

Last synced: 04 Jul 2026

https://github.com/georgegkas/data-structures

Personal repository, containing implementations and notes about data structures.

c data-structures set stack

Last synced: 27 Apr 2025

https://github.com/bostelete/cabela_simulator

Simulate the amazing cabela

c cabela raylib screensaver simulator

Last synced: 18 Feb 2026

https://github.com/smerrony/clarimidi

ClariMIDI is a MIDI wind controller based closely on a standard (Boehm) clarinet layout

c clarinet instrument midi midi-controller pico wind-controller

Last synced: 03 Jul 2026

https://github.com/abdelkarimhajji/piscine_42

this is my first own projects pool in 42network .

c makefile piscine42 shell-scripts

Last synced: 18 May 2026

https://github.com/fredmorcos/attic

Archive of old stuff.

archive c python rust snippets

Last synced: 09 Apr 2026

https://github.com/thatonegin/cbone

Verbose build system for C

build-system c

Last synced: 11 Jun 2026

https://github.com/Mr-Monster-0248/Algorithm-interpretor

An algorithm interpretor in C language for the 3rd project in first year at EFREI

algorithm c code interpreter

Last synced: 11 May 2025

https://github.com/oblerion/ui_raylib

ui library for raylib

c opensource raylib ui

Last synced: 18 May 2026

https://github.com/nullsimon/leetcode

leetcode

c go golang leetcode

Last synced: 11 Jan 2026

https://github.com/krasjet/webaudio-c

the simplest example working with webaudio in c

audio c wasm webaudio

Last synced: 17 May 2026

https://github.com/seng3694/idk

2D Graphics Library written in C and OpenGL

2d 2d-game-framework 2d-graphics-library c opengl

Last synced: 16 May 2026

https://github.com/neomutt/test-ansi

⚠️ Some experiments with ANSI escape sequences

ansi c gfx test

Last synced: 14 Feb 2026

https://github.com/boatx/ltbtoolkit

Library for calculating parameters of cosmological models with Lemaitre - Tolman - Bondi metric

c cosmology flrw-metric general-relativity gpl gsl-library lemaitre-tolman-bondi-metric openmp

Last synced: 22 Jun 2025

https://github.com/bezlant/s21_matrix_routines

👩‍💻 A simple matrix processing library. (School 42)

c check matrix matrix-library test-coverage

Last synced: 04 Apr 2026

https://github.com/amirreza-ipchi-haq/brainf

The interpreter for BrainF

brainfuck-interpreter c command-line-tool

Last synced: 24 Jul 2025

https://github.com/allyndawn/wxtx

STM32 Nucleo-F429ZI FreeRTOS RFM69HCW Weather Station Transmitter / Outdoor Unit

c embedded freertos iot stm32 stm32f4 weather weather-station

Last synced: 15 Jun 2026

https://github.com/ataldaaiume/ensinamentos-de-c-bruto

📁 Repositório criado para armazenar pequenos exercícios em C feitos durante as aulas da professora Cláudia. Ideal para revisar lógica de programação e fundamentos da linguagem C de forma prática.

algorithms c estrutura-de-dados estrutura-de-dados-em-c exercicios exercises fundamentals fundamentos iniciante iniciantes logic-programming logica-de-programacao logical-programming

Last synced: 21 Feb 2026

https://github.com/aidinhamedi/advanced-arduino-datalogger

This project is an advanced datalogger that logs temperature, humidity, and air pressure. It uses an Adafruit SHT31 sensor for temperature and humidity, and a BMP180 for air pressure.

arduino arduino-ide arduino-mega bluetooth bmp180 c cpp data-collection datalogger sensors sht31 st7735 tft-display

Last synced: 21 Aug 2025

https://github.com/florian-a/pipex

Même Mario Bros n'a pas aimé ce projet

42 42born2cod 42born2code 42school c pipe pipex pipex42 unix

Last synced: 25 Feb 2025

https://github.com/arthursudbrackibarra/trab1-psb

Trabalho 1 de Programação de Software Básico.

c hdf image-processing

Last synced: 22 Mar 2025

https://github.com/maxsupermanhd/wmt

Warzone map tool

c editor maps png warzone2100

Last synced: 11 Aug 2025

https://github.com/autch/s98ml

A language for describing S98 sound dump format and its compiler/decompiler

c chiptune s98

Last synced: 22 Jun 2025

https://github.com/psingh12354/c

Here i upload my C code which i have done

50 c c-programming more practice than

Last synced: 26 Jun 2025

https://github.com/shulhan/libvos

A C-with-class library primarily for manipulating DSV data (reading and writing DSV data in any format), turns out it had more capabilities: DNS protocol, FTP protocol, a simple FTP server, OCI protocol, and reading/writing INI configuration file

c dsv ftp-client

Last synced: 14 May 2025

https://github.com/ayushmantripathy/pips

a functional, dynamically weakly typed, interpreted, indented programming language.

c functional-programming interpreter make piping programming-language

Last synced: 21 Mar 2025

https://github.com/bksaiki/minim

Scheme-like language

c hobby-language

Last synced: 13 Apr 2025

https://github.com/aashrafh/naivec

A simple C compiler implemented in LEX (Flex) and YACC (Bison)

bison c c-compiler compiler compiler-design flex lex programming-language yacc

Last synced: 21 Sep 2025

https://github.com/zelr0x/solutions

My solutions to various exercises and algorithms I haven't found a better place for

c clojure cpp exercises-solutions java js python rust

Last synced: 09 Apr 2026

https://github.com/matubu/wireframe

🧵 A wireframe rendering thing using c with the mlx graphic lib

c graphics mlx wireframe

Last synced: 26 Jul 2025

https://github.com/klus3kk/clueengine

The project consists of the simple 3D Engine written in C.

3d-engine 3d-graphics c game-engine graphics-engine opengl real-time-rendering shaders

Last synced: 13 Apr 2025

https://github.com/zakhaev26/c-practice-repo

Repository for myself to refer C in future

answers c questions

Last synced: 21 Jun 2025

https://github.com/maminechniti/sticks

Rust command-line tool for managing C and C++ projects.

build-tool c cpp project-manager rust

Last synced: 13 Apr 2025

https://github.com/bensuperpc/docker-lacc

lacc compiler in docker

c compiler docker lacc

Last synced: 18 May 2026

https://github.com/usmanmehmood55/pid_controller

This is an implementation of a PID controller in C

c control-systems pid-controller

Last synced: 17 Jul 2025

https://github.com/rhhen122/fib

'fib' is a Fibonacci calculator written across multiple languages

brainfuck c cpp docker golang javascript lua php python ruby

Last synced: 11 May 2025

https://github.com/chaozh/c-tools

useful utils for c

c linux

Last synced: 19 May 2026

https://github.com/coldmayo/klaudwebsite

The official KlaudOS Website's source code

c web webapp webdev webdevelopment website

Last synced: 23 May 2026

https://github.com/mattmoony/http-client.c

A windows HTTP-Client. I started this side-project to gather some valuable and detailed information about the Hyper Text Transfer Protocol. (TLDR; this is still a work-in-progress) 🕸️

c client http

Last synced: 02 Jul 2026

https://github.com/dustinkredmond/sqlitetocsv

Command line tool written in C language to export SQLite data as a CSV file.

c csv sql sqlite-databases

Last synced: 26 Aug 2025

https://github.com/felipeizolan/tiny-streamer

🤖 tiny-streamer | create your digital avatar for streams/videos!

c pngtuber vtuber windows

Last synced: 19 May 2026

https://github.com/ryot4/wm0

Simple X11 window manager

c window-manager x11-wm

Last synced: 25 Jan 2026

https://github.com/gabrielu3/ori-inverted-list

Inverted List made for a college discipline named Organization and Retrieval of Information

c data data-structures index inverted-index list

Last synced: 24 Feb 2026

https://github.com/junaidrahim/tictactoe

Was bored, Wrote the classic tic tac toe game in all the languages I could possibly write.

c cpp fun java python tictactoe

Last synced: 10 Apr 2026

https://github.com/luickk/tempcachedb

key/val database with focus on temporary ultra fast data storage

c c-library key-value key-value-database key-value-store

Last synced: 11 Jun 2025

https://github.com/diveshadivarekar/stationary-receipt-c

A simple c program that aids help to create bill receipt and then store it in a text file

c filepointer functions

Last synced: 17 Mar 2025

https://github.com/andrewbastin/texter

A simple ncurses text editor being written in C

c ncurses text-editor work-in-progress

Last synced: 27 Jun 2025

https://github.com/merendamattia/asd

ASD - Algoritmi e Strutture Dati presso l'Università degli Studi di Parma (9 + 6 CFU).

c cpp java

Last synced: 15 Jul 2025

https://github.com/im-rises/cmergesortparallel

Sequential and parallel merge sort algorithm implemented in C using OpenMP

algorithm c merge-sort openmp parallel pthread

Last synced: 14 May 2025

https://github.com/williamkosasih19/jit-nasm

Just In Time NASM. Assemble and run instructions in memory, immediately

asmjit assembler assembler-x86 assembly c compiler jit jit-assembler x86 x86-64

Last synced: 19 May 2026