[]RSS

About Archives Artwork Comic Contact Philosophy Projects Tags

Google’s trendy chart gadget

[Comment]

February 8th, 2008 in Links

Google has officially released their Official Trendalyzer Gadget, which mashes their chart API with Trendalyzer’s statistic tools.

Ruby reporting

[Comment]

May 15th, 2007 in Links

Ruport is a Ruby reporting library that can hook into ActiveRecord, CSV, or SQL/DBI. It has a simple formatting language, can produce PDFs and graphs, and even does some code generation to make things easy.

Rails diagram generator

[Comment]

April 10th, 2007 in Links

A Ruby on Rails diagram generator. Now you can see your ROR projects in full unidirected beauty. Graphs are produced in SVG and PNG using .

Javascript graphing

[Comment]

September 30th, 2006 in Links

MX Graph, uni-directed graphs in Javascript. I don’t recommend this library specifically, but expect good things in appication land from Javascript thingies. (Note the use of “thingies” is in retaliation of language like “leveraging”, as found on the MX Graph site).

Graphing in Javascript

[Comment]

June 8th, 2006 in Links

An example of animated directed graphs in Javascript. A bit CPU-hungry, but an example of what can be done.

HOWTO *not* become a camera geek

[Comment]

May 30th, 2006 in Links

How to Make Great Photographs. Art has very little to do with your equipment–it’s an expression thing.

Regex grapher

[Comment]

March 1st, 2006 in Links

A very cool regular expression automata visualizer that graphs both the non-deterministic and deterministic finite-state automata for a given regex. Not only does the tool graph the regex, it animates the execution of the regex as you type a string for it to match.

CSS Bar Graphs

[Comment]

December 6th, 2005 in Links

CSS Bar Graphs. An interesting use of CSS.