c-project
There are 164 repositories under c-project topic.
Trevohack/Venom
A ring0 Loadable Kernel Module (Linux) for latest kernels 6.x
jithin-renji/Nuke
A program to 'nuke' storage devices.
fredsiika/30-seconds-of-c
🔌Curated collection of useful C Programming tutorials, snippets, and projects that you can understand in 30 seconds or less.
Alkaison/Number-System-Converter
Convert any number system to other like Decimal, Binary, Octal, Hexadecimal.
matt-dunleavy/cosmo-project
Project starter template for building cross-platform applications in C using the Cosmopolitan toolchain
ValentineFernandes/Bank-Management-System
This is a C project.
Alkaison/Projects-in-C
10+ Exciting C projects ideas with source code. Projects for beginners & first year students of CSE, IT, BCA.
LeeSinLiang/C-Skysrcaper-Puzzle
Skyscraper puzzle solver in C
1995parham-teaching/TanhaDarKhaneh
Learn to code with C in your home :house: :face_with_thermometer: :mask:
mahendramahara/Solving-Challenges-C
Solving Challenges in C Programming repository, featuring over 100+ curated resources to boost your skills. Crafted by Mahendra Mahara, explore challenges, PDFs, and mini projects. Contribute, connect, and stay updated to excel in C programming. Embark on a journey of learning and mastery.
marichu-kt/SecureBank
SecureBank es un proyecto académico que simula un sistema bancario concurrente en C, permitiendo operaciones como depósitos, retiros, transferencias y consultas de saldo. Está diseñado para manejar múltiples usuarios simultáneamente utilizando procesos, hilos, semáforos y comunicación entre procesos en Linux.
Alkaison/Phonebook-Management-System
Phonebook Management System in the C programming language is a software application that allows users to store, organize and manage large numbers of contact records efficiently. The system is designed to have functions such as adding, updating, viewing, listing and deleting contacts.
Alkaison/Library-Management-System
A Library Management System coded in C to improve understanding on the concepts on File management, record entry, modification, deletion
Trevohack/R0DDY
A ring0 Loadable Kernel Module (Linux) to log all commnds run on the system.
aydinnyunus/CProjects
C Projects
shah-deep/Who-wants-to-be-a-Millionaire
KBC game implemented with C programming.
arman-bd/c4web
C for Web is a simple framework for developing Web Applications using C. It supports basic routing and request / response mechanism.
ihsonnet/Online-Voting-System-or-CR-Election-System
SE-133 Software Development Capstone Project by C/C++
melttt/os_2
toy os--x86 kernel
Rajat-dey/Scientific-Calculator
GUI Based Scientific Calculator in C.
mohammedhrima/ura-lang
Compiler for my own programming language (in progress...)
aminkhani/C
Cpp/C Tutorials, Exercise and PDF
deryaxacar/42-Libft
libft is a C library reimplementing core functions for memory, strings, characters, and lists.
jakekgrog/EduVM
I've always wondered how VMs worked and I also wanted to learn C so I decided to implement my own VM in C
ragibasif/watchdog
Watchdog is a minimal and thread safe C library for tracking memory allocations, reallocations, and frees to detect memory leaks, buffer overflows, and double frees.
Zer0-Bug/Project_RegularExpressionParser
Regular Expression Parser coded in C programming language.
deryaxacar/42-Ft_printf
This project reimplements printf in C, handling formatted output with custom support for various specifiers.
deryaxacar/file-management-system
This project is a simple file management app for creating, deleting, listing, and viewing files.
diwacreation3/sms
Simple school management system in c. Developed as project in :nepal:
SonawaneAshwini/CProgrammingProjects
A collection of C language projects focusing on specific concepts, algorithms, and problems, offering hands-on experience and practical examples.
akshayxemo/TCP-Client-Server-Socket
It's a chatting system implemented in C - Programming Language by using TCP-Socket programming. In this project multiple Client can send and receive message between each other until they are connected to the Server. Clients can use multiple commands and command format provided by the server to communicate with the server and other clients.
Alkaison/Matchstick-Game
The rules of our game are simple. You start with 21 sticks, and two players take turns picking up 1, 2, 3, or 4 sticks. The player who takes the last stick loses.
naemazam/Library-Management-System
Library Management System is specially designed for purpose of adding book’s records in a library. The system elaborates the basic concept for storing and generating the book’s detail.
deryaxacar/42-LOV3D
The Cub3d project is a 3D maze game that teaches basics of graphics, user interaction, collisions, and 3D game mechanics.
deryaxacar/42-Minitalk
The Minitalk project enables client-server communication on Unix systems using signals, teaching signal handling and IPC basics.
deryaxacar/42-So_long
The So_long project is a 2D maze game to learn basics of graphics, collisions, and events.