https://github.com/kndndrj/inloc
Educational projects in a few lines of code
https://github.com/kndndrj/inloc
Last synced: 2 months ago
JSON representation
Educational projects in a few lines of code
- Host: GitHub
- URL: https://github.com/kndndrj/inloc
- Owner: kndndrj
- License: mit
- Created: 2024-09-04T17:12:17.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-10-23T13:14:48.000Z (12 months ago)
- Last Synced: 2025-07-18T03:44:23.807Z (3 months ago)
- Language: C
- Size: 24.4 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Projects `In N Lines Of Code`
This repository contains various small projects, which help understand complex topics.
The projects themselves are as small as possible to illustrate the point.
All projects from the `master` branch are featured in
[my series on youtube](https://youtube.com/playlist?list=PLspLRijkVjGCFD5iXY2LYhclbypwipizE)!## Contributing
If you have an example which fits this repository, please consider opening a pull request.
Each example should have it's own pull request. The file structure of the added example should look
aproximately like this:```
/ # A new top-level folder - name of the folder should
# be contextual, not tied to a specific project
# name (example: `compiler` not `tinyc`).
README.md # See below.
```The `README.md` should have the following structure. `Lines of Code` field shouldn't contain empty
and comment lines. I suggest that you determine the number using
[`cloc`](https://github.com/AlDanial/cloc).```
#| Language | Lines of Code |
| :--------: | :-----------: |
| | |## Running
## Sources
## License
```
## License
Everything not mentioned in `README.md` files in subfolders is licensed under
[MIT license](./LICENSE)