https://github.com/ashish0kumar/minimalist-c
🍀 Collection of minimalist and low-level C projects
https://github.com/ashish0kumar/minimalist-c
c chat-server donut-c hex-editor https-client https-server linux low-level low-level-programming network-programming networking snake-game text-editor web-server wsl2 x11
Last synced: 3 months 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 (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-07-09T14:42:55.000Z (3 months ago)
- Last Synced: 2025-07-09T15:48:42.289Z (3 months ago)
- Language: C
- Homepage:
- Size: 4.74 MB
- Stars: 2
- 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
- [`chat server`](chat_server)
- [`web server`](web_server)
- [`https client`](https_client)
- [`https server`](https_server)
- [`text editor`](text_editor)
- [`hex editor`](hex_editor)
- [`x11 gui window`](x11_gui)
- [`snake game`](snake_game)
- [`donut`](donut)## 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.
![]()
© 2025-present Ashish Kumar