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

Topic: "cprogramming"

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: 4 months ago - Pushed at: 4 months ago - Stars: 1 - Forks: 0

richiepagard/c-book-exercises

The exercises of the C Programming Language book.

Language: C - Size: 46.9 KB - Last synced at: 2 months ago - Pushed at: 4 months ago - Stars: 1 - 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: 4 months ago - Pushed at: 4 months ago - Stars: 1 - Forks: 1

notnayan/WLV_HCK

You're welcome.

Language: Jupyter Notebook - Size: 99.4 MB - Last synced at: 6 months ago - Pushed at: 6 months ago - Stars: 1 - Forks: 0

yashkolte/LearnC-ProblemQuestion

This repository is designed to help you master the C programming language by practicing problems and understanding core concepts step by step.

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

alurubalakarthikeya/Data-Structures

Practice on Data Structure concepts like Stacks, Queues, LinkedLists

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

Kushanava-Ghosh/Tic-Tac-Toe

Tic-Tac-Toe - An Abstract Strategic Game

Language: C++ - Size: 151 KB - Last synced at: 7 months ago - Pushed at: 7 months ago - Stars: 1 - Forks: 0

amith152003/Wind-Tunnel-Smart-Air-Flow-Stabilization-System

This project implements a smart air flow stabilization system for wind tunnels, ensuring precise and stable airflow conditions. The system dynamically adjusts fan speed based on real-time feedback from a flex sensor measuring the angular displacement of a flap. This flap angle directly reflects airflow stability.

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

krsahil8825/SchoolBillingSystem

This program stores, updates, and manages all data in a single file without using an external database. All operations (add, modify, delete, display) directly interact with this file. Data Will be stored in records.txt. Copyright © KUMAR SAHIL | All Rights Reserved.

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

esotericenderman/first-c-project 📦

My first project in the C programming language, done to help me learn the basics.

Language: C - Size: 46.9 KB - Last synced at: 4 months ago - Pushed at: 7 months ago - Stars: 1 - Forks: 0

Ikram-Akbar/Phitron

Programming Fundamental (C, C++, DSA)

Language: C++ - Size: 5.98 MB - Last synced at: 8 months ago - Pushed at: 8 months ago - Stars: 1 - Forks: 0

iliamunaev/Piscine-Hive-Helsinki-School-42

A collection of C functions developed during the Hive Helsinki Piscine.

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

Anish-Shinde-1/SciCalc

SciCalc is a scientific calculator written in C, designed to perform a variety of mathematical operations in a command line interface.

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

kevink1113/SGCS_CSE2035

C Programming (2019-2)

Language: C - Size: 8.19 MB - Last synced at: 9 months ago - Pushed at: 9 months ago - Stars: 1 - Forks: 0

ragul-rofi/Cprogramming

Beginner C programming Algorithms

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

yvann-ba/Push_Swap

Efficient stack sorting algorithm in C. Optimize the number of moves using limited operations

Language: C - Size: 1.52 MB - Last synced at: 3 months ago - Pushed at: 10 months ago - Stars: 1 - Forks: 0

ayaan9618/Rollic

Rollic is a C program designed to simulate the rolling of dice, providing a fun and engaging way to generate random numbers. It offers several customization options to cater to different preferences and gaming needs.

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

hashirmeraj/Bet-Shoot-Simulator

Bet & Shoot Simulator is a console-based C program where players bet money and shoot targets for profit. With a starting balance of $100, players can bet a percentage of their wallet and aim for one of nine holes, trying to hit targets like Hamster, Rabbit, or Snake to win varying profits.

Language: C - Size: 4.88 KB - Last synced at: 4 months ago - Pushed at: 11 months ago - Stars: 1 - Forks: 0

nuhll-01/ls-lite

Simplified version of the UNIX 'ls' command.

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

ayaan9618/Cni-math_v1

Cni_math_v1 isn't just a calculator, it's a mathematical playground built in C. Master arithmetic basics, delve into matrix manipulations, solve equations like a pro, and explore the wonders of trigonometry. Whether you're a student, engineer, or just curious about numbers, Cni_math_v1 empowers you with the tools you need to conquer any calculation

Language: C - Size: 31.3 KB - Last synced at: 11 months ago - Pushed at: 11 months ago - Stars: 1 - Forks: 1

haxurn/bhnet

A versatile network utility for listening on ports, executing commands, and handling file uploads. Ideal for network admins, pen testers, and cybersecurity enthusiasts. Manage network connections and remote tasks efficiently

