Google Crawls Code Now Too

Google - The repository of all human knowledge worth knowing

http://news.com.com/Google+crawls+into+source+code+search/2100-1024_3-6122819.html?tag=nl

Today, Google Labs released a beta for a new search service targeted at computer programmers; Google Code Search.  This new service will crawl the vast stores of publicly available code (mostly open source) to provide programmers with an easily searchable index of code to help find solutions to various programming tasks.

Google expects this new search tool to be mostly used by students trying to learn complex programming languages, while being an occasional resource to more season and serious coders.

While the code being indexed is open source, and reuse is technically allowed, GNU Public License issues could arise, discouraging professional use within non-open source projects.

2,581 views 4 replies
Reply #1 Top
hm... a little DX widget to preset code searches might be useful. I'll have to see what I can cook up when I have less work to do.
Reply #2 Top
Unfortunately, vbscript is not one of the languages Google Code Search searches for. Javascript, yes, vbscript, nay. (At least as far as I can tell. See the advanced mode: WWW Link
Reply #4 Top
Hope it will search PHP as that is currently the programming I am doing