{"id":31007728,"url":"https://github.com/raeid-u/dynamic_array","last_synced_at":"2025-10-27T00:50:29.263Z","repository":{"id":313522678,"uuid":"1029372371","full_name":"Raeid-U/dynamic_array","owner":"Raeid-U","description":"simple dynamic array implementation in C... because I can","archived":false,"fork":false,"pushed_at":"2025-09-06T15:39:23.000Z","size":7,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-09-06T17:37:52.364Z","etag":null,"topics":["c","dynamic-array","makefile"],"latest_commit_sha":null,"homepage":"","language":"C","has_issues":true,"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/Raeid-U.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-07-31T00:29:40.000Z","updated_at":"2025-09-06T15:39:26.000Z","dependencies_parsed_at":"2025-09-06T17:49:15.164Z","dependency_job_id":null,"html_url":"https://github.com/Raeid-U/dynamic_array","commit_stats":null,"previous_names":["raeid-u/dynamic_array"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/Raeid-U/dynamic_array","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Raeid-U%2Fdynamic_array","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Raeid-U%2Fdynamic_array/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Raeid-U%2Fdynamic_array/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Raeid-U%2Fdynamic_array/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Raeid-U","download_url":"https://codeload.github.com/Raeid-U/dynamic_array/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Raeid-U%2Fdynamic_array/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":274915617,"owners_count":25373194,"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-13T02:00:10.085Z","response_time":70,"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":["c","dynamic-array","makefile"],"created_at":"2025-09-13T03:47:34.238Z","updated_at":"2025-10-27T00:50:29.215Z","avatar_url":"https://github.com/Raeid-U.png","language":"C","readme":"# Dynamic Array Implementation\n\nSimple dynamic array implementation in C by Raeid.\n\nThis is a simple exercise I completed in preparation for my [CS 136](https://student.cs.uwaterloo.ca/~cs136/current/) exam at uWaterloo. \n\n## Features\n- Opaque data structure\n- User is responsible for managing memory\n- Dynamic Arrays are self-optimizing\n- Makes use of [`lumber.h`](https://github.com/Raeid-U/lumber), another project by Raeid-U for logging in C \n\n---\n\n## Project Structure\n```\n./\n├── da.h\n├── da.c\n├── lumber.h\n├── main.c // implementaion testing file\n├── Makefile\n├── .gitignore\n└── README.md\n```\n\n---\n\n## Notes\n- This is not intended to be used in anything serious\n- Only meant to be an experiment to test my skills\n- Feel free to use it, modify it, or take inspiration from it to further your own learning\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fraeid-u%2Fdynamic_array","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fraeid-u%2Fdynamic_array","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fraeid-u%2Fdynamic_array/lists"}