Posts Tagged ‘libraries’

Tools to Visualize Data

Wednesday, September 16th, 2009

I was doing some research on tools to create interesting visualizations of data and ran across this very interesting visualization from Gapminder.org tracking infant mortality rate versus per capita income for a variety of countries over time—with country population thrown in for good measure. That’s 5—yes, count them 5—”dimensions” of data. It takes the form [...]

a popular library for date/time in java

Friday, February 16th, 2007

It’s always shocking that native Java is so clunky in dealing with dates. One of the popular libraries that makes life more enjoyable is Joda, so if you’re dealing with a ton of dates and finally get fed up, try it out.

http://joda-time.sourceforge.net/