Sunday, May 27, 2012

Friday, April 6, 2012

Blogger emoticons

Jdk source code

Here's the jdk source, linked from OpenJDK page
I wish they had made a source jar for it.

NOTE: Do not trust mac to extract this .tar.gz correctly. It extracts it as a .cpgz file which then recursively produces another .tar.gz -_-
Use tar -xvzf

Thursday, January 19, 2012

Reflow reduction

Interesting applications of webkit

I just figured out a reflow reducing technique. Needs a headless browser which gives access to DOM and render tree though, so i thought i'd try something that is open sourced:

And look what i ran into :)
http://code.google.com/p/phantomjs/wiki/Interface

Seems pretty neat, i'm going to try this over the weekend.

Edit: CasperJs seems to be a wrapper on top of PhantomJs :)
http://n1k0.github.com/casperjs/

Helo World

My first post, helo world.