c-script
Here are 16 public repositories matching this topic...
C
-
Updated
Apr 14, 2023 - C
The Advanced Calculator is a powerful, user-friendly C-based tool designed for complex mathematical operations, including basic arithmetic, trigonometry, logarithms, complex numbers, matrix operations, and statistical calculations, all enhanced with formula hints and formatted outputs for easy understanding.
-
Updated
Sep 1, 2024 - C
Change the function of a keyboard key to perform the function you want.
-
Updated
Feb 24, 2024 - C
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!
-
Updated
Sep 30, 2024 - C
Colorful Hello World is a simple C program that demonstrates how to print text in various colors in the terminal using ANSI escape codes. This project showcases how to add vibrant, colored text output to console applications, with "Hello, World!" displayed in red, green, and blue.
-
Updated
Sep 1, 2024 - C
A simple Temperature Converter program in C that converts temperatures between Celsius and Fahrenheit. It features a user-friendly interface allowing easy input and conversion. Ideal for quick temperature calculations, it demonstrates basic programming concepts and interactive user prompts. Perfect for educational purposes and practical use.
-
Updated
Sep 1, 2024 - C
A simple console-based To-Do List application that allows you to add, view, and delete tasks. It uses SQLite for persistent storage, ensuring your tasks are saved between sessions. Manage your tasks easily with this lightweight and efficient tool.
-
Updated
Sep 7, 2024 - C
This project is a C program that generates the Fibonacci sequence up to a specified number of terms. Users input the desired number of terms, and the program displays the sequence with formatted output. It's perfect for learning about Fibonacci numbers and basic C programming concepts.
-
Updated
Sep 8, 2024 - C
A simple C-based alarm clock program allowing users to set, cancel, and monitor alarms in a 12-hour format with AM/PM notation. Features a text-based interface for easy management and real-time alarm activation.
-
Updated
Sep 1, 2024 - C
a todo list command in multiple language
-
Updated
Nov 4, 2024 - C
A simple Rock, Paper, Scissors game implemented in C. Play against the computer by choosing Rock, Paper, or Scissors. The game displays choices and announces the winner, providing a clear and interactive experience. Easy to compile and run on any system with a C compiler.
-
Updated
Sep 1, 2024 - C
A command-line tool for converting between various currencies. It supports a wide range of currencies with dynamic input, real-time conversion, and error handling for invalid inputs. Simple to use and easy to update with current exchange rates.
-
Updated
Sep 1, 2024 - C
The Factorial Calculator is a C-based program that computes the factorial of any non-negative integer using recursion. It provides clear, formatted output, handles invalid inputs like negative numbers, and is simple to use. Compile, input a number, and get the factorial instantly!
-
Updated
Sep 6, 2024 - C
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.
-
Updated
Sep 8, 2024 - C
This project features colorful ASCII animations created with the ncurses library in C, showcasing various illusions like spinning lines, falling characters, expanding circles, and zig-zag patterns, providing an engaging visual experience in the terminal.
-
Updated
Nov 10, 2024 - C
Improve this page
Add a description, image, and links to the c-script topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the c-script topic, visit your repo's landing page and select "manage topics."