Projects in Awesome Lists tagged with cprogramming
A curated list of projects in awesome lists tagged with cprogramming .
https://github.com/loneicewolf/defcon-codes
https://github.com/loneicewolf/Defcon-Codes
c ccode cprogramming defcon defconworkshop malware source sourcecodes workshop
Last synced: 15 May 2025
https://github.com/gummyniki/cd-c-addon
An addon for the C programming language that makes your job easier
beginner-friendly c cprogramming cprogramming-language library lightweight utility
Last synced: 31 Aug 2025
https://github.com/fadhil-riyanto/ctg
Telegram bot written in C, using libcurl, and libjson. running only in GNU/Linux
c cprogramming cprogramming-language telegram telegram-bot
Last synced: 30 Mar 2025
https://github.com/georgecatalin/udp_server
A sImple UDP Server that reads and transmits data in .JSON written in C
cprogramming cprogramming-language cprogramming-solutions
Last synced: 11 Jun 2026
https://github.com/msio808/ttt-game
A simple Tic-Tac-Toe game in C
c cprogramming game minimax minimax-algorithm tic-tac-toe tic-tac-toe-game tictactoe tictactoe-game
Last synced: 29 Mar 2025
https://github.com/mostafa-wael/signals-in-operating-systems-guide-for-beginners
This guide explains signals in simple terms and provides step-by-step C examples for hands-on practice
Last synced: 23 Mar 2025
https://github.com/iambhargavnath/socketprogrammingusingc
This is a simple chat app made using Socket in C.
arpanet c cprogramming inet socket-programming
Last synced: 01 Sep 2025
https://github.com/bezmari19/c_beecrowd
Exercícios da plataforma Beecrowd resolvidos em linguagem C, repositório para fins de estudo acadêmico, pessoal e com as resoluções comentadas
beecrowd beecrowd-solution-in-c beecrowd-solutions c cprogramming cprogramming-language languagec linguagem-c
Last synced: 30 Jun 2025
https://github.com/masudursourav/bus-ticket-booking-system
This project I did for my 1st year 1st semester Project with C course
cprogramming programming project
Last synced: 15 Mar 2025
https://github.com/g-wtham/let-me-c
Simplest C Programs which I learned the hard way!
Last synced: 23 Mar 2025
https://github.com/alihasnat930/data-base-design
CX- Assignment database design for mobile and web application
cprogramming database-schema databasedesign docs documentation pdf reports
Last synced: 18 Jun 2026
https://github.com/coderpappu/problem-solving-by-c
Problem Solve by C Programming
c cprogramming cprogramming-solutions diploma problem-solving
Last synced: 21 May 2026
https://github.com/babanigit/cpp-dsa-practice
I am actively enhancing my C++ skills through a structured approach that includes tackling homework assignments and studying Data Structures and Algorithms (DSA).
Last synced: 19 Jul 2025
https://github.com/h4jack/cal
This project is a simple expression calculator implemented in C. It provides functionalities to convert infix expressions to postfix notation and evaluate the resulting postfix expressions.
c cal calculator cmd command-line-calculator command-line-tool cprogramming infix infix-to-postfix postfix postfix-calculator postfix-evaluation
Last synced: 21 May 2026
https://github.com/surajkareppagol/numerical-methods
🔢 Numerical Methods Implemented In C.
cprogramming math numerical-methods
Last synced: 02 Jul 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/aishikmukherjee/basic-c-programs
Developer/Creator: Aishik Mukherjee
basic-c-programs basics-of-c c c-for-beginers c-programming code coding cprogramming cprogramming-language easy educational learn learn-to-code programming ready-to-use
Last synced: 09 Apr 2025
https://github.com/dhanushnehru/basicprograms1
A list of basic programs in C programming language only
basic-programming c cprogramming cprogramming-language hacktoberfest
Last synced: 18 Jan 2026
https://github.com/kulaizki/bscs1
A compilation of my programs in Computer Science 1.
Last synced: 04 Jul 2025
https://github.com/aryan-13-11/cms-using-turbo-c-
Using this project, we can easily add, view, edit, search and delete contacts. We can list contacts by name, phone no., address, and email. File handling is used to record all data so that after termination of the program data persists. Here a data structure is used to store the name, email, and contact. This program is created by using turbo c++
Last synced: 07 Jan 2026
https://github.com/aryan-13-11/car-insurance-advisor-oop-using-c-project
This project is an implementation of a Car Insurance Calculator. The program is organized using an object-oriented approach and it is used to calculate the insurance cost for a group of users based on their age, car value, number of accidents, number of tickets, and gender.
Last synced: 07 Jan 2026
https://github.com/blazinsan/medrecordkeeper
A medical record-keeping program developed by C Programming Language, intended for healthcare authorities usage such as hospitals, clinics, etc..
cprogramming cprogramming-language health health-check health-data healthcare medical medical-informatics programming-language records
Last synced: 09 Apr 2025
https://github.com/rkstudio585/number-guessing-game
Number Guessing Game is a C program where players guess a random number between 1 and 100. With up to 10 attempts, users receive feedback on whether their guesses are too high or low. It's a fun and interactive way to test your guessing skills!
c-program cprogramming game games guessing guessing-game number number-guessing number-guessing-game number-theory program programming
Last synced: 12 Jun 2025
https://github.com/inferiorak/c-compiler-setup
Here I have Explained how to Setup VS Code for C and C++ Programming. So, Just do it as I have Shown.
c c-compiler c-compiler-setup cpp cprogramming mingw mingw-environment mingw64 vscode vscode-setup
Last synced: 28 Apr 2026
https://github.com/msio414/ttt-game
A simple Tic-Tac-Toe game in C
c cprogramming game minimax minimax-algorithm tic-tac-toe tic-tac-toe-game tictactoe tictactoe-game
Last synced: 06 Sep 2025
https://github.com/madhusudanhasbe/programming-in-c-lab
Programming in C Lab Assignments (Semester 2)
beginner-friendly c c-programming cprogramming lab-assignments
Last synced: 15 Jul 2026
https://github.com/vatshayan/computer-graphics-program-in-c-
Indian Engineering College & University Computer Graphic Algorithm in C programming
c computer cprogramming graphic
Last synced: 30 May 2026
https://github.com/lucianookdp/primeiro-de-muitos
Meu primeiro projeto em qualquer linguagem, feito em C (2022): uma urna eletrônica simples para votar em 4 candidatos, com opções de branco e nulo. Mostra o resultado final com vencedor ou empate.
basic-programming c cbasics cprogramming urn urna urnaeletronica urnas-eletronicas voting voting-system
Last synced: 23 Feb 2026
https://github.com/drummerviswa/ai_project_implementation
AI Project - Implementation of Searching Algorithm (Uninformed Search).
ai artificial-intelligence c cprogramming search searching-algorithms
Last synced: 09 Oct 2025
https://github.com/sandyg6/c-programming
C Programming
arrays cprogramming cprogramming-language filehandling pointers programming programming-language structures
Last synced: 09 Oct 2025
https://github.com/georgecatalin-codepractice-courses/learn_stuff_about_threads
Code work to learn threading in C
c cprogramming cprogramming-language processes threading
Last synced: 22 Jul 2026
https://github.com/rezagooner/timer-4digit-7segment
This project is a Digital Clock that displays time in minutes and seconds on a 4-digit 7-segment display. It uses the ATmega32 microcontroller, a BCD to 7-Segment Decoder (IC 7447), and the Multiplexing technique.
7segment 7segmentdisplay atmega32 bdc cprogramming electronics electronicsproject embeddedsystems hardwaredesign ic7448 opensource timedisplay
Last synced: 14 Oct 2025
https://github.com/fikrimusa/codewars
A Collection of Programming Practice Exercises
cpp11 cpp14 cpp17 cprogramming postgresql sql
Last synced: 14 Apr 2026
https://github.com/mdbentaleb/ft_printf_42
🖥️ Ft_printf is a custom C implementation of printf, supporting various format specifiers and reinforcing knowledge of variadic functions, format specifiers, and memory management 💾
1337school 42network cprogramming ft-printf-42 printf variadic-functions
Last synced: 05 Jul 2026
https://github.com/jundel-malazarte/c-programming-exercises-test
C Programming exercises
c cprogramming excercises practice
Last synced: 25 Oct 2025
https://github.com/mimi-netizen/c_notes
My notes on the C Programming Language
c c-programming-language cprogramming cprogramming-language programming-notes
Last synced: 17 Mar 2026
https://github.com/prinuvinod/c-programming
These are some Basic C Programs.
Last synced: 22 Jul 2026
https://github.com/rezagooner/traffic-light-with-counter
This repository contains C code(Code vision file) and Proteus simulation files for a traffic light control system. The system includes three lights (red, yellow, and green) and a two-digit counter to display the remaining time for each light. The duration of each light can be adjusted in real-time using buttons.
arduino atmega32 cprogramming electronics embeddedsystems ledcontrol microcontroller proteuside proteussimulation simulation timers trafficcontrol trafficlight
Last synced: 22 Apr 2026
https://github.com/rahimuj570/onlinecp
In this repository I'll upload my codes of Codeforces and others platform from today (12.1.22)
c competitive competitive-coding competitive-programming competitive-programming-contests competitiveprogramming cplusplus cpp cpp17 cprogramming
Last synced: 25 Apr 2026
https://github.com/kouroshtkk/lowlevel
Simple Employee Database in C
c cprogramming cprogramming-language database
Last synced: 25 Apr 2026
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/suvasish114/socket-programming
Demonstration of socket programming in C porgramming language
client-server cprogramming socket-programming
Last synced: 28 Apr 2026
https://github.com/shib-sankar-das/c-programming
🔥 Dive into C programming mastery with our GitHub repo! 🚀 From if-else to recursion, we've got you covered. Elevate your coding game with snippets on loops, arrays, number checking, matrix ops, and string manipulation. 🌟 Perfect for beginners and intermediates, start your journey to coding excellence today! 💻
c cprogramming cprogramming-basics cprogramming-language
Last synced: 08 Jun 2026
https://github.com/georgecatalin-codepractice-courses/c-essential-training-the-basics
Coursework from "C Essential Training: 1 The Basics" by Dan Gookin on Linkedin-Learning.com
c cprogramming cprogramming-language linkedin-learning
Last synced: 08 Jun 2026
https://github.com/georgecatalin-codepractice-courses/explore-c-libraries
Discover and explore external C libraries.
c clibrary cprogramming cprogramming-solutions
Last synced: 08 Jun 2026
https://github.com/sancakerkan/c-programming-labworks
This repository contains C programming assignments and homework assignments completed by me for the CMPE 252 C Programming course during the Spring 2023 semester at TED University.
binaryfiles c cprogramming filereading pointers recursion string-manipulation
Last synced: 08 Jun 2026
https://github.com/joysarkarbd/practice-of-c-programme
c codeblocks cprogramming vscode
Last synced: 09 Jun 2026
https://github.com/georgecatalin-codepractice-courses/learn-socket-programming-with-c
A quick start in building networked applications with the C programming language
cprogramming cprogramming-language socket-programming udemy-course
Last synced: 09 Jun 2026
https://github.com/calpamos/c_programming_a_modern_approach_2nd_ed
My solutions to the problems in the book "C Programming: A Modern Approach" (2nd edition) by K. N. King, also referred to as "Modern C".
c cprogramming exercise-solutions
Last synced: 03 May 2026
https://github.com/amruthapatil/nyu-microbenchmark
Investigates the performance of computing the dot product in C and Python, using various implementations and optimizations.
cpp cprogramming microbenchmark python
Last synced: 06 May 2026
https://github.com/georgecatalin-codepractice-courses/learn-c-programming
Code practice from Pluralsight course "C Programming Language Fundamentals" by Kenny Kerr
c cprogramming cprogramming-language pluralsight-course
Last synced: 10 Jun 2026
https://github.com/mr-ndi/darkskills
DarkSkills is a curated lab of deep technical projects — from web scraping and automation in Python, to systems-level C, CLI tools in Go, and microservice infrastructure. Organized by language, each folder is a hands-on escape from shallow dev work into real mastery.
automation backend cli-tools cprogramming cross-languages dev-tools go infrastructure microservices python3 rwanda-dev shell spotify-api webscraping
Last synced: 09 May 2026
https://github.com/surajkareppagol/opengl-biomes
🏞️ OpenGL Implementation Showcasing Diverse Biomes.
Last synced: 11 May 2026
https://github.com/hectorta1989/web-server-for-telematic-services
Web Server for Telematic Services
cprogramming telematics telemetry webserver
Last synced: 14 Jun 2026
https://github.com/hey-its-d2t2/game_snake_water_gun_in_c_programming
Snake Water Game in C programming.
c cprogramming game-development learn-to-code logical-programming
Last synced: 14 Jun 2026
https://github.com/sk5198222/cb_codes-1st-yr-
Codes I did in my initial programming journey with C on almost all basic to advance topics for building a strong foundation.
Last synced: 18 Jun 2026
https://github.com/caglakahriman/c-minilibx-2d-game
A 2D game, created using Minilibx library of C programming language.
2d-game c cprogramming low-level minilibx mlx
Last synced: 21 Jun 2026
https://github.com/iambhargavnath/datastructureusingc
These are some of the Data Structure Algorithm Program in C for Practice.
cprogramming data-structures-algorithms dsa
Last synced: 23 Jun 2026
https://github.com/fasilofficial/number-programs-in-c
Collection of multiple number programs in C language
automorphic-numbers c cprogramming duck-number km-number neon-number number number-programs number-programs-in-c palindrome special-number spy-number
Last synced: 17 Mar 2025