https://github.com/ronflima/cpfcheck
An example of how to validate a CPF number in various languages
https://github.com/ronflima/cpfcheck
Last synced: about 1 year ago
JSON representation
An example of how to validate a CPF number in various languages
- Host: GitHub
- URL: https://github.com/ronflima/cpfcheck
- Owner: ronflima
- License: gpl-3.0
- Archived: true
- Created: 2015-05-16T00:08:02.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2015-05-17T22:58:08.000Z (about 11 years ago)
- Last Synced: 2025-02-18T04:52:17.128Z (over 1 year ago)
- Language: C
- Homepage:
- Size: 137 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# What is CPF check?
This is a demo project that demonstrates how to implement the CPF validation
algorithm in various languages. The idea is to use different languages to
implement the same tool, taking care of useful patterns that take advantage of
each language structure.