{"id":25088887,"url":"https://github.com/massigy/c-generic-linked-lists","last_synced_at":"2026-05-07T08:38:37.685Z","repository":{"id":78992245,"uuid":"559550697","full_name":"MassiGy/C-generic-linked-lists","owner":"MassiGy","description":"This C program illustrates an implementation of generic programming using dynamic data structures, like single linked lists in this example.","archived":false,"fork":false,"pushed_at":"2022-11-11T21:21:40.000Z","size":60,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-07T10:53:29.718Z","etag":null,"topics":["c","cprogramming","data-structures","gcc","git","github","linked-list","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/MassiGy.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":"2022-10-30T13:23:07.000Z","updated_at":"2023-05-31T21:37:40.000Z","dependencies_parsed_at":"2023-04-14T07:57:37.604Z","dependency_job_id":null,"html_url":"https://github.com/MassiGy/C-generic-linked-lists","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MassiGy%2FC-generic-linked-lists","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MassiGy%2FC-generic-linked-lists/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MassiGy%2FC-generic-linked-lists/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MassiGy%2FC-generic-linked-lists/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MassiGy","download_url":"https://codeload.github.com/MassiGy/C-generic-linked-lists/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246673165,"owners_count":20815519,"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","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","cprogramming","data-structures","gcc","git","github","linked-list","makefile"],"created_at":"2025-02-07T10:53:05.027Z","updated_at":"2026-05-07T08:38:37.653Z","avatar_url":"https://github.com/MassiGy.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# C GENERIC LINKED LISTS\n\n### Description\nThis C program illustrates an implementation of generic programming using dynamic data structures, like single linked lists in this example.\n\n### File Architecture\nThis is acheived using the tree unix command.\n\n```BASH\n\n    .\n    ├── headers/\n    │   ├── generic-linked-lists.h\n    │   ├── main.h\n    │   └── sys_headers.h\n    ├── README.md\n    └── src/\n        ├── build/\n        │   ├── generic-linked-lists.d\n        │   ├── generic-linked-lists.o\n        │   ├── main.d\n        │   └── main.o\n        ├── generic-linked-lists.c\n        ├── main\n        ├── main.c\n        └── Makefile\n\n    3 directories, 12 files\n\n```\n\n### Usage\n\n```BASH\n    git clone https://github.com/MassiGy/\u003crepo_name\u003e\n\n    cd ./src\n\n    make \n\n    ./main\n\n```\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmassigy%2Fc-generic-linked-lists","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmassigy%2Fc-generic-linked-lists","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmassigy%2Fc-generic-linked-lists/lists"}