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 (7 months ago)
- Default Branch: main
- Last Pushed: 2025-01-18T18:50:33.000Z (4 months ago)
- Last Synced: 2025-01-18T19:33:17.988Z (4 months ago)
- Topics: 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
- Language: C
- Homepage:
- Size: 4.76 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
- [`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.
## License
This repository is open-source and available under the **MIT License**.