Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding new lists to word lists #10

Merged
merged 3 commits into from Jan 21, 2020
Merged

Adding new lists to word lists #10

merged 3 commits into from Jan 21, 2020

Conversation

3x
Copy link
Member

@3x 3x commented Oct 25, 2019

Added all 1-4 character strings, categorized into length and character composition. For example, nn.txt is all numbers 2 characters long, or 00, 01, 02... 98, 99. They follow the following format:

L = Letter (a, b... z)
N = Number (0, 1... 9)
C = Character (a, b... y, z, 0, 1... 9)

Brendan Hersh and others added 3 commits October 7, 2019 21:19
getting started adding additional word lists, using the following notation:
L = letter
C = character
N = number

nn.txt == all 2-character numerical strings, 00...99

- added l.txt
All 1-4 character strings with characters [a-z][0-9].
L = letter (a, b... z)
N = number (0, 1... 9)
C = character (a, b... y, z, 0, 1... 9)
- Added some clarification to custom site URL usage
- Added clarification that Minecraft usernames are being worked on
@crock crock merged commit d91fd1e into checker:master Jan 21, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants