Language-Library is a collection of simple projects in various programming languages. Each project demonstrates basic functionalities and serves as a learning resource for developers of all skill levels.
- Python
- Flask-based Configuration Management System
- JSON
- Configuration Management System with Validation and Backup
- YAML
- Application Settings Manager
- Bash
- Scripts for various automation tasks
- C#
- Basic application showcasing language features
- C++
- Simple projects demonstrating fundamental concepts
- C
- Basic C programs
- CSS
- Styling examples and utilities
- Go
- Basic projects and utilities in Go
- HTML
- Web pages and templates
- Java
- Basic applications and utilities
- JavaScript
- Scripts and web applications
- Markdown
- Documentation and examples
- PHP
- Simple web applications
- PowerShell
- Automation scripts
- YAML
- Configuration files and examples
-
Flask-based Configuration Management System
Navigate to the
Pythondirectory and run the Flask application:cd Python python app.py -
JSON Configuration Management
Navigate to the
JSONdirectory and run the management script:cd JSON python manage_config.py -
YAML Application Settings Manager
Navigate to the
YAMLdirectory and run the management script:cd YAML python manage_settings.py
Language-Library/
├── .github/workflows/
├── Bash/
├── C/
├── C#/
├── C++/
├── CSS/
├── Go/
├── HTML/
├── JSON/
├── Java/
├── JavaScript/
├── Markdown/
├── PHP/
├── PowerShell/
├── Python/
├── YAML/
├── README.md
└── index.html
This project is licensed under the MIT License. See the LICENSE file for details.
