An open API service providing repository metadata for many open source software ecosystems.

GitHub topics: cprogramming

devfabiosilva/solar48

Solar48 is a tiny Solar offgrid monitor for MPPT and Coverter with 48V grid

Language: C - Size: 6.79 MB - Last synced at: 2 days ago - Pushed at: 2 days ago - Stars: 1 - Forks: 0

mhamdyx/C-programming-A-Modern-Approach-2nd-ed-Solutions

My solutions to the C Programming A Modern approach book 2nd edition (by K. N. King). These solutions are published for historical purposes and intended to be a guide for other learners to gain intuition rather than being used for cheating.

Language: C - Size: 366 KB - Last synced at: 2 days ago - Pushed at: 2 days ago - Stars: 7 - Forks: 2

Asko7779/file-scanning

intermediate level file scanner, scans a desired directory/file for a malicious hash and flags it, it's a bit glitchy sometimes

Language: C - Size: 50.8 KB - Last synced at: 2 days ago - Pushed at: 2 days ago - Stars: 1 - Forks: 0

Hazrat-Ali9/Hackathons-Problem-Solving

๐Ÿ† Hackathons Problem ๐Ÿš‚ Solving Creative ๐Ÿšƒ Competitive Coding ๐Ÿš’ Solutions ๐Ÿš€ hackathons designed ๐Ÿš‹ to showcase โœˆ creativity critical ๐Ÿšข โ›ดthinking and fast ๐Ÿš paced coding ๐Ÿšunder pressure ๐Ÿ›ธ goldmine developers ๐Ÿฉ preparing coding ๐Ÿฐ competitions and ๐Ÿซ tech sprints ๐Ÿฏ quick deployment ๐ŸšŽ and learning ๐Ÿ›ฐ

Language: Python - Size: 24.4 KB - Last synced at: 3 days ago - Pushed at: 3 days ago - Stars: 3 - Forks: 0

amzyei/lazycat

LazyCat is a stand-alone terminal for Linux that doesnโ€™t need any extra dependencies!

Language: Python - Size: 4.75 MB - Last synced at: 3 days ago - Pushed at: 3 days ago - Stars: 1 - Forks: 0

amzyei/pck3r

Pck3r is a modern package manager for Ubuntu. It acts as a simple tool that helps users manage software with APT, or Advanced Package Tool. Pck3r makes installing, updating, and managing software easier with a clear interface and straightforward commands.

Language: Python - Size: 383 KB - Last synced at: 3 days ago - Pushed at: 3 days ago - Stars: 1 - Forks: 0

acetinkaya/C-Programlama-Rehberi

C Programlama Dili Rehberi

Language: C - Size: 2.52 MB - Last synced at: 3 days ago - Pushed at: 3 days ago - Stars: 8 - Forks: 0

Amlan-ctg/My_C_Project

A simple C programming project covering basics (if ,else conditions)

Language: C - Size: 3.91 KB - Last synced at: 4 days ago - Pushed at: 5 days ago - Stars: 1 - Forks: 0

krsahil8825/simplecalculator.c

A beginner-friendly console-based calculator written in C. It performs basic arithmetic operations like addition, subtraction, multiplication, and division, and operates in a continuous loop until the user chooses to exit. This calculator does not follow BODMAS rules, meaning operations are performed in the order of input.

Language: C - Size: 23.4 KB - Last synced at: 5 days ago - Pushed at: 5 days ago - Stars: 1 - Forks: 0

MassiGy/C-singleLinkedLists

This repo contains all the single linked Lists manipulation functions and procedures, written in the C programming language.

Language: C - Size: 181 KB - Last synced at: 5 days ago - Pushed at: 6 days ago - Stars: 1 - Forks: 0

MassiGy/C-huffman-text-compression

This project impelements a basic version of the Huffman text compression algorithm, using the Huffman tree.

Language: C - Size: 228 KB - Last synced at: 5 days ago - Pushed at: 6 days ago - Stars: 1 - Forks: 0

MassiGy/C-hash-tables

This C project implments a Hash Table data structure.

