Projects in Awesome Lists tagged with clanguage
A curated list of projects in awesome lists tagged with clanguage .
https://github.com/ltcmelo/psychec
A compiler frontend for the C programming language
c c-language clanguage compiler compiler-frontend language-semantics parser parsing parsing-library program-analysis static-analysis type-inference
Last synced: 15 May 2025
https://github.com/elarity/data-structure-php-clanguage
对于数据结构和算法类的东西,我工作有些年份了,大学也有所涉猎,积累了一些内容,不高产不母猪,打我自己脸
algorithm c clanguage data-structures php sort tree-structure
Last synced: 16 Jul 2025
https://github.com/qaiu/c4droid-code
C4droid代码实例 C/C++代码实例/教程
c4droid clanguage cli code cpp gcc learn-to-code
Last synced: 26 Jul 2025
https://github.com/kdesp73/webc
Write and deploy websites using the C Programming Language.
clanguage html http-server library static-site-generator webc webserver website
Last synced: 25 Aug 2025
https://github.com/welding-torch/installc
Install C on Windows with just one click.
beginner c c-language c-language-made-easy c-programming c-programming-language clanguage compiler gcc gcc-complier installer learning mingw mingw-w64 vscode windows
Last synced: 31 Aug 2025
https://github.com/ianshulx/dsa-programs
Note: This repository is not part of Hacktoberfest, but contributions are still welcome if you'd like to contribute!
beginner-friendly c clanguage contributions-welcome cplusplus cpp datastructures dsa dsa-algorithm good-first-project hacktoberfest hacktoberfest2022 java javaalgorithm open-source
Last synced: 04 Apr 2025
https://github.com/whoismtrx/advent_of_code
Solutions to Advent of Code challenges across multiple programming languages.
advent-of-code clanguage coding coding-challenges competitive-programming cpp csharp ocaml puzzle python rust solutions
Last synced: 02 May 2025
https://github.com/victorpreston/sorting_algorithms
sorting_algorithms
alx alx-africa alx-curriculum alx-low-level-programming c clanguage cprogramming cshell
Last synced: 10 Jul 2025
https://github.com/brunomnsilva/abstractdatatypesinc
Collection of abstract data types in C language
abstract-data-types adts c clanguage doxygen
Last synced: 03 Oct 2025
https://github.com/marsdevx/maze-escape
🎮 🧩 Simple 2D puzzle game built in C for Linux and macOS.
2d 2d-game 42 c c-programming c-programming-game clanguage educational-game educational-project game-development gamedev linux macos maze-game maze-generator mlx so-long
Last synced: 12 Oct 2025
https://github.com/franckferman/apprendre_le_c
Référentiel exhaustif pour acquérir une compréhension approfondie des fondamentaux du langage C. Fruit d'une démarche analytique rigoureuse, ce guide offre une pédagogie structurée, avec explications détaillées et exemples concrets, pour maîtriser pas à pas la programmation en C.
apprendre apprendre-c apprendre-code apprendre-dev apprendre-les-bases c c-lang c-programming c-programming-language c-programming-project clang clanguage developpement francais francaise france learn learn-c learning learning-c
Last synced: 19 Apr 2025
https://github.com/saidm96/minirt42
This project is an introduction to the beautiful world of Raytracing. the miniRT is my first ray tracer coded in C, normed and humble but functionnal.
algorithms-and-data-structures clanguage mlx phong-model raytracing
Last synced: 15 Jun 2025
https://github.com/0bvim/philosophers
In this project, you will learn the basics of threading a process. You will see how to create threads and you will discover mutexes.
algorithms clanguage gdb helgrind makefile mutex mutex-lock threads valgrind
Last synced: 09 Apr 2025
https://github.com/virtualvivek/microsegment7
This library provides modules for 7-segment display using 8051 microcontroller to perform system callbacks, text patterns, available code for both common cathode and common anode.
7-segment-display 7segments 8051-architecture 8bitmicrocontrollers arduino clanguage micro-framework microcontroller
Last synced: 25 Apr 2026
https://github.com/ndr3www/game-of-life
Simple implementation of John Conway's cellular automaton with wraparound topology and fancy animations
c cellular-automata cellular-automation cellular-automaton cellularautomata clanguage cmake conway conway-game conway-life conway-s-game-of-life conways-game-of-life conwaysgameoflife gameoflife gameoflifesimulation
Last synced: 15 Jun 2025
https://github.com/tush-tr/c_language
Learning stuff for C language and two basic projects to learn hands on programming using C language.
c clanguage exercises-solutions programming solved-exercises study-material topic tutorials
Last synced: 24 Apr 2025
https://github.com/kdesp73/changelogger
A cli tool to help you keep a changelog in all your projects
changelog changelog-generator changelog-parser changelogger clanguage cli git github-cli sqlite3
Last synced: 08 Feb 2026
https://github.com/vikramsamak/header-file-for-data-structures-for-c-language
Header File For Data Structures (Linked List,Stack,Queue)
clanguage data-structures header-files linked-list queue stack
Last synced: 03 Apr 2025
https://github.com/mr-mohan-v/temperature-controlled-dc-fan
Temperature controlled DC fan using LM35 and Relay in LPC2148 microcontroller
clanguage fan lm35 lpc2148 microcontroller relay temperature-control temperature-monitoring temperature-sensor
Last synced: 09 Feb 2026
https://github.com/MuhammadYusufNugroho/Unity-TowerDefense
Tower defense is a subgenre of strategy games where the goal is to defend a player's territories or possessions by obstructing the enemy attackers or by stopping enemies from reaching the exits, usually achieved by placing defensive structures on or along their path of attack.
clanguage game-development tower-defense tower-defense-game unity unity-3d unity2d unity3d unity3d-plugin
Last synced: 11 Mar 2025
https://github.com/yashpatel7025/expensemanager
Expense Manager using Linked Lists in C, Awesome thing about this project is it keep track of your Expense data even after terminating program.
c clanguage cprogramming datastructures datastructures-algorithms expense-management expense-manager expense-tracker expensemanager linked-list linklist
Last synced: 31 Mar 2025
https://github.com/robocraftyt01/data-structure
Learning Data Structure using JavaScript
bigonotation clanguage java javascript leetcode-solutions notion problem-solving space-complexity stacks time-complexity typescript
Last synced: 05 Oct 2025
https://github.com/lennart1978/tiny-webserver-gtk4
A tiny webserver with GTK4 GUI written in C for Linux
clanguage gtk4 linux-app webserver
Last synced: 03 Feb 2026
https://github.com/victorpreston/monty
Monty is a scripting language that is first compiled into Monty byte codes (Just like Python). It relies on a unique stack, with specific instructions to manipulate it. The goal of this project is to create an interpreter for Monty ByteCodes files.
alx alx-low-level-programming brainfuck c clanguage compiler cprogramming gcc interpreter monty queue stack
Last synced: 15 Apr 2026
https://github.com/sajjad425/pharmacymanagement
A user-friendly C program for managing pharmacy operations.
clanguage cprogramming-language cproject pharmacy-management-system
Last synced: 26 Feb 2026
https://github.com/guilhermeisnotunix/satanbomb
SatanBomb é uma simples Fork Bomb Cross-Platform (macOS, Linux, Windows 32/64 bits) feita em C.
c clanguage fork-bomb malware preprocessing preprocessor security
Last synced: 02 Mar 2025
https://github.com/gunh0/c-atoz
📚 C is a general-purpose, procedural programming language that is widely used for developing system software, embedded systems, and applications in various domains.
Last synced: 25 Mar 2025
https://github.com/jspaaks/copier-template-for-c-projects
Copier template for C projects
c clanguage cmake copier-template template
Last synced: 13 Jun 2026
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/an-jorge/seethec
O que você precisa saber sobre a linguagem C
clang clanguage learning learning-by-doing learning-c learning-code learning-exercise learning-resources
Last synced: 26 Oct 2025
https://github.com/dalae37/dl-engine-console
C Language based Windows Console Game Engine
ascii-rendering clanguage framework game-engine windows-console
Last synced: 20 Feb 2026
https://github.com/devendracollage/dsa-c
This repository Contains the Solutions for the DSA Labs Using the C-Language of all the labs
clanguage cplusplus dsa dsa-algorithm dsa-practice
Last synced: 30 Apr 2026
https://github.com/kdesp73/cchat
A simple chat service for the terminal written in C
chat chat-application clanguage cli sockets terminal
Last synced: 08 Feb 2026
https://github.com/parazeeknova/yggdrasil-todo
🌳 Simple, suckless GUI task management utility written in C with libleif for daily task management.
clanguage desktop-app glew glfw3 linux-application minimal suckless task-management todo-app
Last synced: 29 May 2026
https://github.com/prathameshdhande22/data-structure-and-algorithms
This Repository Contains all the code which i have written while doing DSA.
algorithm algorithms clanguage data-structures dsa dsa-algorithm java leetcode
Last synced: 21 Apr 2026
https://github.com/furkankayar/deuchat
Chat application written in C.
arpanet c clanguage client cprogramming multithreaded multithreading pthread server socket termios
Last synced: 02 Jun 2026
https://github.com/simon-gardier/mini-libc
⚙️ Implementation of a small C standard library
Last synced: 05 Oct 2025
https://github.com/imsushant12/guess-the-number-game
It a number guessing game coded in C Language.
clanguage programming-language project
Last synced: 17 Mar 2025
https://github.com/shingareom/javalanguagecompiler
Java Language Compiler is a simple C program that automates the process of compiling and running Java programs.
c c-language clanguage compiler cprogramming diploma diploma-project fun java javacompiler omshingare project shingareom
Last synced: 16 May 2026
https://github.com/notabhaykumar/college-administration-system
C-based College Administration System This project develops a CAS in C to streamline college operations. It integrates modules for student, faculty/staff, and fee management.
c clanguage structured-data txt-export
Last synced: 24 Jun 2025
https://github.com/ctoic/operating-system
Understanding Operating systems with C
clanguage operating-system process threads
Last synced: 07 May 2026
https://github.com/vishalanandv/high_performance_computing_application
High Performance Computing MPI for Traveling Salesman Problem
clanguage high-performance-computing mpi openmpi-cpu-clusters travelling-salesman-problem
Last synced: 08 May 2026
https://github.com/francescopaolol/mersenneprimenumbers
Simple C code which searching for Mersenne prime about first 1M numbers
algorithms clanguage mathematics mersenne-numbers
Last synced: 14 Sep 2025
https://github.com/whoismtrx/42_philosophers
In the 42 philosophers project, the goal is to develop a synchronization mechanism that enables a group of philosophers to share limited resources while avoiding issues like deadlock.
1337 1337cursus 1337school 42 42cursus 42projects 42school c clang clanguage philosophers philosophers-42 philosophers-dinner-problem philosophers42 processes threads
Last synced: 07 Apr 2025
https://github.com/harshnarayanjha/xenigma
It's Enigma with XOR security. This C program encrypts your file with XOR encryption. It is secure, isn't?
clanguage cs50x encryption-decryption final-project
Last synced: 17 Sep 2025
https://github.com/ismaildrs/ezb
EZB is a command-line tool designed to simplify backing up files to Backblaze B2 cloud storage. It supports various backup functionalities including automatic, threaded, and forked backups.
backblaze-b2 bash clanguage command-line-tool linux linux-shell shell
Last synced: 03 Jan 2026
https://github.com/is0xjh25/dns-server
A DNS resolver which is capable for receiving client queries, analysing packet, and forwarding response from DNS server. It returns IPv6 searching by domain name. Additionally, it provides caching and multi-threading functionalities.
clanguage dns-server operating-system
Last synced: 12 Oct 2025
https://github.com/s-r-e-e-r-a-j/clargs
Clargs is a lightweight, flexible, and powerful C programming language header-only library for parsing command-line arguments.
c-argument-parsing-library clanguage clanguagelibrary cprogramming cprogramming-language headerfile
Last synced: 04 Oct 2025
https://github.com/is0xjh25/process-scheduling
A processor scheduler which would reschedule processes to different processors to maximise the efficiency of the processor usage.
clanguage operating-system processor
Last synced: 22 Mar 2025
https://github.com/akarshjha03/compiler-design
This repository is dedicated to understanding and implementing the core concepts of compiler design. It covers various stages of a compiler, including lexical analysis, syntax analysis, semantic analysis, intermediate code generation, optimization, and code generation.
clanguage compiler compiler-design flex lalr-parser lex lexical-analyzer parser
Last synced: 15 May 2025
https://github.com/is0xjh25/data-insertion-searching
Inserting the dataset by using linked list.
Last synced: 14 Jun 2025
https://github.com/aliiakbarkhan/student-project
A C-based Student Details Management System that efficiently handles student data, including storage, retrieval, and management functionalities.
clanguage project student-project
Last synced: 10 Jun 2025
https://github.com/kdesp73/tbg-engine
A text based game engine written in C
clanguage cprogramming cprogramming-language engine game-development game-engine textbased-adventure-games textbasedgame
Last synced: 03 Jan 2026
https://github.com/is0xjh25/kd-tree-searching
By applying K-D trees data structure, the program would do the map search based on provided x and y coordinates.
Last synced: 06 Sep 2025
https://github.com/pak-app/c-raw-tcp-server
Raw TCP server using C language from scratch
clanguage net server tcp-server
Last synced: 25 Oct 2025
https://github.com/joelmaregina/logicadeprog-c-ifba
Codes of the logic exercises (using C language) made by myself during the course of Analysis and Systems Development of IFBA College.
c clanguage logic-programming logica-de-programacao
Last synced: 10 Oct 2025
https://github.com/hatappo/compilerbook
『低レイヤを知りたい人のためのCコンパイラ作成入門』
assembler assembly clanguage compiler
Last synced: 16 Apr 2026
https://github.com/abhishekkr/aqikcipher
encrypt-decrypt using a small shared password in a dumb One-Time-Pad style
c clanguage cryptography cryptography-tools
Last synced: 05 Jun 2026
https://github.com/aliiakbarkhan/hackerrank-solutions
A repository containing my solutions to various HackerRank problems, implemented in C, demonstrating problem-solving skills and proficiency in the language.
clanguage compititive-programming hackerrank hackerrank-solutions
Last synced: 15 Jun 2026
https://github.com/servettonga/libft
A custom C library implementing standard library functions and additional utilities
clang clanguage cpp standard-library
Last synced: 25 Apr 2026
https://github.com/abdullahazharkhan/tabletennis-sdl2
Pong game built with SimpleDirectmediaLayer (SDL2), in C language.
Last synced: 19 Jul 2025
https://github.com/piriyaraj/word-count-and-plot
It reads multiple text file and plot the chart for all the words in the text. The plot bar count can be change using user inputs. developed by @piriyaraj
clanguage countwordformmultiplefile wordcounter wordcounterinc wordcountplot
Last synced: 15 Mar 2025
https://github.com/piriyaraj/qr-code-generator
QR code generator for the text input using c language. User can able to generate the QR code in different color and different size. fully developed by @piriyaraj
Last synced: 15 Mar 2025
https://github.com/angeldollface/tea
A small CLI utility to combine the "tail" and "head" commands. :coffee: :ribbon: (W.I.P.)
clanguage cli-app gnu mit-license
Last synced: 05 Jun 2026
https://github.com/angeldollface/libcoutils
A set of utility functions for the C programming language. :hammer: :gear: :pick:
c-library clanguage mit-license
Last synced: 10 Jun 2025
https://github.com/laxical/clitalk
A lightweight, terminal-based chat application built in C using the socket.h library. Clitalk allows multiple clients to connect to a single server for seamless, real-time messaging. Perfect for learning network programming concepts or creating simple communication tools.
Last synced: 24 Jul 2025
https://github.com/ashudevcodes/my-text-editor
This is a Text editor i make from scratch in C Language without any extra dependence of C
Last synced: 23 Jul 2025
https://github.com/maazwebdev/c_language_programs
Make The C language Progams . Excercises Are Done From Dennis Ritche Book
c clanguage cprogramming cprogramming-basics cprogramming-language cprogramming-solutions cprograms cproject dennis-ritchie github helloworld-programs simplecalculator
Last synced: 27 Apr 2026
https://github.com/grauho/adventofcode2024
ANSI C89/C90 solutions for Advent of Code 2024
advent-of-code advent-of-code-2024 advent-of-code-2024-c advent-of-code-c ansi ansi-c aoc aoc-2024-in-c aoc-in-c c c89 c90 clanguage
Last synced: 31 Mar 2025
https://github.com/ashudevcodes/blackhole
Creating an INTERSTELLAR Black Hole using raylib game engin
blackhole clanguage interstellar raylib
Last synced: 03 Sep 2025
https://github.com/rabbitmaid/c_programming_examples
A list of exercises i carried out under different sections of c programming.
Last synced: 29 May 2026
https://github.com/spacemonochrome/auv_rbpi_stm32
Managed desktop control station for Teknofest 2024 unmanned underwater vehicle competition; Renci.SSH libraries were used. Teknofest 2024 insansız su altı aracı yarışması için yönetilen masaüstü kontrol istasyonu; Renci.SSH kütüphaneleri kullanıldı.
auv clanguage csharp embedded-systems gui i2c-interface python raspberry-pi rov ssh-client ssh-server stm32 uart-interface ui underwater-communications underwater-robotics underwater-vehicles windows windows-form-application
Last synced: 10 Aug 2025
https://github.com/tush-tr/ps-dsa
Data Structures and Algorithms with a lot of questions
algorithms algorithms-and-data-structures c clanguage cpp datastructures python python3
Last synced: 29 Mar 2025
https://github.com/whoismtrx/42_ft_printf
ft_printf a project in 42 curriculum, we reimplement the printf function in C.
1337 1337cursus 1337school 42 42born2code 42cursus 42projects 42school c clan clanguage ftprintf ftprintf42 printf
Last synced: 07 Apr 2025
https://github.com/a-bdellatif/timedatetemperaturesystem
Dual Display: Time, Date & Temperature Monitor(unfinished)
clanguage microchip pic pic18f pic18f452 programming project
Last synced: 29 Mar 2025
https://github.com/electrikmilk/mindblow
Interpreter for the esoteric programming language 🤯
Last synced: 08 Aug 2025
https://github.com/frank038/wlmonitorset
A night light program for wayland.
c clanguage linux nightlight wayland wlroots
Last synced: 19 Apr 2026
https://github.com/aadityansha06/flash-http-cli
A mini Http cli Using C language and libcurl library just as simple Postman , Work in Linux and Mac , User can make a get request, Post request supporting JSON and application urlencoded both formate
Last synced: 29 Apr 2026
https://github.com/imsushant12/let-us-c
Let Us C : Book, Code and Solution.
clanguage clanguage-book letusc-solutions letuscsolution
Last synced: 17 Mar 2025
https://github.com/whoismtrx/42_minitalk
minitalk is a project at 42 that involves implementing a client-server model for communication. It focuses on sending and receiving messages between two processes using signals and bit manipulation.
1337 1337cursus 1337fil 1337school 42 42cursus 42projects 42school c clang clanguage minitalk minitalk42 signals unix
Last synced: 14 Jun 2025
https://github.com/sasitsrirat/anglican-store-in-c-language
Assignment and Project
Last synced: 04 Apr 2025
https://github.com/imsushant12/stone-paper-scissor
It is a small project related to C-Language in which I have coded the famous stone-paper-scissor game that I think everyone has played in their childhood.
clanguage programming-language project
Last synced: 17 Mar 2025
https://github.com/malisha4065/pthreads
Pthreads tutorial
c clanguage multithreading posix-threads pthreads
Last synced: 14 Apr 2025
https://github.com/whoismtrx/42_get_next_line
get_next_line a 42 curriculum project, you need to create a function that reads a line from a file descriptor.
1337 1337cursus 1337fil 1337school 42 42born2code 42cursus 42projects 42school c clang clanguage get-next-line get-next-line-1337 get-next-line-42 gnl gnl42
Last synced: 08 Oct 2025
https://github.com/iiibreakeriii/recursion.nvim
A Neovim plugin for disassembling and decompiling C code directly in Neovim.
c clang clanguage gcc gcc-complier neovim neovim-plugin nvim nvim-plugin
Last synced: 07 May 2026
https://github.com/gourabofficial/c_program
C Programming Language
c clanguage cprogramming-language
Last synced: 10 Jun 2026
https://github.com/mr-mohan-v/waste-management-system
Waste management program which stores and analyses the data of waste collected from each house and bill for it
clanguage flowgorithm waste-management
Last synced: 11 Oct 2025
https://github.com/vishalanandv/small_scale_parallel_programming
The project describes the design and development of a sparse matrixvector product kernel, implemented using super computer.
Last synced: 12 May 2026
https://github.com/ms-guilherme/mini_calendar
A Mini Calendar project with C language
c calendar clanguage linguagemc minicalendar pointers pointers-in-c
Last synced: 28 Mar 2025
https://github.com/leoliu0605/cimg
Image processing library made with C language
c clang clanguage image-processing isp isp-library library
Last synced: 05 Apr 2025