Welcome to my blog! I am listing down some important notes that I found over the web in this post.
using AC_CANONICAL_TARGET, and
The canonical target are nice posts on compilers and auto tools.
OSGI for beginners and
Supporting OSGi Bundles in the Java Module System discuss the framework for the Java Module System.
A list of important sql commands.
Writing Styles
How To Write A Dissertation
Wikipedia:Manual of Style (words to watch)
Advice to systems researchers
Testing the syntax highlighter with the help of HTMLEncode below. ;)
<pre name="code" class="Java">//my code starts here
private static void initializeParams(
String name, String email) {
try {
initialize(name, email);
} catch (Exception e) {
String msg = "Unable to initialize";
log.error(msg, e);
}
}
// my code ends here.
</pre>
No comments:
Post a Comment
You are welcome to provide your opinions in the comments. Spam comments and comments with random links will be deleted.