Language: C - Size: 157 KB - Last synced at: 5 days ago - Pushed at: 6 days ago - Stars: 1 - Forks: 0

MassiGy/C-graphs

This C project implements a graph data structure

Language: C - Size: 57.6 KB - Last synced at: 5 days ago - Pushed at: 6 days ago - Stars: 1 - Forks: 0

MassiGy/C-generic-linked-lists

This C program illustrates an implementation of generic programming using dynamic data structures, like single linked lists in this example.

Language: C - Size: 59.6 KB - Last synced at: 5 days ago - Pushed at: 6 days ago - Stars: 1 - Forks: 0

ualiurrahat/projects-in-c-programming

A collection of beginner to intermediate-level C/C++ and logic-based programming projects built to strengthen fundamental programming concepts like conditionals, loops, functions, file handling, arrays, pointers, and more. Ideal for learners and developers revisiting core problem-solving techniques.

Language: C - Size: 280 KB - Last synced at: 5 days ago - Pushed at: 6 days ago - Stars: 2 - Forks: 0

nirmit27/DSA-and-Revision

A repo for DSA preparation and revision.

Language: Java - Size: 592 KB - Last synced at: 6 days ago - Pushed at: 6 days ago - Stars: 2 - Forks: 0

chinmay29hub/C-plus-plus

C++ Topics

Language: C++ - Size: 3.54 MB - Last synced at: 7 days ago - Pushed at: 8 days ago - Stars: 1 - Forks: 0

hceviz/ft_printf

printf reimplementation

Language: C - Size: 38.1 KB - Last synced at: 9 days ago - Pushed at: 9 days ago - Stars: 0 - Forks: 0

hceviz/push_swap

Sorting with limited instruction

Language: C - Size: 87.9 KB - Last synced at: 9 days ago - Pushed at: 9 days ago - Stars: 0 - Forks: 0

hceviz/get_next_line

gnl

Language: C - Size: 16.6 KB - Last synced at: 9 days ago - Pushed at: 9 days ago - Stars: 0 - Forks: 0

hceviz/libft

Minimal C library ๐Ÿ“š

Language: C - Size: 22.3 MB - Last synced at: 9 days ago - Pushed at: 9 days ago - Stars: 0 - Forks: 0

hceviz/philosophers

Dining philosophers ๐Ÿฝ๏ธ

Language: C - Size: 17.6 KB - Last synced at: 9 days ago - Pushed at: 9 days ago - Stars: 0 - Forks: 0

hceviz/so_long

A 2D dungeon-style maze game ๐Ÿ•น๏ธ

Language: C - Size: 571 KB - Last synced at: 9 days ago - Pushed at: 9 days ago - Stars: 0 - Forks: 0

hceviz/minitalk

Signal based IPC messenger ๐Ÿ›ฐ๏ธ

Language: C - Size: 9.77 KB - Last synced at: 9 days ago - Pushed at: 10 days ago - Stars: 0 - Forks: 0

MliliGenes/42Projects

๐Ÿš€ 42/1337 Common Core Projects A showcase of my 42/1337 School projects, from Libft to minishell, Pipex, and push_swap. Demonstrates my skills in C programming, algorithms, system administration, and game development. Explore, learn, and follow my coding journey!

Language: C - Size: 2.22 MB - Last synced at: 11 days ago - Pushed at: 11 days ago - Stars: 1 - Forks: 0

fawzeus/data-compression-tool

A data compression tool in C that uses Huffman encoding for efficient, lossless file compression. It reduces file sizes by assigning variable-length codes based on data frequency. The tool supports both compression and decompression of files. Ideal for reducing storage requirements without data loss.

Language: C - Size: 38.1 KB - Last synced at: 13 days ago - Pushed at: 13 days ago - Stars: 0 - Forks: 0

mariateodorapopescu/matrixex

With capabilities for both single and dual matrix operations, this program provides essential functionalities such as addition, subtraction, determinant calculation, and matrix inversion.

Language: HTML - Size: 16.6 KB - Last synced at: 13 days ago - Pushed at: 13 days ago - Stars: 1 - Forks: 0

