Top "Search" questions

Questions about search algorithm mechanics and implementation.

Searching for HTML elements in Chrome DevTools

On this website, there's a div with the attribute class="item". When I clicked F12 to bring up the Developer …

google-chrome search google-chrome-devtools developer-tools
How to search through all items of a combobox in C#?

I have a combobox, and I would like to search through every element in it. How can I do this? (…

c# search combobox windows-forms-designer
Faster search for files in Netbeans

Is there an existing plugin or tweak that speeds up the "Go To File" search in Netbeans ? Compared to Eclipse, …

search netbeans find
Eclipse: quick search on filename

Very often while working in Eclipse I realize that I remember class name, but forgot in which package this class …

eclipse search eclipse-plugin usability
Unable to forward search Bash history similarly as with CTRL-r

I am trying to search my bash history similarly as with CTRL-r, but to forward direction. It has been a …

bash search
Implement binary search in objects

Is there any way to implement binary search in a ArrayList with objects? In this example the ArrayList will be …

java search collections binary-search
Styling a SearchView in Android Action Bar

I have a search widget in my Action Bar like this: (1) How do I change the color of the text …

android search styles searchview
php glob - scan in subfolders for a file

I have a server with a lot of files inside various folders, sub-folders, and sub-sub-folders. I'm trying to make a …

php file search glob
How to filter NSFetchedResultsController (CoreData) with UISearchDisplayController/UISearchBar

I'm trying to implement search code in my CoreData-based iPhone app. I'm not sure how to proceed. The app already …

iphone search core-data uisearchbar uisearchdisplaycontroller
searchable drop down in AngularJs

I am fetching data from API and I need a searchable dropdown so that when I start typing it shows …

angularjs search filter dropdown