Secure Hash
10
Format Bytes
7
mattrmiller
Formats milliseconds into a duration string.
8
Convert a password returned by JPasswordField::getPassword() into a String.
7
Remove newslines from a string.
13
Generate a random number or string in PHP.
3
Sometimes you need to remove slashes from POST variables which could contain arrays. The standard slipslashes-function only takes a string as parameter.
This function removes slashes from both a simple string and array variable.
This function removes slashes from both a simple string and array variable.
5
Random String Generato
9
The easiest way to give columns in a DataGrid the look you want is to use a DataGridTableStyle and to add a GridColumnStyle for each column in the grid.
4
This function provides the reverse of a string. It is constructed using string builder because strings in .NET are immutable, while stringbuilders are not. Therefore large strings could be slow to reverse if a regular string was used for the working value that is returned.
9
Generates an 88 character secure hash string for the passed in strings.









