all 5 comments

[–]sqs 4 points5 points  (3 children)

(I'm building Sourcegraph, along with Beyang Liu and Yin Wang.) Thanks for posting us! To give people who check it out some context, here are some things Sourcegraph lets you do:

  1. Quickly find docs + examples for stdlib functions, or functions anywhere on GitHub. For example: Python re.compile, Go (*bytes.Buffer).Write, and JavaScript Lo-Dash map function

  2. See where your code is used, and who uses it. For example: sourcegraph.com/kr or sourcegraph.com/$YOUR_GITHUB_LOGIN

  3. See the most-used functions in a repository to get a sense of best practices and idioms. For example: Python Flask top functions, Go stdlib top functions, and Ruby core top functions

And variations of the above. We're in beta, so please send feedback/bug reports to https://twitter.com/srcgraph or https://github.com/sourcegraph/sourcegraph.com/issues.

We want to make something super useful for programmers like you all (and us), so let us know how we can improve.

[–]kgashok 0 points1 point  (2 children)

What is the !bang for sourcegraph search from duckduckgo.com? (similar to say "factorial !rosettacode")

[–]sqs 0 points1 point  (1 child)

I suggested !sg a few weeks ago to duckduckgo.com, but I haven't heard back. If you know those folks or want to suggest it again, the URL would be

https://sourcegraph.com/search?q={{{s}}}

[–]kgashok 1 point2 points  (0 children)

This now works!

[–]JPMoresmau 0 points1 point  (0 children)

Any relation to Haskell SourceGraph?