Language: C - Size: 12.7 KB - Last synced at: 10 days ago - Pushed at: 11 months ago - Stars: 1 - Forks: 0

yezzfusl/CAN-Analyzer

A sophisticated CAN bus analyzer in C, featuring real-time data capture, message filtering, decoding, graphical representation, and advanced statistical analysis

Language: C - Size: 74.2 KB - Last synced at: 4 months ago - Pushed at: 11 months ago - Stars: 1 - Forks: 0

ayaan9618/Passcoder

Passcoder is a C program designed to generate secure and random passwords, helping you create strong credentials for your online accounts. It offers various customization options to tailor the passwords to your specific needs.

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

christianasne/C-Programming

All of my C programs during freshmen year

Language: C - Size: 7.39 MB - Last synced at: 12 months ago - Pushed at: 12 months ago - Stars: 1 - Forks: 0

GameOfCode64/Banking-app-using-c-

C Projects

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

yvann-ba/MiniTalk

Inter-process communication using Unix signals. Send and receive messages between a client and server

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

yvann-ba/Get_Next_Line

Custom C function to read lines from a file descriptor. Efficient memory and file handling

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

utkukozan/Fundamental-C-Collection

Fundamental C Collection: Concise C programming exercises covering essential concepts. Ideal for learners and educators alike.

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

hey-its-d2t2/ToDo_List_in_C

ToDo list app in c programming language using Graphics progrramming and File heandeling in C. I had created this project in my first semester of BCA by self study from vaious resources of internet.

Language: C - Size: 10.7 KB - Last synced at: 5 months ago - Pushed at: about 1 year ago - Stars: 1 - Forks: 0

hey-its-d2t2/RunningBus_in_C

Running bus in C programming using C Graphics.

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

hey-its-d2t2/RappidRoll_game-in_C

Rappid roll game in C programming using C Graphics programming....

Language: C - Size: 10.7 KB - Last synced at: 5 months ago - Pushed at: about 1 year ago - Stars: 1 - Forks: 0

hey-its-d2t2/MoingCar_in_C

A beautiful moving car in C programming using C Graphiscs programming...

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

NeamulIslamFahim/Cash-Memo

A Cash Memo console application in C is a program designed to handle basic billing and receipt generation tasks typically used in retail or small business settings. This application captures details of purchases, calculates totals, and generates a printable receipt (cash memo) for the customer.

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

CHUNG-HAO/Driver-RaspberryPi-kernel

using Raspberry Pi 4 Model B to build linux kernel(32 bit Arch).

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

cimeriann/CSC-Programming-Course-Work

programming for CSC

Language: C - Size: 770 KB - Last synced at: 10 months ago - Pushed at: about 1 year ago - Stars: 1 - Forks: 0

Sohoxic/TinyShell

TinyShell is a simple, minimalist shell implementation written in C, designed for educational purposes.

Language: C - Size: 5.86 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 1 - Forks: 0

SadhaSivamx/StmGame

An stm32 game ( Arrow and the fish )

Language: C - Size: 40 KB - Last synced at: 4 months ago - Pushed at: over 1 year ago - Stars: 1 - Forks: 0

ashish-shr/Data-Structures-and-Algorithms

This repo contains programs I made while learning data structures & algorithms

Language: C - Size: 42 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 1 - Forks: 0

IverMartinson/MegaDumbOS

A very good OS that will soon be adopted as a replacement for Windows, Linux, and MacOS

Language: C - Size: 30.6 MB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 1 - Forks: 0

abouabra/42-Cub3D

Cub3D is a project that aims to create a 3D game using the raycasting technique.

Language: C - Size: 11.7 MB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 1 - Forks: 0

abouabra/42-Minishell

Minishell is a simple shell implementation in C

Language: C - Size: 436 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 1 - Forks: 0

abouabra/42-Philosophers

Philosophers is a project that aims to create a simulation of the dining philosophers problem.

Language: C - Size: 61.5 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 1 - Forks: 0

liguyon/42-curriculum

A comprehensive collection of my projects completed during the 42 curriculum.

Language: C - Size: 51.3 MB - Last synced at: about 1 year ago - Pushed at: over 1 year ago - Stars: 1 - Forks: 0

DevJubr/learningC

Home to my coding adventures and C programming journey.

Language: C - Size: 68.4 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 1 - Forks: 0

kipsangmarion/mandelbrot-set-generator

A program that generates the Mandelbrot set fractal pattern