Hazrat-Ali9/Phitron-Project-in-C

๐Ÿ’ป Phitron Project ๐Ÿš‹ in C Programming ๐Ÿšž Through Real โœˆ World Projects ๐Ÿš€ Phitron course ๐Ÿš‚ projects written ๐Ÿ›ณ in C designed โ›ด to build strong ๐Ÿš™ fundamentals โ›ฝ through practical ๐Ÿšข coding challenges๐Ÿšจand real ๐Ÿฉ world problem ๐Ÿ˜ solving C ๐ŸŸ programming ๐Ÿฅ concepts loops ๐Ÿฐ arrays pointers ๐Ÿ‘ functions structures ๐Ÿ… and file ๐Ÿฅ™ handlingโšฝ

Language: C - Size: 49.8 KB - Last synced at: 13 days ago - Pushed at: 13 days ago - Stars: 2 - Forks: 0

SeaHuyty/c-exercise

A collection of exercises of C programming languages.

Language: C - Size: 889 KB - Last synced at: 14 days ago - Pushed at: 14 days ago - Stars: 1 - Forks: 0

ChoiJiOne/CProgramming

์”น์–ด๋จน๋Š” C์–ธ์–ด ํ•™์Šต ๋ฐ ๋‚ด์šฉ ์ •๋ฆฌ ์ €์žฅ์†Œ์ž…๋‹ˆ๋‹ค.

Size: 0 Bytes - Last synced at: 14 days ago - Pushed at: 14 days ago - Stars: 0 - Forks: 0

The-Young-Programmer/C-CPP-Programming

C/C++ Programming for Beginners (Basic to Advance)

Language: C++ - Size: 6.41 MB - Last synced at: 11 days ago - Pushed at: 4 months ago - Stars: 173 - Forks: 80

anjishnu-mukherjee/DSA_Basics

This Repo Consists of all the Data Structures and Algorithms that i have encountered in my Engineering Journey

Language: C - Size: 156 KB - Last synced at: 14 days ago - Pushed at: 14 days ago - Stars: 4 - Forks: 0

MohamedSelimMah/Command_Line_Shell

A lightweight Unix-like shell implementation in C v2.0

Language: C - Size: 221 KB - Last synced at: 15 days ago - Pushed at: 15 days ago - Stars: 0 - Forks: 0

Malisha4065/MPI

MPI Basics

Language: C - Size: 3.91 KB - Last synced at: 17 days ago - Pushed at: 17 days ago - Stars: 0 - Forks: 0

SemukeloMathe/C_programming_course

Deepening expertise in C programming by mastering core language constructs, low-level memory manipulation, pointer operations, and efficient file handling through practical projects.

Size: 2.93 KB - Last synced at: 17 days ago - Pushed at: 17 days ago - Stars: 0 - Forks: 0

TonyStark-19/C-Coding

Welcome to my C Coding Website โ€“ previously a C program repository, now transformed into a fully responsive React.js website. It showcases categorized C programs across three levels of complexity. Designed for learners to practice, revise, and improve their C programming skills..

Language: C - Size: 2.28 MB - Last synced at: 3 days ago - Pushed at: 18 days ago - Stars: 1 - Forks: 0

TashinParvez/My-CP-Template

My Competitive Programming Templates

Language: C++ - Size: 65.4 KB - Last synced at: 18 days ago - Pushed at: 18 days ago - Stars: 2 - Forks: 0

MaazWebDev/C_Language_Programs

Make The C language Progams . Excercises Are Done From Dennis Ritche Book

Language: C - Size: 269 KB - Last synced at: 8 days ago - Pushed at: 19 days ago - Stars: 0 - Forks: 0

kulaizki/BSCS1

A compilation of my programs in Computer Science 1.

Language: C - Size: 5.52 MB - Last synced at: 19 days ago - Pushed at: 20 days ago - Stars: 0 - Forks: 0

OUIsolutions/CWebStudio

An Modern Reactive C Web Server

Language: C - Size: 17.5 MB - Last synced at: 16 days ago - Pushed at: 16 days ago - Stars: 113 - Forks: 10

