https://github.com/lukas-h/c
:sparkles: Some programs and experiments in C :open_mouth: ... :sparkles:
https://github.com/lukas-h/c
c collection library
Last synced: 10 months ago
JSON representation
:sparkles: Some programs and experiments in C :open_mouth: ... :sparkles:
- Host: GitHub
- URL: https://github.com/lukas-h/c
- Owner: lukas-h
- License: mit
- Created: 2016-11-14T22:43:46.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-06-15T00:23:51.000Z (about 9 years ago)
- Last Synced: 2025-09-03T02:48:38.346Z (10 months ago)
- Topics: c, collection, library
- Language: C
- Homepage:
- Size: 1.83 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# C
Some programs and experiments in C ...
## projects
### 1. calc
a small REPL calculator for the console
[HERE](calc/calc.md)
### 2. memory-system
a stack implementation (test) ...
[HERE](memory-system/memory-system.md)
### 3. ui
UI widgets for the console *without ncurses*
1. a selection menu [HERE](ui/menu.md)
2. a yes-no dialog [HERE](ui/dialog.md)
### 4. lexer
(for C-like languages)
[HERE](lexer/README.md)
### 5. liblil
linked list library
[HERE](liblil/README.md)
### 6. more here:
[Bitbucket - Snippets](https://bitbucket.org/snippets/lukashimsel/)
[toy-http](https://github.com/lukas-h/toy-http)
[my blog](http://himsel.me)
### More
[](https://opensource.org/licenses/MIT)
##### Questions?
Open an issue!