![]() |
Sign Up! | Tags | Domains | Statistics | Options | Advanced Search |
Tagged: security, tools, programming, visualization
I just had to do it... This morning I read about chronoscope in a post in the Google Code Blog and I could not help myself from wanting to tinker with it. I wrote a Mathematica function to export a time-series of the format (timestamp, value) into the dataset format used by chronoscope. Epoch[date_] := ToString[AbsoluteTime[DateList[ToString[date]]] - AbsoluteTime[DateList["1970"]]] … Continue Reading »