Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ronflima/cpfcheck
An example of how to validate a CPF number in various languages
https://github.com/ronflima/cpfcheck
Last synced: 2 months 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
- Created: 2015-05-16T00:08:02.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-05-17T22:58:08.000Z (over 9 years ago)
- Last Synced: 2023-08-01T13:35:00.739Z (over 1 year ago)
- Language: C
- Homepage:
- Size: 137 KB
- Stars: 0
- Watchers: 2
- 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.