initial commit
This commit is contained in:
@@ -0,0 +1,58 @@
|
||||
# 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)<br>
|
||||
[Unix Networking Programming Sockets Networking API](https://www.amazon.com/Unix-Network-Programming-Sockets-Networking/dp/0131411551)<br>
|
||||
[Advanced Programming in the UNIX Environment](https://www.amazon.com/Advanced-Programming-UNIX-Environment-3rd/dp/0321637739/146-5615695-5426958)<br>
|
||||
[stsaz - ffsys](https://github.com/stsaz/ffsys)<br>
|
||||
[nothings - stb](https://github.com/nothings/stb)<br>
|
||||
[Sean Barret - Advice for writing small programs](https://youtu.be/eAhWIO1Ra6M)<br>
|
||||
[Eskil Steenberg - How I program C](https://www.youtube.com/watch?v=443UNeGrFoM)<br>
|
||||
[Ginger Bill](https://www.gingerbill.org/)<br>
|
||||
[GingerGill gb](https://github.com/gingerBill/gb)<br>
|
||||
[Chris Wellons](https://nullprogram.com/)<br>
|
||||
[Skeeto - W64devkit](https://github.com/skeeto/w64devkit)<br>
|
||||
[Mongoose Webserver](https://github.com/cesanta/mongoose)<br>
|
||||
[Tsoding Daily](https://www.youtube.com/c/TsodingDaily)<br>
|
||||
[Jacob Sorber](https://www.youtube.com/@JacobSorber)<br>
|
||||
[Crafting Interpreters](https://craftinginterpreters.com/)<br>
|
||||
|
||||
|
||||
## License
|
||||
|
||||
This project is licensed under the MIT License - see the [MIT License](LICENSE) file for details.
|
||||
|
||||
Reference in New Issue
Block a user