4

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

Community
  • 1
  • 1
cybervaldez
  • 105
  • 9

2 Answers2

5

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
  • 266
  • 2
  • 8
3

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

Scott
  • 654
  • 5
  • 10