Click to See Complete Forum and Search --> : Searching for Snippets in People's Source Codes.. Does an Engine Exist?


Nerdygeek
01-28-2010, 02:05 PM
I'm wondering if there is a search egine that searches source code rather than site content. Would come in really handy if there is... Thanks.

Christophe27
01-28-2010, 05:30 PM
http://www.google.com/codesearch :D

Nerdygeek
01-28-2010, 05:55 PM
http://www.google.com/codesearch :D

I tried this and it doesn't seem to search the soruce code of people's websites as far as I can tell because it couldn't even pick up popular snippets of code from peoples sites.

Christophe27
01-29-2010, 07:42 AM
Ok, I'm sorry. But what is exactly what you want to do. You could look at the sourcecode of website by rightclick -> view source, but ofcourse you cannot look at the php-files on the server.

Do you want a search engine to look into the html output files? For what purpose if I may ask?

Christophe

Nerdygeek
01-29-2010, 10:31 AM
Ok, I'm sorry. But what is exactly what you want to do. You could look at the sourcecode of website by rightclick -> view source, but ofcourse you cannot look at the php-files on the server.

Do you want a search engine to look into the html output files? For what purpose if I may ask?

Christophe

For researching some web applications I may plan to use. I wish to see what types of sites are using them which would help judge whether or no they are effective.

The applications require a snippet of code to be placed in the source so if I could search I could find. :D

Christophe27
01-29-2010, 12:01 PM
So you are actually looking for a search engine which search in open source web applications? I don't know any of these ...

Nerdygeek
01-29-2010, 12:58 PM
So you are actually looking for a search engine which search in open source web applications? I don't know any of these ...

No a search engine that browses source code rather than like a standard search engine where it browses the sites content.

Say I wanted to find who all had a certain WordPress theme installed.

I would just have to search for.

wp-content/themes/themename

and I would get a lits of results.

Annoyingly I still I haven't found anything.