Language: TeX - Size: 1 MB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 1 - Forks: 0

kipsangmarion/prime-number-generator

A program that generates prime numbers upto a given limit

Language: TeX - Size: 153 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 1 - Forks: 0

jaimit25/CP

This Repository contains My solution to Problem solving questions, [Implementation of Data Structures - check Repo _DSA_(folder) or Cpp_dsa Repo]

Language: C++ - Size: 20.8 MB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 1 - Forks: 1

beaamoo/2D-Game

A simple space themed 2D game in C using the SFML library.

Language: C++ - Size: 38.2 MB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 1 - Forks: 0

Dharshu2003/Employee-Record-System

Employee Record System is software built to handle the primary housekeeping functions of a company. ERS helps companies keep track of all the employees and their records.This software built to handle the records of employees of any company. It will help companies to keep track of all the employees’ records in a file.

Language: C - Size: 4.88 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 1 - Forks: 0

mehedi0105/Codeforces-Problem-Solve-in-C

C Problem Solve with Codeforces

Language: C - Size: 22.5 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 1 - Forks: 0

AijaRe/42Porto_FdF

Basic wireframe model

Language: C - Size: 4.26 MB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 1 - Forks: 0

joegasewicz/sdl2-starter-template

SDL2 Starter Template for C

Language: C - Size: 1.95 KB - Last synced at: about 1 month ago - Pushed at: almost 2 years ago - Stars: 1 - Forks: 0

sumeetsarkar/art-of-c

Learn the art of C

Language: C - Size: 84 KB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 1 - Forks: 0

hey-its-d2t2/Graphics-Programming-in-C

Some functions of C graphics programming...

Language: C - Size: 6.84 KB - Last synced at: 5 months ago - Pushed at: almost 2 years ago - Stars: 1 - Forks: 0

hey-its-d2t2/Password_program-in-C

A user name and password checker program in C. Including delay, sound functions...

Language: C - Size: 1.95 KB - Last synced at: 5 months ago - Pushed at: almost 2 years ago - Stars: 1 - Forks: 0

hey-its-d2t2/SnakeLadder_Game_in_C

Trying to make snake ladder game in C using C graphics programming, unfortunately this project is incomplete...

Language: C - Size: 3.91 KB - Last synced at: 5 months ago - Pushed at: almost 2 years ago - Stars: 1 - Forks: 0

hey-its-d2t2/GUI_Calculator_in_C

A GUI calculator in C using C graphics programming...

Language: C - Size: 4.88 KB - Last synced at: 5 months ago - Pushed at: almost 2 years ago - Stars: 1 - Forks: 0

hey-its-d2t2/C-Graphics-DCC_Management

Institute management software using C programming with Graphics Programming. I had made this project when i'm in the 1st semester and make very first GUI based software. This is partially incomplete but during making tthis project i learned a lot and become more confident in the software development field.

Language: C - Size: 135 KB - Last synced at: 5 months ago - Pushed at: almost 2 years ago - Stars: 1 - Forks: 0

Omarkhaledaw/Uni

This contains all files and resources for the projects I've done as a Mechatronics and Robotics engineering student at the Egyptian Russian University (ERU)

Language: Python - Size: 24.7 MB - Last synced at: about 2 months ago - Pushed at: almost 2 years ago - Stars: 1 - Forks: 0

AbdelrhmanWalaa/Sprints-Automotive_Software_Bootcamp

This repository is dedicated to housing all the tasks and projects related to the Sprints Automotive Software Bootcamp.

Language: C - Size: 196 MB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 1 - Forks: 0

AbdelrhmanWalaa/Udacity-Embedded_Systems_Nanodegrees

This Embedded Systems Nanodegrees repository offers a comprehensive program providing practical, hands-on experience in the exciting field of embedded systems. It caters to both beginners and those looking to advance their skills with two distinct tracks: the Embedded Systems Professional Nanodegree and the Embedded Systems Advanced Nanodegree.

Language: C - Size: 540 KB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 1 - Forks: 0

georgecatalin/FreeRTOS_From_Ground_Up_on_ARM_Processors

Foundations of real-time systems and how to build real-time applications using FreeRTOS

Language: C - Size: 26.9 MB - Last synced at: 5 months ago - Pushed at: almost 2 years ago - Stars: 1 - Forks: 1

AbdelrhmanWalaa/NTI-Embedded_Systems_Program

