Searching for kruxor
Search
Search Utilities
Return a file extention from a string
This is a limited function, and it has an issue where if there is more than one . in the string it may return not the file extention, but it basically extracts the ".txt" or the end part after the dot..
calculate a percentage difference based on two numbers
This calculation takes two numbers, the Total Value and the Difference from the Total Value and returns the Difference and the Difference as a Percentage. I still cant remember why i made this functi..
Generate a Random Username - Version 1
This utility will generate a random username every time its run it uses an array of random names and can also apply a prefix to the username. This will generate 10 usernames randomly each time ..