Choaib-ELMADI/getting-started-with-stm32

A collection of notes, examples, projects, and animations for learning STM32 microcontrollers and embedded systems development.

Language: C - Size: 146 MB - Last synced at: 22 days ago - Pushed at: 22 days ago - Stars: 6 - Forks: 1

allancrabelo/Get_Next_Line

The get_next_line project challenges students to implement a function that returns the next line from a file descriptor with each call. It involves reading with read(), managing dynamic buffers, and handling static variables, reinforcing memory control, string manipulation, and efficient I/O operations in C.

Language: C - Size: 6.84 KB - Last synced at: 5 days ago - Pushed at: 23 days ago - Stars: 0 - Forks: 0

ayeshamk23/Philosophers

Philosophers is a concurrency project at 42 School that simulates the classic Dining Philosophers Problem. It teaches how to manage threads, avoid race conditions, and prevent deadlocks using mutexes and proper synchronization in C.

Language: C - Size: 0 Bytes - Last synced at: 26 days ago - Pushed at: 26 days ago - Stars: 0 - Forks: 0

Choaib-ELMADI/bare-metal-programming

A hands-on exploration of bare metal programming with the STM32 Nucleo-F446RE. Learn how embedded systems work from the ground up using C, GCC toolchains, Makefiles, and more.

Language: Assembly - Size: 9.01 MB - Last synced at: 24 days ago - Pushed at: about 1 month ago - Stars: 19 - Forks: 1

mahendramahara/DSA-in-C-Programing

Explore a collection of C programming language implementations for various data structures and algorithms. From linked lists to sorting algorithms, this repository provides a hands-on approach to learning and understanding essential concepts in data structures and algorithms.

Language: C - Size: 15.5 MB - Last synced at: 22 days ago - Pushed at: over 1 year ago - Stars: 10 - Forks: 2

XORaur0n/Notes

A collection of various cybersecurity notes written in Markdown

Size: 2.31 MB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 1 - Forks: 0

simstim-star/DirectX-Graphics-Samples-in-C

Port of the examples in https://github.com/microsoft/DirectX-Graphics-Samples to C

Size: 659 KB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 6 - Forks: 1

UsboKirishima/wimey

Wimey is a lightweight C library for building command-line tools with ease. It supports both command and argument parsing, including value handling, automatic help generation, and type-safe conversions. Designed for flexibility and minimal dependencies, Wimey helps you structure your CLI programs cleanly and efficiently.

Language: C - Size: 156 KB - Last synced at: 23 days ago - Pushed at: about 1 month ago - Stars: 4 - Forks: 0

aceyzz/So_long

Level 2 - Common Core

Language: C - Size: 14.2 MB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 0 - Forks: 0

aceyzz/Minitalk

Level 2 - Common Core

Language: C - Size: 4.4 MB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 0 - Forks: 0

aceyzz/Libft

Level 0 - Common Core

Language: C - Size: 4.37 MB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 0 - Forks: 0

Bhargav-Golakiya/Banking-System-in-C

Banking System In C

Language: C - Size: 3.91 KB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 0 - Forks: 0

utkarshad21/C-Language-Codes-with-Practice-question

This repository contains various C language code solutions with practice questions from the "Code with Harry" YouTube channel. Each code file is accompanied by comments that detail the respective practice questions, making it easy to follow along and improve C programming skills.

Language: C - Size: 1.32 MB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 0 - Forks: 0

moulahguine/mips-student-projects

Project showing a C codebase and its manual translation to MIPS assembly instructions

Language: Assembly - Size: 221 KB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 1 - Forks: 0

imsunilvaghela/TheEmbeDEADInterview

Crack your Embedded Interview

Size: 213 KB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 45 - Forks: 16

Akanksha1212/C_Programs

This repository contains basic C programs to help beginners.

Language: C - Size: 14.7 MB - Last synced at: 29 days ago - Pushed at: over 1 year ago - Stars: 91 - Forks: 311

kouroshtkk/Lowlevel

Simple Employee Database in C

