Saturday, January 31, 2009

Interesting posts - A Collection

Just listing down some important notes that I found over the web.

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>

0 comments: