Thursday, July 10, 2008

Google OpenSource Initiatives

Technorati Tags: ,

There has been slew of open source initiatives from Google lately. These are the one’s I came across.

  • Protocol Buffers, Google’s own message exchange format, released under Apache Licence.
  • Browser Sync: A Firefox extension that synchronizes your browser settings across computers, released under New BSD Licence.
  • Google C++ Testing Framework: Google’s framework for writing C++ tests on various platforms, under New BSD Licence.

Why is this so interesting to me? Well, this will give us an insight into the tools built by Google and their programming standards etc. Personally, I will try and learn as much as possible from these various tools.

There also one more cool thing I came across lately, Google C++ Style Guide. Do check it out. It is mighty useful if you, like me, work on C++.