This is a simple ATM management system written in C. It use file-base storage.
-
Updated
Oct 20, 2024 - C
This is a simple ATM management system written in C. It use file-base storage.
A ring0 Loadable Kernel Module (Linux) to log all commnds run on the system.
Networking in C
mem-c is a simple memory allocator using a heap data structure with the mmap Linux syscall for dynamic memory management. It has a worst-case search time of O(n * log n) and averages O(log n). The allocator supports memory pagination, chunk merging, and plans for advanced features like garbage collection and arenas.
Investment Challenge is a terminal-based game that simulates investment growth through compound interest. Players start with a principal amount, set a nominal interest rate, and choose a duration to achieve their financial goals. interactive experience users understand investment strategies. Perfect for learning about finance in a fun way!
Lufrak is a simple and intuitive program that allows you to setup and optimize your Windows 10/11 computer in a few clicks!
Kit for developing command line applications in C
A collection of C language projects focusing on specific concepts, algorithms, and problems, offering hands-on experience and practical examples.
Compiler made for fun (in progress...)
Palindrome Checker is a C program that determines if a string reads the same forward and backward. It ignores non-alphanumeric characters and is case-insensitive. The program runs in a loop, allowing multiple checks, and provides clear results and prompts to continue or exit.
This is a student project, the objective is to create tool used to create catalog of C project
Travelling Salesman Problem (TSP) solution using several different methods.
Utility library for C
This is my first basic project in C language with the help of internet sources(with some modifications).It can be used to solve any kind of arithmetic operations in matrixes.
A collection of various C programs that I did in my computer class
Simple 2D Real-Time Graphics Library
Simple console-based password manager written in C
Past college project of mine for my cs class
Add a description, image, and links to the c-project topic page so that developers can more easily learn about it.
To associate your repository with the c-project topic, visit your repo's landing page and select "manage topics."