Welcome to the Functional Projects repository! ⚙️
This repository is dedicated to practical, ready-to-use applications and automation workflows created by İsmet Akalın. Unlike theoretical study repos, the projects here are designed to perform specific tasks, ranging from system-level utilities to workflow automation.
| Directory | Type | Description |
|---|---|---|
| C_Calculator | Utility / Tool | A robust command-line interface (CLI) calculator developed in C. Capable of performing arithmetic operations efficiently. |
| n8n-and-Automation-Projects | Automation | A collection of workflows for n8n. These projects focus on automating tasks, integrating APIs, and managing data flows without extensive coding. |
To run the C calculator on your local machine:
- Navigate to the directory:
cd C_Calculator - Compile the code (using GCC):
gcc main.c -o calculator
- Run the application:
./calculator
To use the automation workflows:
- Navigate to the folder:
cd n8n-and-Automation-Projects - Import: Open your local or cloud n8n instance.
- Load: Import the
.jsonworkflow files directly into the editor.
- C Programming: Low-level logic and performance-critical utilities.
- n8n: Workflow automation and API integrations.
Contributions are welcome! If you have a better way to calculate or a new automation idea:
- Fork the project.
- Create your feature branch (
git checkout -b feature/NewTool). - Commit your changes (
git commit -m 'Add new tool'). - Push to the branch (
git push origin feature/NewTool). - Open a Pull Request.
İsmet Akalın
- GitHub: @Akalinismet
Building functional tools for real-world problems.