See: http://stackoverflow.com/questions/150355/programmatically-find-the-number-of-cores-on-a-machine
Monthly Archives: May 2014
Adding same-sex marriage law data to a d3-cartogram
Shawn Allen wrote a d3.js-based implementation of a 2D cartogram, which sizes US states in an area-proportional manner, where area is based on some interesting statistic, like population. There has been a great deal of progress made in the last year in defending the rights of GLBT Americans to marry and have their partnership rights […]
matrix2png -to- matrix2pdf
For scientific work, I have used matrix2png to make a nice PNG image from a text-formatted matrix of data values. PNG looks great on the web, but it doesn’t translate well to making publication-quality figures. My thought was to take matrix2png and — with the help of Haru (libharu) — turn it into matrix2pdf. Maybe I […]