google-caja
Category:
google-caja - Project Hosting on Google Code
Caja allows websites to safely embed DHTML web applications from third parties, and enables rich interaction between the embedding page and the embedded applications. It uses an object-capability security model to allow for a wide range of flexible security policies, so that the containing page can effectively control the embedded applications' use of user data and to allow gadgets to prevent interference between gadgets' UI elements.

Analytics Visualizations
Category:
Analytics Visualizations
Visualizations powered by the Google Analytics API and JuiceKit. The Referrer Flow visualization answers what sites are linking to you and what content is benefiting the most. The Keyword visualization displays the most frequently used search keywords and how they are used together.

Design Documents (The Chromium Projects)
Category:
Design Documents (The Chromium Projects)
The technical documentation portal of the Chromium project
jmaps
Category:
jmaps - Google Code
jMaps is a jQuery plugin that provides a really easy API to create and manage multiple google maps on any page.

Gmail Filesystem - GmailFS
Category:
Gmail Filesystem - GmailFS
Gmail Filesystem provides a mountable Linux filesystem which uses your Gmail account as its storage medium. Gmail Filesystem is a Python application and uses the FUSE userland filesystem infrastructure to help provide the filesystem, and libgmail to communicate with Gmail.

GmailFS supports most file operations such as read, write, open, close, stat, symlink, link, unlink, truncate and rename. This means that you can use all your favourite unix command line tools to operate on files stored on Gmail (e.g. cp, ls, mv, rm, ln, grep etc. etc.).

Want to track Adobe Flash? Now you can!
Category:
Google Analytics Blog: Want to track Adobe Flash? Now you can!
Downloadable libraries and instructions on how to track flash applets with google analytics
New Gears Geolocation API powers mobile web sites
Category:
Official Google Mobile Blog: New Gears Geolocation API powers mobile web sites
Imagine if web sites could provide you with customized information based on your current location, even if you don't have GPS. Today we're launching the Gears Geolocation API for mobile and desktop browsers, while two third-party developers are launching the first location-enabled web apps using this API on Windows Mobile.

Bloog
Category:
Bloog
This is the default root page for Bloog, a simple RESTful blog/homepage on Google AppEngine, and shows what it looks like out of the box with no posts or pages.
Bloog is open sourced under the MIT License.

Beautiful Soup
Category:
Beautiful Soup: We called him Tortoise because he taught us.
Beautiful Soup is a Python HTML/XML parser designed for quick turnaround projects like screen-scraping. Three features make it powerful:

1. Beautiful Soup won't choke if you give it bad markup. It yields a parse tree that makes approximately as much sense as your original document. This is usually good enough to collect the data you need and run away.
2. Beautiful Soup provides a few simple methods and Pythonic idioms for navigating, searching, and modifying a parse tree: a toolkit for dissecting a document and extracting what you need. You don't have to create a custom parser for each application.
3. Beautiful Soup automatically converts incoming documents to Unicode and outgoing documents to UTF-8. You don't have to think about encodings, unless the document doesn't specify an encoding and Beautiful Soup can't autodetect one. Then you just have to specify the original encoding.

Beautiful Soup parses anything you give it, and does the tree traversal stuff for you. You can tell it "Find all the links", or "Find all the links of class externalLink", or "Find all the links whose urls match "foo.com", or "Find the table heading that's got bold text, then give me that text."

HeatMapAPI
Category:
HeatMapAPI.com
We give you an API that enables you to create your own heat maps on your maps, in your application. We offer a free API you can use, or you can upgrade for more features functionality including running the API on your server.