About This repository offers a comprehensive training program on embedded systems development, covering four modules that encompass C and Embedded C Programming, Microcontroller Architecture, Real-Time Operating Systems (RTOS), and Automotive embedded systems. Elevate your skills and tackle real-world challenges in this exciting field.

Language: C - Size: 1.74 MB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 1 - Forks: 0

Blessman-Newton/alx-higher_level_programming

A high-level language is a programming language designed to simplify computer programming. It is "high-level" since it is several steps removed from the actual code run on a computer's processor. High-level source code contains easy-to-read syntax that is later converted into a low-level language, which can be recognized and run by a specific CPU.

Language: Python - Size: 151 KB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 1 - Forks: 2

shingareom/JavaLanguageCompiler

Java Language Compiler is a simple C program that automates the process of compiling and running Java programs.

Language: C - Size: 164 KB - Last synced at: 4 months ago - Pushed at: almost 2 years ago - Stars: 1 - Forks: 0

ncasteln/libft

Self-implemented C library continaing some of basic C functions.

Language: C - Size: 40 KB - Last synced at: over 1 year ago - Pushed at: almost 2 years ago - Stars: 1 - Forks: 0

Sidheshwarj2001/C_Programming

C programming code

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

mozahidahmed/Problem_Solving

problem solving with javaScript And C programming

Language: C - Size: 36.1 KB - Last synced at: over 1 year ago - Pushed at: about 2 years ago - Stars: 1 - Forks: 0

lynnagidza/alx-low_level_programming

C learning

Language: C - Size: 403 KB - Last synced at: about 2 years ago - Pushed at: about 2 years ago - Stars: 1 - Forks: 1

if-tea/Beginners-C-Codes

All the required basic C code, including DSA.

Language: C++ - Size: 30.3 KB - Last synced at: about 2 years ago - Pushed at: about 2 years ago - Stars: 1 - Forks: 0

nageshnnazare/unix_threads_with_pthread_lib

Basic concepts in multi-threading with pthread library

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

wahidpanda/Bee-Crowed-C-Solutions

Don't Copy if u got stuck see here!! Happy Coding

Language: C - Size: 155 KB - Last synced at: 4 months ago - Pushed at: over 2 years ago - Stars: 1 - Forks: 0

umutcantr/C-examples

My solutions to c examples that taken from C Programming: A Modern Approach : King, KN.

Language: C - Size: 403 KB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 1 - Forks: 0

wahidpanda/Calculator-With-C-Language

Calculator project with C

Language: C - Size: 1.95 KB - Last synced at: 4 months ago - Pushed at: over 2 years ago - Stars: 1 - Forks: 0

GabriellaValentina/Tic-Tac-Toe-advanced-C

A game of Xs and Os played in C language. Players take turns placing their symbol, either X or O, on a 3x3 grid. The goal is to get three in a row before the opponent. The game ends when one player gets three in a row or when the grid is full. Implemented using a matrix to store the board and loops for player moves and win checking.

Language: C - Size: 15.6 KB - Last synced at: about 1 year ago - Pushed at: over 2 years ago - Stars: 1 - Forks: 0

MassiGy/C-arbres-phylogenetiques

Ceci est un projet en C qui permet de manipuler les arbres binaires phylogénétiques.

Language: C - Size: 1.86 MB - Last synced at: 3 months ago - Pushed at: over 2 years ago - Stars: 1 - Forks: 0

sumitgirwal/Info-Collector-CPP-Project

This is C++ project on collection of information. its a simple GUI application in C++ graphics.

Language: C - Size: 11.7 KB - Last synced at: 4 months ago - Pushed at: over 2 years ago - Stars: 1 - Forks: 0

Yash2003Bisht/C-learning

C programming code & notes.

Language: C - Size: 1.28 MB - Last synced at: over 2 years ago - Pushed at: over 2 years ago - Stars: 1 - Forks: 0

MassiGy/C-dictionnary-program

This C program, loads a file of 10000 english words to a trie data structure and search for the right spelling when the user types a word of his own.

Language: C - Size: 146 KB - Last synced at: 3 months ago - Pushed at: over 2 years ago - Stars: 1 - Forks: 1

SHIINASAMA/os-dev-chinese

Writing a Simple Operating System - from Scratch (December 2, 2010) 个人中文翻译

Size: 291 KB - Last synced at: 4 months ago - Pushed at: over 2 years ago - Stars: 1 - Forks: 0

roy35-909/CP

Competitive programming, Problem , Source Code

Language: C++ - Size: 97.7 KB - Last synced at: over 2 years ago - Pushed at: almost 3 years ago - Stars: 1 - Forks: 0

