Is there a free/open-source software source code search engine?
20th June 2012
My answer to Is there a free/open-source software source code search engine? on Quora
If you want to search through actual code in open source projects, GitHub search is fantastic https://github.com/search—e.g. here’s a search for all Ruby code that mentions oauth https://github.com/search?q=oaut...
If you want to find web service APIs to integrate with, Programmable Web still have the best index that I know of: http://www.programmableweb.com/apis
More recent articles
- How StrongDM's AI team build serious software without even looking at the code - 7th February 2026
- Running Pydantic's Monty Rust sandboxed Python subset in WebAssembly - 6th February 2026
- Distributing Go binaries like sqlite-scanner through PyPI using go-to-wheel - 4th February 2026