Language: C - Size: 33.2 KB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 0 - Forks: 0

jajosheni/jajosheni.github.io

Daydreamin'

Language: HTML - Size: 50.9 MB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 0 - Forks: 0

wasifmostofa/ICT_Practical_SJC

Ciao Josephites!!! ICT_Practical_code has been released.

Language: HTML - Size: 204 KB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 1 - Forks: 0

richiepagard/c-algorithm

Write some algorithms with C programming language. I'm trying to write the best way that I can.

Language: C - Size: 228 KB - Last synced at: about 1 month ago - Pushed at: about 2 months ago - Stars: 1 - Forks: 0

Soumyajit4119/SoumyaJitDas

๐Ÿš€ Welcome to my personal GitHub repository! This repository contains my `readme.md` file, showcasing about me, my skills and my latest projects. It also highlights my expertise in Python programming, data structures and algo, full-stack web development, AI, ML, computer vision, while providing direct ways to connect with me through social media.

Size: 30.3 KB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 0 - Forks: 0

aryashah2k/OOP-In-CPlusPlus

An Awesome Repository On Object Oriented Programming In C++ Language. Ideal For Computer Science Undergraduates, This Repository Holds All The Resources Created And Used By Me - Code & Theory For One To Master Object Oriented Programming. Filled With Theory Slides, Number Of Programs, Concept-Clearing Projects And Beautifully Explained, Well Documented Learnings, This Repository Shall Project My Learnings In OOP During College And Help You Master The Same!

Language: C++ - Size: 55.1 MB - Last synced at: 4 days ago - Pushed at: about 4 years ago - Stars: 85 - Forks: 14

gummyniki/CD-C-addon

An addon for the C programming language that makes your job easier

Language: C - Size: 27.3 KB - Last synced at: about 1 month ago - Pushed at: about 2 months ago - Stars: 0 - Forks: 0

Choaib-ELMADI/computer-vision

Computer vision, artificial intelligence applications and projects.

Language: Python - Size: 262 MB - Last synced at: 1 day ago - Pushed at: over 1 year ago - Stars: 9 - Forks: 0

ThiruXD/Arduino-Based-Project

Arduino Based Smart Remote for Controlling Electrical Appliances a part of the Final Year Project at P.S.V Polytechnic College

Language: HTML - Size: 75.2 KB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 0 - Forks: 0

Lohitha-Bommisetty/PROJECTS

This project aims to design and implement a real-time system for accurately measuring and displaying tilt angles using the MPU6050 sensor, enabling motion tracking and orientation detection for embedded applications.

Language: C - Size: 4.04 MB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 0 - Forks: 0

simstim-star/DirectXMath-in-C

Port of https://github.com/microsoft/DirectXMath to C

Language: C - Size: 35.2 KB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 1 - Forks: 0

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.

Language: C - Size: 2.93 KB - Last synced at: 21 days ago - Pushed at: about 2 months ago - Stars: 0 - Forks: 0

yvann-ba/MiniShell

Custom shell program ๐Ÿš designed for effective command parsing, process execution, and managing shell environments

Language: C - Size: 1.1 MB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 3 - Forks: 0

roopeshsn/c-learnings

My learnings in the C programming language

Language: C - Size: 164 KB - Last synced at: 7 days ago - Pushed at: about 2 months ago - Stars: 0 - Forks: 0

Dawn-K-Vinod/C_Program_files

Program files of C programming language.

Language: C - Size: 3.03 MB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 1 - Forks: 0

FrazTheWizard/TheCProgrammingLanguage

My journey going through all the exercises in the popular book by Dennis Ritchie and Brian Kernighan

Size: 4.58 MB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 0 - Forks: 0

Lmuhammed/C-Programmes-For-Beginners

