Skip to content
This repository has been archived by the owner on Jun 14, 2024. It is now read-only.

Commit

Permalink
Automated dump
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Jun 26, 2023
1 parent 4a850ec commit ac2bd12
Show file tree
Hide file tree
Showing 4 changed files with 698 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,6 @@

[Bash](Languages%20f264e815b0b44efc9c8a8e4bd5e90850/Bash%20cd7f5163fd214780904b27a1b8049e60.md)

[Rust](Languages%20f264e815b0b44efc9c8a8e4bd5e90850/Rust%20d01a88d0c54347988f356ba67a696fd6.md)
[Rust](Languages%20f264e815b0b44efc9c8a8e4bd5e90850/Rust%20d01a88d0c54347988f356ba67a696fd6.md)

[Zig](Languages%20f264e815b0b44efc9c8a8e4bd5e90850/Zig%20c18ea1f9dbe346b8974cae0f176502e8.md)
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Zig

I am currently trying to get a bit into Zig and want to document the stuff I learn and discover here as I go.

# Resources

- Language Reference: [https://ziglang.org/documentation/master/](https://ziglang.org/documentation/master/)
- Standard Library: [https://ziglang.org/documentation/master/std/](https://ziglang.org/documentation/master/std/)
- Zig by example: [https://zig-by-example.com](https://zig-by-example.com/)
- Another zig by example: [https://zigbyexample.github.io](https://zigbyexample.github.io/)
- Ziglearn: [https://ziglearn.org](https://ziglearn.org/)
- Concurrency (”colorblind async/await”): [https://kristoff.it/blog/zig-colorblind-async-await/](https://kristoff.it/blog/zig-colorblind-async-await/)

# Example Projects

- https://github.com/SpexGuy/Zig-AoC-Template
- File reading line by line: [https://gist.github.com/LordMZTE/ce8348536c7ba6f7d7323f9d7f1b49a8](https://gist.github.com/LordMZTE/ce8348536c7ba6f7d7323f9d7f1b49a8)
Original file line number Diff line number Diff line change
Expand Up @@ -673,4 +673,4 @@
background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Crect%20x%3D%220.75%22%20y%3D%220.75%22%20width%3D%2214.5%22%20height%3D%2214.5%22%20fill%3D%22white%22%20stroke%3D%22%2336352F%22%20stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E");
}

</style></head><body><article id="f264e815-b0b4-4efc-9c8a-8e4bd5e90850" class="page sans"><header><h1 class="page-title">Languages</h1><p class="page-description"></p></header><div class="page-body"><figure id="8927dd8a-f977-4f16-8413-6ab69d1dae59" class="link-to-page"><a href="Languages%20f264e815b0b44efc9c8a8e4bd5e90850/Go%208927dd8af9774f1684136ab69d1dae59.html">Go</a></figure><figure id="4f08b7b0-6e0e-40d6-8c5c-5d4bc9daf124" class="link-to-page"><a href="Languages%20f264e815b0b44efc9c8a8e4bd5e90850/Python%204f08b7b06e0e40d68c5c5d4bc9daf124.html">Python</a></figure><figure id="947d6b83-9abd-44ad-a23d-5688ffc56e4e" class="link-to-page"><a href="Languages%20f264e815b0b44efc9c8a8e4bd5e90850/Elixir%20947d6b839abd44ada23d5688ffc56e4e.html">Elixir</a></figure><figure id="cd7f5163-fd21-4780-904b-27a1b8049e60" class="link-to-page"><a href="Languages%20f264e815b0b44efc9c8a8e4bd5e90850/Bash%20cd7f5163fd214780904b27a1b8049e60.html">Bash</a></figure><figure id="d01a88d0-c543-4798-8f35-6ba67a696fd6" class="link-to-page"><a href="Languages%20f264e815b0b44efc9c8a8e4bd5e90850/Rust%20d01a88d0c54347988f356ba67a696fd6.html">Rust</a></figure></div></article></body></html>
</style></head><body><article id="f264e815-b0b4-4efc-9c8a-8e4bd5e90850" class="page sans"><header><h1 class="page-title">Languages</h1><p class="page-description"></p></header><div class="page-body"><figure id="8927dd8a-f977-4f16-8413-6ab69d1dae59" class="link-to-page"><a href="Languages%20f264e815b0b44efc9c8a8e4bd5e90850/Go%208927dd8af9774f1684136ab69d1dae59.html">Go</a></figure><figure id="4f08b7b0-6e0e-40d6-8c5c-5d4bc9daf124" class="link-to-page"><a href="Languages%20f264e815b0b44efc9c8a8e4bd5e90850/Python%204f08b7b06e0e40d68c5c5d4bc9daf124.html">Python</a></figure><figure id="947d6b83-9abd-44ad-a23d-5688ffc56e4e" class="link-to-page"><a href="Languages%20f264e815b0b44efc9c8a8e4bd5e90850/Elixir%20947d6b839abd44ada23d5688ffc56e4e.html">Elixir</a></figure><figure id="cd7f5163-fd21-4780-904b-27a1b8049e60" class="link-to-page"><a href="Languages%20f264e815b0b44efc9c8a8e4bd5e90850/Bash%20cd7f5163fd214780904b27a1b8049e60.html">Bash</a></figure><figure id="d01a88d0-c543-4798-8f35-6ba67a696fd6" class="link-to-page"><a href="Languages%20f264e815b0b44efc9c8a8e4bd5e90850/Rust%20d01a88d0c54347988f356ba67a696fd6.html">Rust</a></figure><figure id="c18ea1f9-dbe3-46b8-974c-ae0f176502e8" class="link-to-page"><a href="Languages%20f264e815b0b44efc9c8a8e4bd5e90850/Zig%20c18ea1f9dbe346b8974cae0f176502e8.html">Zig</a></figure></div></article></body></html>
Loading

0 comments on commit ac2bd12

Please sign in to comment.