mikemwai/C-Programming

Group project that reads details from given files and imports to a program.

Language: C++ - Size: 93.8 KB - Last synced at: 5 months ago - Pushed at: almost 3 years ago - Stars: 1 - Forks: 0

denzubechi/alx-low_level_programming

Low level programming

Language: C - Size: 669 KB - Last synced at: over 2 years ago - Pushed at: almost 3 years ago - Stars: 1 - Forks: 0

manucabral/brinf 📦

A simple program that extracts basic information from your default browser

Language: C - Size: 2.33 MB - Last synced at: over 2 years ago - Pushed at: almost 3 years ago - Stars: 1 - Forks: 0

ajruttam/Digital-Clock

Clock comes in handy everytime :)

Language: C - Size: 2.9 MB - Last synced at: about 2 years ago - Pushed at: almost 3 years ago - Stars: 1 - Forks: 0

Shakthashetty274/STOCK-MARKET

TO ANALYSE STOCK PRIZES OF ANALYZER

Language: C - Size: 5.86 KB - Last synced at: 7 months ago - Pushed at: almost 3 years ago - Stars: 1 - Forks: 0

finki-nanorocks/finki-c-hidden-numbers-algorithm

Simple algorithm that finds hidden numbers in strings and output their sum. The program is terminated with '.'

Language: C - Size: 3.91 KB - Last synced at: over 2 years ago - Pushed at: almost 3 years ago - Stars: 1 - Forks: 0

finki-nanorocks/finki-data-linked-c-console-app

An console app that remember urls in file

Language: C - Size: 30.3 KB - Last synced at: over 2 years ago - Pushed at: almost 3 years ago - Stars: 1 - Forks: 0

Qasid99/Online-Compiler

A NodeJS -based online compiler that can compile and run C, and C++ programs. GitHub – It supports real-time compilations using AJAX, jQuery and file handling, and child process libraries of NodeJs with multiple themes, and syntax highlighting using Ace.js

Language: JavaScript - Size: 573 KB - Last synced at: 3 months ago - Pushed at: almost 3 years ago - Stars: 1 - Forks: 0

kt-shashi/nit_lab

Assignments from NIT JSR

Language: C++ - Size: 1.31 MB - Last synced at: about 1 year ago - Pushed at: almost 3 years ago - Stars: 1 - Forks: 0

Antonios-Sotiriou/bmpPainter

Draw bmp image with xlib

Language: C - Size: 97.7 KB - Last synced at: over 2 years ago - Pushed at: about 3 years ago - Stars: 1 - Forks: 0

georgecatalin/UDP_multicast_client

An example of a client listening for UDP multicast

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

NazmulHasan7/CSE-115-Modern-Periodic-Table-Console-Application

Modern Periodic Table with C programming is a console application written in C programming language for CSE115 of North South University.

Language: C - Size: 2.42 MB - Last synced at: over 2 years ago - Pushed at: about 3 years ago - Stars: 1 - Forks: 0

wichmann/timelib

Simple time library written in C.

Language: C - Size: 1000 Bytes - Last synced at: 3 months ago - Pushed at: over 3 years ago - Stars: 1 - Forks: 36

GausAlMunirTushar/C_Practices

C Practices

Language: C - Size: 7.81 KB - Last synced at: over 2 years ago - Pushed at: over 3 years ago - Stars: 1 - Forks: 0

Lauthy02/C

Programas que hice en lenguaje C.

Language: C - Size: 245 KB - Last synced at: about 1 month ago - Pushed at: over 3 years ago - Stars: 1 - Forks: 0

Rim032/QCBasic

A simple program that allows modellers to create QC files using this program, this can be used for games that use the Source Engine, such as GMod. This program was created using C. This is essentially a QC file creator.

Size: 72.3 KB - Last synced at: over 2 years ago - Pushed at: over 3 years ago - Stars: 1 - Forks: 0

herdal06/LuhnAlgorithm

C dili kullanılarak Luhn Algoritması uygulaması

Language: C - Size: 23.4 KB - Last synced at: over 2 years ago - Pushed at: over 3 years ago - Stars: 1 - Forks: 0

herdal06/OS-Homework

Sau Cs Operating System Homework

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

pmsoares/c-programming-strings

Programação em C - Strings (PARTE7)

Language: C - Size: 13.7 KB - Last synced at: over 2 years ago - Pushed at: over 3 years ago - Stars: 1 - Forks: 0