Is there a Source code Search Engine?

Status
Not open for further replies.

fatmary

New member
Oct 18, 2007
12
0
0
Say I want to search for someones adsense publisher code, or I want to find some spesific source to check who's using my scripts.. any services/search engines I could use for this purpose?
 


Krugle.org
google.com/codesearch

but your questions dont make sense, "who's using my scripts"???? if it's programmed code, nobody can see your source code, they can only see the output, unless you're dumb enough to share it.
 
Krugle.org
google.com/codesearch

but your questions dont make sense, "who's using my scripts"???? if it's programmed code, nobody can see your source code, they can only see the output, unless you're dumb enough to share it.

well I didn't refer to the server side code, but the output format, ie that which you can see using the "view sourcecode" in your browser. thanks for the links.
 
hm, google.com/codesearch finds public source code, and krudle finds open source code...

What I was looking for was how to find something inside the html output of documents, ie I want to find documents that have the code "pub-123456789" inside...

Example, the search engine would find any document that would look something like this:

<html>
<body>
.
.
<script type="text/javascript"><!--
google_ad_client = "pub-123456789";
.
.
.
</script>
</body>
</html>

Or, another example, if I for some reason want to search for any document with the exact code:

<b>fatmary</b>

with the "<b>fatmary</b>" beeing the search term, thus "<p>fatmary</p>" would not be listed in the search results..

Is there any service that makes it possible to search for html code like I have described here?
 
Status
Not open for further replies.