{"id":26748131,"url":"https://github.com/mrsloth-dev/ziglings-solutions","last_synced_at":"2025-09-08T13:42:32.618Z","repository":{"id":283383001,"uuid":"951592947","full_name":"MrSloth-dev/Ziglings-solutions","owner":"MrSloth-dev","description":null,"archived":false,"fork":false,"pushed_at":"2025-03-22T01:10:15.000Z","size":265,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-28T10:16:34.045Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Zig","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/MrSloth-dev.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-03-19T23:40:55.000Z","updated_at":"2025-03-22T01:10:19.000Z","dependencies_parsed_at":null,"dependency_job_id":"33923dbe-2d9d-4ccf-8c20-e00a9c9170ff","html_url":"https://github.com/MrSloth-dev/Ziglings-solutions","commit_stats":null,"previous_names":["mrsloth-dev/ziglings-solutions"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/MrSloth-dev/Ziglings-solutions","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MrSloth-dev%2FZiglings-solutions","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MrSloth-dev%2FZiglings-solutions/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MrSloth-dev%2FZiglings-solutions/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MrSloth-dev%2FZiglings-solutions/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MrSloth-dev","download_url":"https://codeload.github.com/MrSloth-dev/Ziglings-solutions/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MrSloth-dev%2FZiglings-solutions/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":274195308,"owners_count":25239147,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-09-08T02:00:09.813Z","response_time":121,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-03-28T10:16:35.959Z","updated_at":"2025-09-08T13:42:32.609Z","avatar_url":"https://github.com/MrSloth-dev.png","language":"Zig","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Ziglings\n\nMy take on the ziglings exercises, check the original repo here [link.](https://codeberg.org/ziglings/exercises)\n\nExercises:\n- [x] 001_hello.zig\n- [x] 002_std.zig\n- [x] 003_assignment.zig\n- [x] 004_arrays.zig\n- [x] 005_arrays2.zig\n- [x] 006_strings.zig\n- [x] 007_strings2.zig\n- [x] 008_quiz.zig\n- [x] 009_if.zig\n- [x] 010_if2.zig\n- [x] 011_while.zig\n- [x] 012_while2.zig\n- [x] 013_while3.zig\n- [x] 014_while4.zig\n- [x] 015_for.zig\n- [x] 016_for2.zig\n- [x] 017_quiz2.zig\n- [x] 018_functions.zig\n- [x] 019_functions2.zig\n- [x] 020_quiz3.zig\n- [x] 021_errors.zig\n- [x] 022_errors2.zig\n- [x] 023_errors3.zig\n- [x] 024_errors4.zig\n- [x] 025_errors5.zig\n- [x] 026_hello2.zig\n- [x] 027_defer.zig\n- [x] 028_defer2.zig\n- [x] 029_errdefer.zig\n- [x] 030_switch.zig\n- [x] 031_switch2.zig\n- [x] 032_unreachable.zig\n- [x] 033_iferror.zig\n- [x] 034_quiz4.zig\n- [x] 035_enums.zig\n- [x] 036_enums2.zig\n- [x] 037_structs.zig\n- [x] 038_structs2.zig\n- [x] 039_pointers.zig\n- [x] 040_pointers2.zig\n- [x] 041_pointers3.zig\n- [x] 042_pointers4.zig\n- [x] 043_pointers5.zig\n- [x] 044_quiz5.zig\n- [x] 045_optionals.zig\n- [x] 046_optionals2.zig\n- [x] 047_methods.zig\n- [x] 048_methods2.zig\n- [x] 049_quiz6.zig\n- [x] 050_no_value.zig\n- [x] 051_values.zig\n- [x] 052_slices.zig\n- [x] 053_slices2.zig\n- [x] 054_manypointers.zig\n- [x] 055_unions.zig\n- [x] 056_unions2.zig\n- [x] 057_unions3.zig\n- [x] 058_quiz7.zig\n- [x] 059_integers.zig\n- [x] 060_floats.zig\n- [x] 061_coercions.zig\n- [x] 062_loop_expressions.zig\n- [x] 063_labels.zig\n- [x] 064_builtins.zig\n- [x] 065_builtins2.zig\n- [x] 066_comptime.zig\n- [x] 067_comptime2.zig\n- [x] 068_comptime3.zig\n- [x] 069_comptime4.zig\n- [x] 070_comptime5.zig\n- [x] 071_comptime6.zig\n- [x] 072_comptime7.zig\n- [x] 073_comptime8.zig\n- [x] 074_comptime9.zig\n- [x] 075_quiz8.zig\n- [ ] 076_sentinels.zig\n- [ ] 077_sentinels2.zig\n- [ ] 078_sentinels3.zig\n- [ ] 079_quoted_identifiers.zig\n- [ ] 080_anonymous_structs.zig\n- [ ] 081_anonymous_structs2.zig\n- [ ] 082_anonymous_structs3.zig\n- [ ] 083_anonymous_lists.zig\n- [ ] 084_async.zig\n- [ ] 085_async2.zig\n- [ ] 086_async3.zig\n- [ ] 087_async4.zig\n- [ ] 088_async5.zig\n- [ ] 089_async6.zig\n- [ ] 090_async7.zig\n- [ ] 091_async8.zig\n- [ ] 092_interfaces.zig\n- [ ] 093_hello_c.zig\n- [ ] 094_c_math.zig\n- [ ] 095_for3.zig\n- [ ] 096_memory_allocation.zig\n- [ ] 097_bit_manipulation.zig\n- [ ] 098_bit_manipulation2.zig\n- [ ] 099_formatting.zig\n- [ ] 100_for4.zig\n- [ ] 101_for5.zig\n- [ ] 102_testing.zig\n- [ ] 103_tokenization.zig\n- [ ] 104_threading.zig\n- [ ] 105_threading2.zig\n- [ ] 106_files.zig\n- [ ] 107_files2.zig\n- [ ] 108_labeled_switch.zig\n- [ ] 109_vectors.zig\n- [ ] 999_the_end.zig\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmrsloth-dev%2Fziglings-solutions","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmrsloth-dev%2Fziglings-solutions","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmrsloth-dev%2Fziglings-solutions/lists"}