Text to HTML Converter
8
Add this header after all your other headers. Compiles on standards compliant compilers.
8
Add rows into a table dynamically using js,DOM
7
Simple tests for dir and file existance. Path creation and removal.
6
boost::format gives you the ablility to safely use printf like formatting as well as positional format specifiers ala .NET.
5
Simple set of functions for capturing and manipulating the className member of an HTMLElement
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
Ordenate array with a queue.
5
Determine if a graph is bipartite.
5
Strip HTML









