Today, Google announced "Google Code Search":
http://www.google.com/codesearch
"It's a site that simplifies how software developers search for programming code to improve existing software or create new programs."
The Basic Search is OK, but you really need to check out the Advanced Search.
Here's you can specify a few things, most importantly the language.
In the example below, I search for "PayPal" in C# code.

Results return in code snippet format. Check out result #11...that's some amazing code!

Click into each result and the entire code file is displayed with links to related project files.
Comments
Leave a Comment