Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/villy-p/under-the-hood
All files included in my Youtube series: Under the Hood
https://github.com/villy-p/under-the-hood
assembly c explanations hashmaps under-the-hood youtube
Last synced: 3 months ago
JSON representation
All files included in my Youtube series: Under the Hood
- Host: GitHub
- URL: https://github.com/villy-p/under-the-hood
- Owner: Villy-P
- License: mit
- Created: 2024-06-23T17:58:12.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-11-03T21:04:25.000Z (3 months ago)
- Last Synced: 2024-11-03T21:27:45.081Z (3 months ago)
- Topics: assembly, c, explanations, hashmaps, under-the-hood, youtube
- Language: C
- Homepage: https://www.youtube.com/channel/UC8co7d52--VLDIHwpt3SXfw
- Size: 1.95 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Under-the-Hood
All files included in my Youtube series: [Under the Hood](https://www.youtube.com/channel/UC8co7d52--VLDIHwpt3SXfw)
## Build Instructions
If you want to build the files yourself, you'll need `CMake` and `Ninja`, along with a `C` compiler.
After you have the required tools, run `make reset` to initialize `CMake`, and check inside the `makefile` to see what run commands there are.