{"id":18898523,"url":"https://github.com/msaf9/spell-checker","last_synced_at":"2025-10-10T00:42:20.900Z","repository":{"id":109173483,"uuid":"275558913","full_name":"msaf9/spell-checker","owner":"msaf9","description":"A Spell Checker program, highlighting its utility in verifying word spellings and offering corrections for misspelled words in text documents.","archived":false,"fork":false,"pushed_at":"2024-04-13T18:09:00.000Z","size":80,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-10T00:42:20.582Z","etag":null,"topics":["c"],"latest_commit_sha":null,"homepage":"","language":"C","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/msaf9.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"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}},"created_at":"2020-06-28T10:15:34.000Z","updated_at":"2024-04-13T17:43:54.000Z","dependencies_parsed_at":null,"dependency_job_id":"bc476f47-a354-42c8-8a05-95a75df4703a","html_url":"https://github.com/msaf9/spell-checker","commit_stats":null,"previous_names":["msaf9/spell-checker"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/msaf9/spell-checker","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/msaf9%2Fspell-checker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/msaf9%2Fspell-checker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/msaf9%2Fspell-checker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/msaf9%2Fspell-checker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/msaf9","download_url":"https://codeload.github.com/msaf9/spell-checker/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/msaf9%2Fspell-checker/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279002346,"owners_count":26083357,"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-10-09T02:00:07.460Z","response_time":59,"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"],"created_at":"2024-11-08T08:43:01.287Z","updated_at":"2025-10-10T00:42:20.869Z","avatar_url":"https://github.com/msaf9.png","language":"C","readme":"\u003ch1\u003e Spell Checker \u003c/h1\u003e\nDesign and development of spell checker application using a procedural computer programming language.\n\n\u003ch2\u003e Table of contents \u003c/h2\u003e\n\n- [Introduction](#introduction)\n  - [Course Information](#course-information)\n  - [C concepts](#c-concepts)\n- [Programming Languages](#programming-languages)\n- [Project status](#project-status)\n- [Installation](#installation)\n  - [Get repository](#get-repository)\n  - [Compile and run](#compile-and-run)\n  - [How to compile \\\u0026 run using cmd?](#how-to-compile--run-using-cmd)\n  - [How to run using Shell?](#how-to-run-using-shell)\n- [License](#license)\n\n## Introduction\n\nUsing this application, we can check English language word spellings.\n\nLearn more about [Alogrithm](resources/ALGORITHM.md).\n\n### Course Information\n\n- Course Name: C PROGRAMMING AND DATA STRUCTURES\n- Course Code: 15CS1001\n- Course Credits: 5\n- Academic Year: 2015 - 16\n\n### C concepts\n\nVariable Declaration, Definition, Scope, Data Types, Input/ Output, Operators, Arrays \u0026 Strings variables, Conditional statements, Functions, and File Handling\n\n## Programming Languages\n\n- C Language\n- Shell Scripting\n\n## Project status\n\n\u003e **Completed**\n\n## Installation\n\n### Get repository\n\n```git\ngit clone https://github.com/msaf9/spell-checker.git\ncd spell-checker\n```\n\n### Compile and run\n\n### How to compile \u0026 run using cmd?\n\n```c\ncd src/main/\ngcc SpellCheckerProject.c\ngcc -o spellChecker SpellCheckerProject.c\nspellChecker.exe\n```\n\n### How to run using Shell?\n\n```sh\nsh run.sh\n```\n\n## License\n\n[MIT LICENSE](LICENSE)\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmsaf9%2Fspell-checker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmsaf9%2Fspell-checker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmsaf9%2Fspell-checker/lists"}