List Utilities
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 ..
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..
create a unique id from a html string
Type in a string or a html string and this utility will produce a unique and url safe id from it, so it strips out all the spaces and other characters that urls and browsers generally dont like. ..
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..
restyle and shorten number
Format a number 1k 1mil etc Takes a number like 1000000 and converts it into 1mil. I also have a version of this that adds an abbr tag to the output in case you want to see the exact value. 1m..
generate date time id stamp
This should take the current date and time and generate a unique id from it, this is based on the sites time zone. So maybe slightly off to your own timezone. Timezone: 'Australia/Sydney' Form..
IP Address Lookup Geo Location
This tool allows you to look up the location of an ip address using geo location data. You can add a custom ip addres or use the one that this tool has located.