Tell me more ×
Web Applications Stack Exchange is a question and answer site for power users of web applications. It's 100% free, no registration required.

If I am looking for a particular C# language construct or how to use a keyword in JavaScript, I would like to search only in code, not in blog paragraphs about code.

I thought I could do this at code.google.com but there if I type in e.g.

"protected internal"

I get discussions about that keyword and have to look through the results to find actual code.

What are some web app search machines which allow me to search through large repositories of code only?

share|improve this question
You could try a google search query instead protected internal inurl:browse site:code.google.com – phwd Jul 21 '10 at 13:05

4 Answers

Just remembered another one: Koders.com

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.