ู…ุฑุญุจู‹ุง ุจูƒู… C-Programmes-For-Beginners ู‡ุฐุง ุงู„ู…ุณุชูˆุฏุน ู‡ูˆ ู…ุฌู…ูˆุนุฉ ู…ู† ุฃู…ุซู„ุฉ ุงู„ุดูŠูุฑุฉ ุงู„ุจุณูŠุทุฉ ุงู„ุชูŠ ุฃู†ุดุฃุชู‡ุง ุฃุซู†ุงุก ุฑุญู„ุชูŠ ู„ุชุนู„ู… ู„ุบุฉ ุงู„ุณูŠ . Welcome to C-Programmes-For-Beginners ! This repository is a collection of simple code examples that Iโ€™ve created as I learn C.

Language: C - Size: 166 KB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 1 - Forks: 0

f-corvaro/LIBFT

"A solid foundation for system programming in C."

Language: C - Size: 8.5 MB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 0 - Forks: 0

chrisbazley/strb_t

A new type and functions to manage strings, as proposed in WG14 papers N3250, N3296 and N3306. Its goal is to eliminate a source of many common programmer errors. The new interface is designed to be as familiar and ergonomic as possible.

Language: C - Size: 171 KB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 6 - Forks: 0

ShravanDalavi/CProgrammingProjects

A collection of C language projects focusing on specific concepts, algorithms, and problems, offering hands-on experience and practicalย examples.

Language: C - Size: 579 KB - Last synced at: about 2 months ago - Pushed at: 5 months ago - Stars: 8 - Forks: 0

Akhilesh664/C-lang-prac-

๐Ÿ–ฅ๏ธ C Programming Repository | Master the Power of C! This repository contains a comprehensive collection of C programs, covering everything from basic syntax to advanced concepts like data structures, algorithms, and file handling. Whether you're a beginner learning C or an experienced programmer looking for optimized solutions.

Language: C - Size: 456 KB - Last synced at: 18 days ago - Pushed at: 9 months ago - Stars: 0 - Forks: 0

georgecatalin/Bare-metal-programming-from-ground-up

Embedded System Bare-Metal Programming for the STM Nucleo 144 Family. Drivers for DMA,ADC,UART,TIMERS, GPIO,SPI,I2C,RTC,SysTick. No libraries used, only registry manipulation.

Language: C - Size: 24.7 MB - Last synced at: about 2 months ago - Pushed at: almost 2 years ago - Stars: 7 - Forks: 2

georgecatalin/Advanced-C-Programming-Course

Code work associated with the course "Advanced C Programming Course" on Udemy, Authored by Tim Buchalka's Learn Programming Academy and Jason Fedin

Language: C - Size: 296 KB - Last synced at: 2 months ago - Pushed at: about 3 years ago - Stars: 15 - Forks: 8

debeshp6/HackerRank-C-Solutions

Crack the code with ease! ๐Ÿš€ Uncover solutions to all HackerRank challenges in C programming. Whether you're a beginner or a coding ninja, this repo is your secret weapon. Level up your skills and conquer every challenge effortlessly. Let the coding adventure begin!

Language: C - Size: 44.9 KB - Last synced at: 2 months ago - Pushed at: 2 months ago - Stars: 0 - Forks: 1

BrNi05/geomax

GeoMax is a university project for my first semester C programming course. It is a console window coordinate geometry program with limited, yet very useful functions.

Language: C - Size: 49.8 KB - Last synced at: 2 months ago - Pushed at: 4 months ago - Stars: 0 - Forks: 0

saichandu9704/AddressBook

This project in C is a great way to practice file handling, data structures (like arrays or linked lists), and basic algorithms for searching, sorting, and modifying data. It's also a practical example of how simple databases work at a fundamental level.

Language: C - Size: 15.6 KB - Last synced at: 2 months ago - Pushed at: 2 months ago - Stars: 1 - Forks: 0

Karthikrgpt/Mini_Shell

A mini shell is a simplified version of a Unix/Linux shell, designed to replicate core functionalities of standard shells like bash, zsh, or sh, but with reduced complexity.

Language: C - Size: 0 Bytes - Last synced at: 2 months ago - Pushed at: 2 months ago - Stars: 0 - Forks: 0

Wangzhike/HIT-Linux-0.11

็ฝ‘ๆ˜“ไบ‘่ฏพๅ ‚้€‰็š„ๆ“ไฝœ็ณป็ปŸ่ฏพๅฎž้ชŒ็š„ไปฃ็ ๅŠ็›ธๅ…ณ่ฎฐๅฝ•

