views:

126

answers:

2

One of the problems I have with Google is that it seems to strip special characters like dots, commas and some other special characters, which are usually what I'm looking for when I'm trying to find anything programming-related

ex: django @ sign returns irrelevant data. Perhaps you know a way (or an alternative/technique) to make this possible?

Related Questions

+5  A: 

If you're looking for actual code examples, you can try code.google.com. Otherwise, the safest bet is to find the main website for whatever language you've got questions about and look around there, although a little digging is likely to turn it up on google.

Showtime
+1 :) Nice ......
Aiden Bell
After looking at code.google.com, this is still not what i'm looking for.
cybervaldez
+2  A: 

Have you tried http://www.google.com/codesearch?

Scott
Bingo! that's what im looking for.
cybervaldez