GitHub Code Search – Programmers' Goldmine
31–40 of 63 posts
Re: GitHub Code Search – Programmers' Goldmine
#32Re: GitHub Code Search – Programmers' Goldmine
#33I've been using GitHub code search to let other Python programmers know about the % string formatter. I search for ".2f}%'.format(100" and then send a push request to simplify the code. See https://github.com/EdwardBetts?tab=overview&from=2016-04-19
Re: GitHub Code Search – Programmers' Goldmine
#34Shameless plug: there’s also Debian Code Search at https://codesearch.debian.net/ . It’s based on the same idea as Google Code Search (using regular expressions sped up by a trigram index) and indexes everything that is available in Debian sid. If your search on GitHub isn’t fruitful, consider giving Debian Code Search a spin. Disclaimer: I built it. Happy to answer questions if you have any.
Re: GitHub Code Search – Programmers' Goldmine
#35Still, if the user is aware of these pitfalls then it could be quite useful. Perhaps it could be improved if GitHub provided some incentive for developers to showcase their better work as 'known good' examples and let the community vote on the quality, similar to the Stack Overflow model.
Re: GitHub Code Search – Programmers' Goldmine
#36Earlier quoted context omitted.
Have you checked out out https://sourcegraph.com/ ? It has awesome code search and navigation for github.
I am. But they don't support he languages I care about these days. Which is mostly swift I guess.
(BTW: Passionate about a language and want to help us build Sourcegraph support for it, or know someone who'd be interested? Email me at sqs@sourcegraph.com. We can sponsor you. The latest requirements for adding a new language are not yet publicly documented, so contact us before getting started.)
Re: GitHub Code Search – Programmers' Goldmine
#37Shameless plug: there’s also Debian Code Search at https://codesearch.debian.net/ . It’s based on the same idea as Google Code Search (using regular expressions sped up by a trigram index) and indexes everything that is available in Debian sid. If your search on GitHub isn’t fruitful, consider giving Debian Code Search a spin. Disclaimer: I built it. Happy to answer questions if you have any.
thanks for the project :) One query - Is it actively maintained? The reason is I see "2012-2014 Debian Code Search" on the footer. So just wanted to check!
Check out https://people.debian.org/~stapelberg//2016/08/08/debian-cod... for details on the most recent bigger change.
Re: GitHub Code Search – Programmers' Goldmine
#38Earlier quoted context omitted.
thanks for the project :) One query - Is it actively maintained? The reason is I see "2012-2014 Debian Code Search" on the footer. So just wanted to check!
It is! https://github.com/Debian/dcs/commit/e1c04a3c0cfbfc11a0e8eaa... Check out https://people.debian.org/~stapelberg//2016/08/08/debian-cod... for details on the most recent bigger change.
Re: GitHub Code Search – Programmers' Goldmine
#39This is what I've been using as of late to learn new technologies. I always seem to forget to tell younger developers about using this approach to learn. Something else I would add is that you should try to find well known OSS contributors that work on projects that use tech/languages you use. If you monitor their projects you can pick up great habits from reading through their code.
Re: GitHub Code Search – Programmers' Goldmine
#40If anyone from github is reading this, I would totally pay for a much better search. Like even $20-30/month. If you deduplicate results (it sucks when you are searching for something that's appears In a popular library) and like make it integrated with my ide, I think that it would spike my productivity by like thousand percent.
Have you checked out out https://sourcegraph.com/ ? It has awesome code search and navigation for github.