Language: C - Size: 33.6 MB - Last synced at: 2 months ago - Pushed at: about 3 years ago - Stars: 467 - Forks: 194

080bct12alex/Ticket-Booking-system

C programming project

Language: C - Size: 54.7 KB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 0 - Forks: 0

ualiurrahat/complete-c-programming-mastery

๐Ÿš€ Complete C Programming Mastery ๐Ÿš€ A complete Git repository to master C programming from scratch to advanced level. Covers everythingโ€”fundamentals, advanced topics, and tons of practice problems to help you become a pro! โญ If you find this repo useful, donโ€™t forget to star it!

Language: C - Size: 1.8 MB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 2 - Forks: 0

richiepagard/c-book-exercises

The exercises of the C Programming Language book.

Language: C - Size: 46.9 KB - Last synced at: about 1 month ago - Pushed at: 3 months ago - Stars: 1 - Forks: 0

ManyamSanjayKumarReddy/Basic-Projects-in-C-Programming

Basic C Programming Mini Projects

Language: C - Size: 15.6 KB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 34 - Forks: 9

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

Size: 1000 Bytes - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 0 - Forks: 0

drummerviswa/AI_Project_Implementation

AI Project - Implementation of Searching Algorithm (Uninformed Search).

Language: C - Size: 24.4 KB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 0 - Forks: 0

satyasootar/Synergy-programming

This repository contains a comprehensive summary of all programs completed during the 3rd semester (2024) at Synergy Institute of Engineering and Technology, Dhenkanal. ๐ŸŽ“โœจ Here, you will find detailed documentation and resources related to each program, showcasing the academic achievements and skills developed throughout the semester.

Language: C - Size: 324 KB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 7 - Forks: 0

harmeshgv/multi-level-queue-scheduler

๐Ÿš€ Multi-Level Queue Scheduling Algorithm implementing Round Robin, Priority Scheduling, and FCFS to efficiently manage process execution based on priority levels. Includes Docker automation for easy deployment.

Language: C - Size: 24.4 KB - Last synced at: 2 months ago - Pushed at: 3 months ago - Stars: 0 - Forks: 0

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.

Language: C - Size: 411 KB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 1 - Forks: 1

husamql3/ICPC-Assiut-Sheets

Solutions to ICPC Assiut University Training Sheets With C

Language: C - Size: 70.3 KB - Last synced at: 6 days ago - Pushed at: over 1 year ago - Stars: 22 - Forks: 6

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.

Language: Assembly - Size: 71.3 KB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 0 - Forks: 0

madhusudanhasbe/Programming-in-C-Lab

Programming in C Lab Assignments (Semester 2)

Language: C - Size: 11.7 KB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 0 - Forks: 0

BlazinSan/MedRecordKeeper

A medical record-keeping program developed by C Programming Language, intended for healthcare authorities usage such as hospitals, clinics, etc..

Language: C - Size: 33.2 KB - Last synced at: about 2 months ago - Pushed at: 3 months ago - Stars: 0 - Forks: 0

abolfazlmohammadpour/CExamplesZeroToHigh

Examples Of C Programming Language Zero To High

Size: 29.3 KB - Last synced at: about 1 month ago - Pushed at: almost 2 years ago - Stars: 5 - Forks: 0

georgecatalin/Embedded-Systems-STM32-HAL-APIs-Driver-Development

Bare-metal programming for the SMT32 Microcontrollers using the HAL library. Drivers for DMA,ADC,UART,TIMERS, GPIO,SPI,I2C,RTC,SysTick

Language: C - Size: 33.7 MB - Last synced at: about 2 months ago - Pushed at: almost 2 years ago - Stars: 12 - Forks: 1

elyse502/UoK

A repository for my coding assignments and projects at the University of Kigali, showcasing various programming modules and practical implementations.

Language: Java - Size: 173 MB - Last synced at: 23 days ago - Pushed at: 3 months ago - Stars: 1 - Forks: 0