{"id":21004796,"url":"https://github.com/halfzebra/learning-c","last_synced_at":"2025-09-01T17:44:20.710Z","repository":{"id":73688707,"uuid":"339041023","full_name":"halfzebra/learning-c","owner":"halfzebra","description":"🤖 My notes for learning C","archived":false,"fork":false,"pushed_at":"2022-03-28T10:41:45.000Z","size":7,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-13T14:24:04.863Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"C","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/halfzebra.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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}},"created_at":"2021-02-15T10:29:02.000Z","updated_at":"2023-03-10T10:28:54.000Z","dependencies_parsed_at":"2023-02-25T16:00:24.932Z","dependency_job_id":null,"html_url":"https://github.com/halfzebra/learning-c","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/halfzebra/learning-c","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/halfzebra%2Flearning-c","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/halfzebra%2Flearning-c/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/halfzebra%2Flearning-c/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/halfzebra%2Flearning-c/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/halfzebra","download_url":"https://codeload.github.com/halfzebra/learning-c/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/halfzebra%2Flearning-c/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273166086,"owners_count":25057175,"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-01T02:00:09.058Z","response_time":120,"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":"2024-11-19T08:37:58.573Z","updated_at":"2025-09-01T17:44:20.636Z","avatar_url":"https://github.com/halfzebra.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🤖 learning-c\n\nA bunch of examples I've decided to save while learning C.\n\n## Pointers\n\nMostly derived from [A TUTORIAL ON POINTERS AND ARRAYS IN C](https://pdos.csail.mit.edu/6.828/2012/readings/pointers.pdf) by Ted Jensen\n\nThe easiest way to run examples is:\n\n```bash\n# substitute the number \"2-1\" to run other programs\ngcc ./pointers/pointers2-1.c -o test \u0026\u0026 ./test\n```\n\n## Resources\n\n- https://github.com/oz123/awesome-c\n\n## Analyzing memory\n\n```\ngcc malloc-struct.c -o test \u0026\u0026 ./test | hexdump -d\n``` ","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhalfzebra%2Flearning-c","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhalfzebra%2Flearning-c","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhalfzebra%2Flearning-c/lists"}