Google Developers Blog: chronoscope
COLLECTED BY
Organization:
Internet Archive
These crawls are part of an effort to archive pages as they are created and archive the pages that they refer to. That way, as the pages that are referenced are changed or taken from the web, a link to the version that was live when the page was written will be preserved.
Then the Internet Archive hopes that references to these archived pages will be put in place of a link that would be otherwise be broken, or a companion link to allow people to see what was originally intended by a page's authors.
The goal is to
fix all broken links on the web .
Crawls of supported "No More 404" sites.
A daily crawl of more than 200,000 home pages of news sites, including the pages linked from those home pages. Site list provided by
The GDELT Project
The Wayback Machine - https://web.archive.org/web/20181009152221/https://developers.googleblog.com/search/label/chronoscope
By Dion Almaer, Google Developer Programs Timepedia has released Chronoscope , an open source charting and visualization library, built using GWT. It features:Canvas abstraction for drawing vector graphs Graph Style Sheets abstraction for configuring the look-and-feel of charts Scalable multiresolution rendering supporting up to tens of thousands of points Zoom and pan at interactive frame rates, from centuries to milliseconds Auto-ranging, auto-layout of chart axes and ticks. Auto-legend, and mini-chart Overview Add pushpin markers, domain and range markers, and overlays like Google Maps Bookmarkable chart state, works with Back button JS interopability. GWT API can be used by pure Javascript programmers Microformat support. Charts can be configured without programming. Server-side Font assistance. Render rotated text. Portable, Chronoscope is not tied to GWT, can be used to render from servlets, applets, or other environments. What is particularly interesting is how the Chronoscope team was able to take their existing Java source code, add 8 hours of Android exploration , and ended up with the same charting and visualization library that works on Android using their graphics support. This is one area that GWT truly shines. The fact that you write your code in the Java programming language means that you can reuse it in other places where Java runs. Being able to write one application and quickly have it run on Android and the iPhone is pretty compelling. Here you can see it running: