# ci2
## Description
Inspired by all in the acknowledgments, this is my own personal C codebase.
## Table of Contents
* [Features](#features)
* [Todos](#todos)
* [Usage](#usage)
* [Acknowledgments](#acknowledgments)
* [License](#license)
## Features
## Todos
## Usage
```bash
# Example installation
git clone https://myrepos.dev/Randy-Jordan/ci2.git
# Navigate into the directory
cd ci2
# Build the project
make
# Build and run tests.
make test
```
## Acknowledgments
[C Interfaces and Implementations](https://github.com/drh/cii)
[Unix Networking Programming Sockets Networking API](https://www.amazon.com/Unix-Network-Programming-Sockets-Networking/dp/0131411551)
[Advanced Programming in the UNIX Environment](https://www.amazon.com/Advanced-Programming-UNIX-Environment-3rd/dp/0321637739/146-5615695-5426958)
[stsaz - ffsys](https://github.com/stsaz/ffsys)
[nothings - stb](https://github.com/nothings/stb)
[Sean Barret - Advice for writing small programs](https://youtu.be/eAhWIO1Ra6M)
[Eskil Steenberg - How I program C](https://www.youtube.com/watch?v=443UNeGrFoM)
[Ginger Bill](https://www.gingerbill.org/)
[GingerGill gb](https://github.com/gingerBill/gb)
[Chris Wellons](https://nullprogram.com/)
[Skeeto - W64devkit](https://github.com/skeeto/w64devkit)
[Mongoose Webserver](https://github.com/cesanta/mongoose)
[Tsoding Daily](https://www.youtube.com/c/TsodingDaily)
[Jacob Sorber](https://www.youtube.com/@JacobSorber)
[Crafting Interpreters](https://craftinginterpreters.com/)
## License
This project is licensed under the MIT License - see the [MIT License](LICENSE) file for details.