-6
Verify Path Exists
-11
Is String Empty
-7
Validate Email Address
-4
Is String Numeric
-3
Compare Two CharFont's
-6
Get Current CTime
7
Simple tests for dir and file existance. Path creation and removal.
8
Add this header after all your other headers. Compiles on standards compliant compilers.
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.
8
This little function puts a string of a specified color and (centered) location. However, keep the word simple in mind. I purposfully not made it capable of supporting newlines.
By the way, this is my first snippet
By the way, this is my first snippet









