Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ashish0kumar/minimalist-c
🍀 Collection of minimalist and low-level C projects
https://github.com/ashish0kumar/minimalist-c
c chat-server hex-editor https-client https-server linux low-level low-level-programming snake-game text-editor web-server wsl2 x11
Last synced: 19 days ago
JSON representation
🍀 Collection of minimalist and low-level C projects
- Host: GitHub
- URL: https://github.com/ashish0kumar/minimalist-c
- Owner: ashish0kumar
- License: mit
- Created: 2024-09-27T15:56:25.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-12-27T14:49:45.000Z (24 days ago)
- Last Synced: 2024-12-27T15:22:23.875Z (24 days ago)
- Topics: c, chat-server, hex-editor, https-client, https-server, linux, low-level, low-level-programming, snake-game, text-editor, web-server, wsl2, x11
- Language: C
- Homepage:
- Size: 3.27 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 🍀 Minimalist `X` in C
A collection of minimalist and low-level C projects showcasing various concepts like networking, graphical interfaces, and file handling. Each project is self-contained, demonstrating how to use C libraries and system calls for building real-world applications.## 🔍 Explore
#### [💬💻 Minimalist `Chat Server` in C](chat_server)
#### [🌐📡 Minimalist `Web Server` in C](web_server)
#### [🔒🖥️ Minimalist `HTTPS Client` in C](https_client)
#### [🔐🌍 Minimalist `HTTPS Server` in C](https_server)
#### [📝🖱️ Minimalist `Text Editor` in C](text_editor)
#### [🔢🛠️ Minimalist `Hex Editor` in C](hex_editor)
#### [🐍🎮 Minimalist `Snake Game` in C](snake_game)
#### [>_🍩 Minimalist `Donut` in C](donut)
#### [📚🖱️ Minimalist `X11 GUI Window` in C](x11_gui)## ✍️ Contributions
Feel free to fork this repository and contribute by adding more projects or improving existing ones. Submit a pull request if you would like to share your work.
## 📜 License
This repository is open-source and available under the MIT License.