Linked by Thom Holwerda on Thu 5th Oct 2006 09:09 UTC, submitted by osnewsuser
Google Google is introducing a new search service - strictly for computer programmers only. The Web search leader said late on Wednesday it is introducing Google Code Search, a site that simplifies how software developers search for programming code to improve existing software or create new programs. Google product manager Tom Stocky said the company is set to help programmers sift through billions of lines of computer source code using its familiar search box to uncover snippets of reusable software.
Order by: Score:
Like it...
by JCooper (3.44) on Thu 5th Oct 2006 09:53 UTC
JCooper
Member since:
2005-07-06
Fans: 1

... though I, like no doubt many others, immediately tried searching for the usual profanities in code comments and, surprisingly, variable names!

Google means big (and bigger) numbers
by mellowiz (3) on Thu 5th Oct 2006 10:02 UTC
mellowiz
Member since:
2005-11-02
Fans: 0

Google may not be the first in this sector (see codefetch.com, koders.com, krugle.com...) but, as usual, it bring some serious momentum here.

More importantly, IMHO this means that there's:
1. a lot of code freely (?) available out there to justify this kind of effort,
2. an (estimated) big number of potential programmers who want to use/reuse it.

The link, now if only
by KenJackson (3.48) on Thu 5th Oct 2006 10:49 UTC
KenJackson
Member since:
2005-07-18
Fans: 5

Excellent! BTW, here's the link: http://google.com/codesearch

Now if only we could get a special google search engine for explanations of cryptic error messages that doesn't turn up page after page of unanswered questions about that error message!
Edit: removed superfluous slash.

Edited 2006-10-05 10:52

Keygen
by Joe User (0.88) on Thu 5th Oct 2006 07:23 UTC
Joe User
Member since:
2005-06-29
Fans: 1
Arr
by DjLizard (2.12) on Thu 5th Oct 2006 13:32 UTC
DjLizard
Member since:
2006-06-28
Fans: 0

There's no Pascal or Delphi ;)

fun stuff.
by Bit_Rapist (4.4) on Thu 5th Oct 2006 13:38 UTC
Bit_Rapist
Member since:
2005-11-13
Fans: 1

hehe
koffice-1.4.2/lib/kofficecore/koFilterChain.h

// This hack is only needed due to crappy Microsoft design and
// circular dependencies in their embedded files :}

You shouldn't have...
by Sphinx (2.84) on Thu 5th Oct 2006 14:58 UTC
Sphinx
Member since:
2005-07-09
Fans: 12

It's just what I always wanted. How did you know? And here I didn't get you a thing, how awful of me.

Excellent
by ma_d (2.8) on Thu 5th Oct 2006 16:14 UTC
ma_d
Member since:
2005-06-29
Fans: 5

Others have definitely done this before, but Google brings two things I've yet to see:
1.) Enough power to actually be able to be productive in your searches.
2.) Search experts who can figure out how to search the code and get useful results.

v What an opportunity for Black Hats
by NotParker (-2) on Thu 5th Oct 2006 17:15 UTC
Bit_Rapist Member since:
2005-11-13
Fans: 1

Put some code on a searchable place. Claim it does X. Hide some code that does Y too!

How would this work exactly?
You are searching and viewing source code, its all right there for you to see.

Unless you regularly download and use source code that you absolutely do not understand, never take the time to learn and it somehow passes all of your QC and testing procedures.

I'd fare to guess you aren't going to stay in buesiness at that rate and the *bad* code is the least of your concerns.

Copyright, licensing, lawyers etc
by fyysik (1.32) on Thu 5th Oct 2006 19:02 UTC
fyysik
Member since:
2006-02-19
Fans: 3

There were already problems with Google and porno-magazines, Google and scientologists, Google and belgian newspapers.

New bunch of problems is coming - published code with doubtfule license - like Sun's one or MS "shared" which are viral - you either get infected immediatelly looking at it or violate license itself.

I doubt't that Google search-bots will care everytime about this corporate idiocy

What it does do...
by aesiamun (2.6) on Thu 5th Oct 2006 19:05 UTC
aesiamun
Member since:
2005-06-29
Fans: 2

While I don't agree with NotParker that black hats will use this to put intrusions in code hoping others will use it, I do think this could be relatively bad for web based applications. Simple search for "Where $_POST" with php as the language could result in some amazing SQL injection opportunities.

Then you know which project has them and all you have to do is find someone that utilizes that project (which isn't hard, you can do web servers for page names, etc).

http://www.google.com/codesearch?hl=en&lr=&q=Where+%5C~...