{"id":25088891,"url":"https://github.com/massigy/c-dictionnary-program","last_synced_at":"2026-05-07T09:31:43.784Z","repository":{"id":78992229,"uuid":"551461965","full_name":"MassiGy/C-dictionnary-program","owner":"MassiGy","description":"This C program, loads a file of 10000 english words to a trie data structure and search for the right spelling when the user types a word of his own.","archived":false,"fork":false,"pushed_at":"2022-11-13T10:20:46.000Z","size":150,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-11-08T04:08:03.090Z","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-14T12:52:44.000Z","updated_at":"2023-05-31T21:37:39.000Z","dependencies_parsed_at":"2023-04-14T07:53:56.694Z","dependency_job_id":null,"html_url":"https://github.com/MassiGy/C-dictionnary-program","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/MassiGy/C-dictionnary-program","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MassiGy%2FC-dictionnary-program","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MassiGy%2FC-dictionnary-program/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MassiGy%2FC-dictionnary-program/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MassiGy%2FC-dictionnary-program/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MassiGy","download_url":"https://codeload.github.com/MassiGy/C-dictionnary-program/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MassiGy%2FC-dictionnary-program/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32731234,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-07T02:14:30.463Z","status":"ssl_error","status_checked_at":"2026-05-07T02:14:29.405Z","response_time":62,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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","cprogramming","data-structures","gcc","git","github","linked-list","makefile"],"created_at":"2025-02-07T10:53:05.205Z","updated_at":"2026-05-07T09:31:43.766Z","avatar_url":"https://github.com/MassiGy.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# C-dictionnary-program\n\nThis C program, loads a file of 10000 english words to a trie data structure and search for the right spelling when the user types a word of his own.\n\n# File Structure\n\n```BASH\n\n    .\n    ├── headers\n    │   ├── main.h\n    │   ├── singleLinkedLists.h\n    │   ├── stringManipulation.h\n    │   ├── sys_headers.h\n    │   └── tries.h\n    ├── README.md\n    ├── ressources\n    │   └── words.txt\n    └── src\n        ├── build\n        │   ├── main.d\n        │   ├── main.o\n        │   ├── singleLinkedLists.d\n        │   ├── singleLinkedLists.o\n        │   ├── stringManipulation.d\n        │   ├── stringManipulation.o\n        │   ├── tries.d\n        │   └── tries.o\n        ├── main\n        ├── main.c\n        ├── Makefile\n        ├── singleLinkedLists.c\n        ├── stringManipulation.c\n        └── tries.c\n\n    4 directories, 21 files\n\n\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmassigy%2Fc-dictionnary-program","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmassigy%2Fc-dictionnary-program","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmassigy%2Fc-dictionnary-program/lists"}