Entries Tagged as 'Searching'

Security and Google Code Search

October 9th, 2006 · No Comments

If you use WordPress be careful. An example Google Code Search search going around is “username file:wp-config.php” which happily displays username and passwords in WordPress config files… if they’re in compressed archives or a publicly accessible directory. Same goes for other configuration or settings files. For instance, connection strings in web.config files (connection string file:web.config), [...]

[Read more →]

Tags: Best Practices · Google · PHP · Programming · Searching · Security

Google Code Search

October 8th, 2006 · No Comments

Google Labs has released a Code Search tool (google.com/codesearch). You can limit the results to languages (lang:), particular licenses (license:), files (file:), and packages (package:). Regular expressions are supported as well. Language support appears to be limited to the following: Ada, ASP, Assembly, Basic, C, C++, C#, Eiffel, Erlang, Fortran, Java, JavaScript, JSP, Lex, Limbo, [...]

[Read more →]

Tags: Google · Programming · Searching

Google Notebook Ho Hum?

May 16th, 2006 · 4 Comments

Google Notebook launches and TechCrunch says ho hum, complaining about the lack of tagging and the Google-like interface. They like the drag-drop organization and ability to quickly search across public notebooks.

[Read more →]

Tags: Searching · Tech News

Yahoo Offers Easier E-Mail Search

August 30th, 2005 · No Comments

Yahoo isn’t going down without a fight. They are now offering an improved search technology which allows you to not only search messages, but also attachments. This is another instance where Yahoo is on top of the game, instead of Google. Everywhere else they are playing catchup. Competition is good.

[Read more →]

Tags: Free · Searching

Search for c/c++ code

August 9th, 2005 · No Comments

C Source Search is a new tool that makes it easy to search for pre-written open source code that can help you do your project without re-inventing the wheel. Most of the code is GPL, so you won’t be able to use it in commercial applications (unless it is for internal use only). Also, the [...]

[Read more →]

Tags: Programming · Searching · Tips