Top "Search" questions

Questions about search algorithm mechanics and implementation.

Finding first and last index of some value in a list in Python

Is there any built-in methods that are part of lists that would give me the first and last index of …

python list search
In Python, how to check if a string only contains certain characters?

In Python, how to check if a string only contains certain characters? I need to check a string containing only …

python regex search character
Most efficient way to see if an ArrayList contains an object in Java

I have an ArrayList of objects in Java. The objects have four fields, two of which I'd use to consider …

java algorithm optimization search arraylist
How to put a delay on AngularJS instant search?

I have a performance issue that I can't seem to address. I have an instant search but it's somewhat laggy, …

search filter angularjs timeout delay
Count number of occurrences of a pattern in a file (even on same line)

When searching for number of occurrences of a string in a file, I generally use: grep pattern file | wc -l …

search count grep match
SQL to search objects, including stored procedures, in Oracle

I need to write some sql that will allow me to query all objects in our Oracle database. Unfortunately the …

sql oracle search full-text-search
Search code inside a Github project

Is there a way to grep for something inside a Github project's code? I could pull the source and grep …

git search github
Search for string and get count in vi editor

I want to search for a string and find the number of occurrences in a file using the vi editor.

search count vi
SVN Repository Search

Is there any good software that will allow me to search through my SVN respository for code snippets? I found …

svn search code-search-engine
Search File And Find Exact Match And Print Line?

I searched around but i couldn't find any post to help me fix this problem, I found similar but i …

python file search match