Top "Find" questions

This tag has multiple meanings.

jquery add class on input click and remove class when click other input

I need to add a class to the input wrapper when I click on input, and remove the class when …

javascript jquery find toggleclass closest
Unable to print BSON object from javascript

My mongoDB collection looks like this : { "_id" : ObjectId("5070310e0f3350482b00011d"), "emails" : [ { "_id" : ObjectId("5070310e0f3350482b000120"), "_type" : "Email", "…

javascript mongodb find bson
C++ const std::map reference fails to compile

Is there a reason why passing a reference to a std::map as const causes the [] operator to break? I …

c++ find std operator-keyword stdmap
Octave: find the minimum value in a row, and also it's index

How would one find the minimum value in each row, and also the index of the minimum value? octave:1> …

find octave min indices
Filtered tasklist piped into find doesn't show console output?

Windows XP Pro This shows output in the console: dir | find " free" This doesn't: tasklist | find "Image Name" This does: …

batch-file console find tasklist
Why are the backslash and semicolon required with the find command's -exec option?

I have begun to combine different commands in the linux terminal. I am wondering why the backslash and semicolon are …

linux command find backslash
Copy every file of entire directory structure into base path of another

I have a directory-tree with a lot of files in it. I'd like to copy all of those files into …

linux bash find directory cp
"find" and "ls" with GNU parallel

I'm trying to use GNU parallel to post a lot of files to a web server. In my directory, I …

linux bash parallel-processing find gnu-parallel
Implementing Disjoint Set System In Python

What I have so far is largely based off page 571 of "Introduction To Algorithms" by Cormen et al. I have …

python merge find disjoint-sets
Way to inspect element and see the PHP page it's on?

Is there a way to inspect an element and see the PHP page (template file) that element is coming from? …

find web-inspector inspect code-inspection