{"id":20095153,"url":"https://github.com/patilyashh/palindrome-check","last_synced_at":"2025-06-25T22:04:48.710Z","repository":{"id":222698323,"uuid":"758134787","full_name":"PATILYASHH/palindrome-check","owner":"PATILYASHH","description":"Day 5 of 75 Days C programing challenge || #5 ||","archived":false,"fork":false,"pushed_at":"2024-02-15T17:36:19.000Z","size":82,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-02T16:22:30.869Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/PATILYASHH.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}},"created_at":"2024-02-15T17:32:29.000Z","updated_at":"2024-09-24T04:15:57.000Z","dependencies_parsed_at":"2024-02-15T18:46:54.618Z","dependency_job_id":"a19c4271-8943-43dd-a111-ade84c76e82a","html_url":"https://github.com/PATILYASHH/palindrome-check","commit_stats":null,"previous_names":["patilyashh/palindrome-check"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/PATILYASHH/palindrome-check","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PATILYASHH%2Fpalindrome-check","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PATILYASHH%2Fpalindrome-check/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PATILYASHH%2Fpalindrome-check/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PATILYASHH%2Fpalindrome-check/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/PATILYASHH","download_url":"https://codeload.github.com/PATILYASHH/palindrome-check/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PATILYASHH%2Fpalindrome-check/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261960506,"owners_count":23236572,"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":[],"created_at":"2024-11-13T16:54:16.349Z","updated_at":"2025-06-25T22:04:48.682Z","avatar_url":"https://github.com/PATILYASHH.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Palindrome Checker in C\n\nThis simple C program checks if a given string is a palindrome. It reverses the input string and compares it with the original string to determine if they are the same.\n\n## Usage\n\n1. **Clone the Repository**: \n    ```\n    git clone https://github.com/yourusername/palindrome-checker.git\n    ```\n\n2. **Navigate to the Directory**: \n    ```\n    cd palindrome-checker\n    ```\n\n3. **Compile the Code**:\n    ```\n    gcc palindrome.c -o palindrome\n    ```\n\n4. **Run the Program**:\n    ```\n    ./palindrome\n    ```\n\n5. **Enter a String**:\n    After running the program, you'll be prompted to enter a string. Input the string and press Enter.\n\n6. **Check the Result**:\n    The program will output the reversed string and indicate whether the input string is a palindrome or not.\n\n## Example\nEnter String Here: radar\n\nReversed String: radar\n\nIt Is a palindrome\n\n\n## Notes\n\n- The maximum length of the input string is set to 10 characters in the provided code. You can modify the `char str[10]` array size in the `main` function to accommodate longer strings if needed.\n- Make sure to handle input validation for longer strings to prevent buffer overflow.\n- This program considers only alphanumeric characters and ignores any other characters.\n- The comparison is case-sensitive, i.e., \"RadAr\" would not be considered a palindrome.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpatilyashh%2Fpalindrome-check","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpatilyashh%2Fpalindrome-check","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpatilyashh%2Fpalindrome-check/lists"}