Friday, October 27, 2006
Thursday, October 05, 2006
//Search Source Code using Google
You can now search source code with Google's new tool, Google Code Search. You can use regexp, choose programming language, phrase search and many more.
http://google.com/codesearch
The quick handy operators for googlesourcecode search are
lang:"c++", -lang:java, or lang:^(c|c#|c\+\+)$)
license:apache, -license:gpl, or license:bsd|mit
package:"www.kernel.org" or package:\.tgz$
file:include/linux/$ or -file:\.cc$
use quotes or regular expression. For more Join Google-Code-Search google group
http://google.com/codesearch
The quick handy operators for googlesourcecode search are
lang:"c++", -lang:java, or lang:^(c|c#|c\+\+)$)
license:apache, -license:gpl, or license:bsd|mit
package:"www.kernel.org" or package:\.tgz$
file:include/linux/$ or -file:\.cc$
use quotes or regular expression. For more Join Google-Code-Search google group