Re: OT: Google Code Search
- Posted by Jason Gade <jaygade at yahoo.com> Oct 06, 2006
- 514 views
Matt Lewis wrote: > > ags wrote: > > > > > > I've used the code searching at <a > > href="http://www.koders.com/">koders.com</a> > > for quite a while now. But I guess it was just a matter of time until > > Google > > got in to it. > > > > I had a quick search to see if I could find some Euphoria code, but had no > > luck. > > I wanted to see if it knew what kind of code it was :) > > > > IMHO the interface for koders.com is much nicer, with cross-references to > > the > > other source files in the package it is showing you, and hyperlinked > > keywords > > and function names etc. > > > > Gary > > Well, google seems to have a much easier time of finding Euphoria code > (probably because it seems to include the RDS archive). Take a look > at these two searches for "include machine.e": > > <a > href="http://www.koders.com/?s=%22include+machine.e%22&_%3Abtn=Search&_%3Ala=*&_%3Ali=*">http://www.koders.com/?s=%22include+machine.e%22&_%3Abtn=Search&_%3Ala=*&_%3Ali=*</a> > > <a > href="http://google.com/codesearch?hl=en&lr=&q=include+machine%5C.e&btnG=Search">http://google.com/codesearch?hl=en&lr=&q=include+machine%5C.e&btnG=Search</a> > > As mentioned, google tends to think that Euphoria code is Eiffel. The > google advanced options are pretty cool, too, since you can filter by > file extension. I suspect that's why it sees eu code as Eiffel. > > Matt Lewis On the results you linked, the koders.com site seemed to think the language was Eiffel as well. Otherwise that's pretty doggone cool! -- "Any programming problem can be solved by adding a level of indirection." --anonymous "Any performance problem can be solved by removing a level of indirection." --M. Haertel "Premature optimization is the root of all evil in programming." --C.A.R. Hoare j.