Videos tagged with Companies
Google London Test Automation Conference (LTAC) Google Tech Talks September 7th, 2006 Presenters: Julio Guijarro & Steve Loughran
AutoTest: Push-button testing using contracts
Google London Test Automation Conference (LTAC) Google Tech Talks September 7th, 2006 Presenter: Andreas Leitner
Effective Approaches to Video Search and Classification
Google TechTalks Date: March 1, 2006 Alexander Hauptmann
An Introduction to SQLite
Google TechTalks May 31, 2006 Richard Hipp ABSTRACT SQLite is a small C library that implements a self-contained, embeddable, zero-configuration SQL database engine. SQLite implements a large subset of SQL-92 and stores a complete database in a single disk file. The library footprint is less than 250 KB making is suitable for use in embedded devices and applications where memory space is scarce...
Measuring Programmer Productivity
Google Tech Talks September 9, 2006 Vikram Aggarwal Viral Shah SLIDES http://www.cs.ucsb.edu/~viral/talks/Productivity-Google-Sep2006.ppt ABSTRACT Developers have been programming for the last 30 years in a wide variety of programming languages. Over the years, we have all developed a feeling for what it is in a programming language that makes us productive as programmers. As part of the DARPA ...
Mac OS Automator: Doing things over and over is over.
Google TechTalks June 27, 2006 Sal Soghoian ABSTRACT Mac OS X "Tiger" introduces Automator, a new application that automates anything on your computer quickly and easily. Join Automator Product Manager Sal Soghoian as he demonstrates how you can use this incredible tool to make using your Mac productive and fun
Anatomy Of A Debian Package
Google TechTalks July 21, 2006 Jonathan Oxer is the founder and technical director of Internet Vision Technologies in Australia, as well as the current president of Linux Australia, the national organization for Linux users, developers, and vendors. He is one of the authors of O'Reilly's Ubuntu Hacks. ABSTRACT Learn about the internal structure of Debian/Ubuntu packages and how to create them, ...
Developing JavaScript with Chickenfoot
Google TechTalks July 25, 2006 Rob Miller Michael Bolin ABSTRACT Chickenfoot is a Firefox extension that embeds a JavaScript programming environment in the browser's sidebar. Unlike a JavaScript shell that simply supplies access to the DOM of a webpage, Chickenfoot provides users with a high-level API, making web scripting accessible to end-user programmers as well as hackers. In this talk we w...
Using Static Analysis For Software Defect Detection
Google TechTalks July 6, 2006 William Pugh ABSTRACT I'll talk about some of my experience in using and expanding static analysis tools for defect detection. The FindBugs tool developed at the Univ. of Maryland is now being widely used, including inside Google. I'll give an overview of FindBugs, show some of the kinds of errors we routinely find in production code, discuss the methodology we use...
Distributed continuous quality assurance
Google London Test Automation Conference (LTAC) Google Tech Talks September 8th, 2006 Presenter: Adam Porter