An open API service indexing awesome lists of open source software.

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:

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
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)

##### Questions?
Open an issue!