https://github.com/exoad/lunchbox
My code snippets & templates.
https://github.com/exoad/lunchbox
templates
Last synced: 10 months ago
JSON representation
My code snippets & templates.
- Host: GitHub
- URL: https://github.com/exoad/lunchbox
- Owner: exoad
- License: bsd-3-clause
- Created: 2025-06-02T23:32:48.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-06-03T01:18:17.000Z (about 1 year ago)
- Last Synced: 2025-06-03T12:55:06.307Z (about 1 year ago)
- Topics: templates
- Language: C
- Homepage:
- Size: 7.81 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Code Templates, Snippets, & Single File Libraries
> [!CAUTION]
> This is still WIP.
This repository contains a lot of things where it is very easy to just plop into another project
and inject it directly without having to import it through third party means (e.g. package manager,
downloading and linking). You just copy that single file and slot it in where ever your project is,
maybe having to account for file paths or URIs.
These are here for ease of use and reuse in order to save development time to test out ideas. Once
these templates or whatever has served their purpose, I recommend in my workflow style to opt to
reimplement.
> Most code here are also licensed under very permissive licenses such as BSD-3 & MIT.
>
> If a file does not state the license, it will be implicitly licensed under the [root license](./LICENSE)