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: 4 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 (about 2 years ago)
- Default Branch: main
- Last Pushed: 2025-02-17T18:27:22.000Z (over 1 year ago)
- Last Synced: 2025-04-03T04:33:04.735Z (about 1 year ago)
- Topics: assembly, c, explanations, hashmaps, under-the-hood, youtube
- Language: C
- Homepage: https://www.youtube.com/channel/UC8co7d52--VLDIHwpt3SXfw
- Size: 7.81 KB
- Stars: 3
- 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.