{"id":26024425,"url":"https://github.com/therealpad/creditcardvalidator","last_synced_at":"2026-06-06T00:31:29.904Z","repository":{"id":224854587,"uuid":"763384293","full_name":"TheRealPad/creditCardValidator","owner":"TheRealPad","description":"Program using Luhn algorithm to validate or not credit card number","archived":false,"fork":false,"pushed_at":"2024-02-27T05:33:04.000Z","size":10,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-06T12:50:19.864Z","etag":null,"topics":["bitwise-operators","cpp","luhn-algorithm"],"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/TheRealPad.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":"2024-02-26T07:35:22.000Z","updated_at":"2024-02-28T01:59:58.000Z","dependencies_parsed_at":null,"dependency_job_id":"ac3fa24c-2fd6-4251-a92e-f4005eb7bbe3","html_url":"https://github.com/TheRealPad/creditCardValidator","commit_stats":null,"previous_names":["therealpad/creditcardvalidator"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/TheRealPad/creditCardValidator","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheRealPad%2FcreditCardValidator","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheRealPad%2FcreditCardValidator/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheRealPad%2FcreditCardValidator/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheRealPad%2FcreditCardValidator/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/TheRealPad","download_url":"https://codeload.github.com/TheRealPad/creditCardValidator/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheRealPad%2FcreditCardValidator/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33965591,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-05T02:00:06.157Z","response_time":120,"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":["bitwise-operators","cpp","luhn-algorithm"],"created_at":"2025-03-06T12:33:33.608Z","updated_at":"2026-06-06T00:31:29.898Z","avatar_url":"https://github.com/TheRealPad.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"![pipeline](https://github.com/TheRealPad/creditCardValidator/actions/workflows/pipeline.yml/badge.svg)\n\n![text](https://img.shields.io/badge/CMake-064F8C?style=for-the-badge\u0026logo=cmake\u0026logoColor=white)\n\n# CreditCardValidator\n\nC++ library to validate a given credit card number\n\n## How to use\n\n1. Create a directory ```build```\n```bash\nmkdir build\n```\n\n2. Inside ```build```, build the cmake\n```bash\n cd build/ \u0026\u0026 cmake ..\n```\n\n3. Build the shared library (in build/)\n```bash\nmake # the binary will be libcreditCardValidator.1.0.0.dylib\n```\n\n4. Download the lib on your machine (in build/)\n```bash\ncmake -P cmake_install.cmake\n```\n\n5. (Optionnal) run the unit test\n```bash\n./test_creditCardValidator\n```\n\n## How to use in another project\n\nIf you want to see how to use it, go to [example](example/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftherealpad%2Fcreditcardvalidator","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftherealpad%2Fcreditcardvalidator","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftherealpad%2Fcreditcardvalidator/lists"}