
armendazizi1/proj2-multi-source-code-search - GitHub
A search engine that can query a large Python code repository using multiple sources of information
scoder/acora: Fast multi-keyword search engine for text strings - GitHub
Acora is 'fgrep' for Python, a fast multi-keyword text search engine. Based on a set of keywords and the Aho-Corasick algorithm, it generates a search automaton and runs it over string input, either unicode or bytes. Acora comes with both a pure Python implementation and a fast binary module written in Cython.
GitHub - Santosh01/Multi-Source-Search-Engine: This project …
GitHub - Santosh01/Multi-Source-Search-Engine: This project was based on information retrieval and have been implemented using HTML5, CSS3, AJAX, PHP, LAMP Stacks, Apache Solr, and python, The main goal of this project was to provide flexible search with different approach.
GitHub Code Search Cheat Sheet | Hannes Karask
In the second half of 2022, GitHub updated their code searching engine and interface. You can use several modifiers and keywords to narrow the search and find what you're after. It even supports regular expressions! This blog post is meant to be succinct reference for crafting search queries. Let's get right to it.
Building a full-text search engine in 150 lines of Python code
Mar 24, 2021 · In this post, we are going to explore the basic components of a full-text search engine, and use them to build one that can search across millions of documents and rank them according to their relevance in milliseconds, in less than 150 lines of Python code! All the code you in this blog post can be found on Github.
How to Build a Semantic Search Engine in Python - deepset
Nov 23, 2022 · In this article, we will show you how to set up a semantic search engine in Python, placing it on top of your document collection of choice, with our open source Haystack framework.
Show HN: Sourcebot, an open-source Sourcegraph alternative
Oct 1, 2024 · Sourcebot is an open-source code search tool that allows you to quickly search across many large codebases. Check out our demo video here: https://youtu.be/mrIFYSB_1F4, or try it for yourself on our demo site here: https://demo.sourcebot.dev.
searchcode | source code search engine
Helping you find real world examples of functions, API's and libraries in 378+ languages across 10+ public code sources. Filter down to one or many sources such as Bitbucket, CodePlex, Fedora Project, GitLab, Github, Gitorious, Google Android, Google Code, Minix3, Seek Quarry, Sourceforge, Tizen, codeberg, repo.or.cz, sr.ht or by 378+ languages.
Finding the source code for built-in Python functions?
Jul 14, 2018 · Since Python is open source you can read the source code. To find out what file a particular module or function is implemented in you can usually print the __file__ attribute. Alternatively, you may use the inspect module, see the section Retrieving Source Code in the documentation of inspect.
tools to aid in browsing/following (large) python projects' source code
Jul 3, 2009 · It is often used on very large projects to find source code, functions, declarations, definitions and regular expressions given a text string. http://pypi.python.org/pypi/pycscope/ generates a cscope index of Python source trees. http://ctags.sourceforge.net/ctags.html. wikipedia entry: http://en.wikipedia.org/wiki/Ctags.
- Some results have been removed