{"id":23929395,"url":"https://github.com/monamobeen/daretocode","last_synced_at":"2026-05-19T09:10:31.405Z","repository":{"id":116116297,"uuid":"609851682","full_name":"MonaMobeen/DareToCode","owner":"MonaMobeen","description":"Hands on Problems","archived":false,"fork":false,"pushed_at":"2023-03-09T05:40:55.000Z","size":4857,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-24T01:50:21.607Z","etag":null,"topics":["c","coding-challenge","cpp","tests"],"latest_commit_sha":null,"homepage":"https://github.com/MonaMobeen/DareToCode","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/MonaMobeen.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":"2023-03-05T12:43:21.000Z","updated_at":"2023-04-11T16:16:30.000Z","dependencies_parsed_at":null,"dependency_job_id":"3637bf86-4fea-44f4-9f81-118cd2949dcc","html_url":"https://github.com/MonaMobeen/DareToCode","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/MonaMobeen/DareToCode","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MonaMobeen%2FDareToCode","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MonaMobeen%2FDareToCode/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MonaMobeen%2FDareToCode/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MonaMobeen%2FDareToCode/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MonaMobeen","download_url":"https://codeload.github.com/MonaMobeen/DareToCode/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MonaMobeen%2FDareToCode/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":264872339,"owners_count":23676627,"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","coding-challenge","cpp","tests"],"created_at":"2025-01-05T23:17:06.933Z","updated_at":"2026-05-19T09:10:26.368Z","avatar_url":"https://github.com/MonaMobeen.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Palindrome number:\n\nA palindrome number is a number that remains the same when its digits are reversed. For example, 121, 1221, 12321, etc. are palindrome numbers. In other words, a number is a palindrome if it reads the same from left to right as it does from right to left.\n\n# Reverse an Integer Formula:\n\n   remainder = n % 10;\n    reversed_number = reversed_number * 10 + remainder;\n    n /= 10;\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmonamobeen%2Fdaretocode","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmonamobeen%2Fdaretocode","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmonamobeen%2Fdaretocode/lists"}