Google Ventures

We are Google Ventures, the venture capital arm of Google Inc. In our previous lives, we have founded startups, built products, and invested in companies. Now we focus on finding the most interesting entrepreneurs from a range of sectors and stages, and then using all of our resources to help them succeed. We’re nationwide, with …

Greek Translit greek2latin rules

Romanization of Greek is the representation of Greek language texts, that are usually written in the Greek alphabet, with the Latin alphabet, or a system for doing so. There are several methods for the romanization of Greek, especially depending on whether the language written with Greek letters is Ancient Greek or Modern Greek and whether …

HTML Parsing and Screen Scraping with the Simple HTML DOM Library

If you need to parse HTML, regular expressions aren’t the way to go. In this tutorial, you’ll learn how to use an open source, easily learned parser, to read, modify, and spit back out HTML from external sources. Using nettuts as an example, you’ll learn how to get a list of all the articles published …