A library that generates random identifiers from 7 to 14 characters. Identifiers generated can be used as primary keys for databases or unique identifiers.
This library includes an Id<T> struct that can be used for typing Guid based identifiers in your code. This should be used if you desire an extra level of type safety for identifier variables, fields, properties, etc. In addition, it provides improved code readability by allowing you to communicate...
More information
A parsing/validation library for various identifiers used in Czech Republic, e.g. IČO (identifier number for legal persons), rodné číslo (birth number), číslo účtu (bank account number).
Provides functionality to generate a 'device ID' that can be used to uniquely identify a computer.
on linux os , must be install dmidecode package boefore use this.
Simple but flexible and powerful utility for generating random names:
- human-like, e.g. Jim Deam, Henrie Avdeev, Lanita Leutbecher
- or github/docker style identifiers, like sympathetic_alligator, UnsuitedHistorian, Psychedelic-FundRaiser
- or anything in between, like
Bob_The_Builder,...
More information
This library includes an Id<T> struct that can be used for typing String based identifiers in your code. This should be used if you desire an extra level of type safety for identifier variables, fields, properties, etc. In addition, it provides improved code readability by allowing you to...
More information
This library includes an Id<T> struct that can be used for typing Long based identifiers in your code. This should be used if you desire an extra level of type safety for identifier variables, fields, properties, etc. In addition, it provides improved code readability by allowing you to communicate...
More information
This library includes an Id<T> struct that can be used for typing Int based identifiers in your code. This should be used if you desire an extra level of type safety for identifier variables, fields, properties, etc. In addition, it provides improved code readability by allowing you to communicate...
More information