Skip to content

StrungSafe/FindFAHUsernameMaxLength

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FindFAHUsernameMaxLength

Getting Started

This is a C# implementation that reads a FAH stats file and identifies the longest FAH username

Prerequisites

  • .NET Core 2.0

Using FindFAHUsernameMaxLength

Sample Run

dotnet FindFAHUsernameMaxLength.dll
Provide the path to the FAH stats text file and then press <enter>:
C:\Sample\Path\stats.txt
The max username size found was '73'
Found '1184' users' name that exceeded 50 chars
Found '0' users' name that exceeded 75 chars
Found '0' users' name that exceeded 100 chars
Press <enter> to exit

Built With

  • .NET Core 2.0
  • Visual Studio 2017
  • ReSharper

License

This project is licensed under the MIT License - see the LICENSE file for details

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages