Is String Numeric
7
Turns any string backwards. If you input "Test" it gives out "tseT". Hope it's useful.
The snippet shows how to use it.
The snippet shows how to use it.
7
I use this function when passing an array to a function being called from setTimeout();
7
Simple tests for dir and file existance. Path creation and removal.
7
mattrmiller
Formats milliseconds into a duration string.
7
Remove newslines from a string.
6
This snippet generates a secure hash string using VB.NET
6
boost::format gives you the ablility to safely use printf like formatting as well as positional format specifiers ala .NET.
5
Two very usefull functions to have around.
(note: dollarfy requires commify to work)
(note: dollarfy requires commify to work)
5
This class intended to collect TODO comments from java/c++/etc source files.
Example:
protected readFileData (String path) throws IOException {
// TODO: add try...catch block for IOException
InputStream is = new FileInputStream(path);
...
}
See also DirectoryScanner class.
Example:
protected readFileData (String path) throws IOException {
// TODO: add try...catch block for IOException
InputStream is = new FileInputStream(path);
...
}
See also DirectoryScanner class.
5
Random String Generato









