https://github.com/rxipland/generator_rodnych_cisel
Generátor všech validních kombinací rodných čísel (mužské + ženské)
https://github.com/rxipland/generator_rodnych_cisel
czech
Last synced: about 1 month ago
JSON representation
Generátor všech validních kombinací rodných čísel (mužské + ženské)
- Host: GitHub
- URL: https://github.com/rxipland/generator_rodnych_cisel
- Owner: RxiPland
- Created: 2022-12-08T19:21:22.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-02-19T09:36:22.000Z (about 2 years ago)
- Last Synced: 2025-01-21T23:24:45.146Z (3 months ago)
- Topics: czech
- Language: C
- Homepage:
- Size: 16.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Generátor rodných čísel
- Generátor všech validních kombinací [rodných čísel](https://cs.wikipedia.org/wiki/Rodn%C3%A9_%C4%8D%C3%ADslo)
- Výsledek lze uložit do souboru
- Celkový počet kombinací (řádků): ```65.999.999``` (mužská + ženská)
- [Stáhnout program](https://github.com/RxiPland/generator_rodnych_cisel/releases/download/v1.0.0/generator_rodna_cisla.exe) (win64) ```md5: cf9294a4153729c52b3fb0fa218bf43f```# Náhled:

## Ukázka prvních deseti:
```
000101/0009
000101/0020
000101/0031
000101/0042
000101/0053
000101/0064
000101/0075
000101/0086
000101/0097
000101/0108
```## Ukázka posledních deseti:
```
996231/9895
996231/9906
996231/9917
996231/9928
996231/9939
996231/9950
996231/9961
996231/9972
996231/9983
996231/9994
```