Never been to DZone Snippets before?

Snippets is a public source code repository. Easily build up your personal collection of code snippets, categorize them with tags / keywords, and share them with the world

Eliminating sites from searches (See related posts)

You can eliminate matches on queries based on the name of the site. For example, to search on all sites except 'experts-exchange.com', use the following hyphen-prefixed 'site' string:

-site:experts-exchange.com "convert cstring to int "


Or you can only seach a specified site by removing the dash
site:planetargon.com "rails hosting"


Tip by xinu

You need to create an account or log in to post comments to this site.


Click here to browse all 5147 code snippets

Related Posts