Tagged Questions
-1
votes
0answers
8 views
Insert a text box to search in page? (Not edit, find) [closed]
Please delete this. I found what I was looking for.
1
vote
2answers
29 views
Excel VBA - Find a set of characters and set as string
I have a set of descriptions that contain ID numbers arranged into a column. For example:
Column A
This is a description with the ID number in it ID12345.
This is a description ID66666 with the ID ...
-2
votes
4answers
72 views
Find all lines that contains given string
System.IO.StreamReader file = new System.IO.StreamReader(@"data.txt");
List<String> Spec= new List<String>();
while (file.EndOfStream != true)
{
string s = file.ReadLine();
Match m ...
0
votes
1answer
72 views
Find string in file using regular expression
sorry for my bad english, please help if you can.
private void button1_Click(object sender, EventArgs e)
{
if (File.Exists(@"data.txt"))
{
...
1
vote
1answer
54 views
Multiple Search and cut RegEx in TextPad
Is there a Regex that could cut multiple lines from a document based on multiple searches.
I want to be able to enter a list of figures and cut the whole lines e.g
I want to search and Cut lines ...
2
votes
1answer
93 views
How to find all files that do NOT contain specific string in windows environment Visual Studio or any other IDE?
How do you search in Visual Studio all files with certain extension that do NOT contain a specific string? Find in Files feature in visual studio ( VS 2008 or VS 2010 or VS 2012) has regex option but ...
0
votes
2answers
119 views
Batch file to search for the existance of .odex file in android system/app
I am working on a large batch file and have a small section that I need help with. I want to do the following. For every *.apk in \mod folder search the phone /system/app for the the .odex version of ...
0
votes
7answers
49 views
Jquery find where id=myid
Need to check element with myid exist or not.
This is some pseudocode:
if (myid exists)
{
//do something.
}
else
{
//do something else.
}
How would I do this in jquery?
2
votes
2answers
60 views
How to use vim's 'f' command (find) to find the next tab
I use vim's f command all the time, but I can't figure out how to find special characters (like tabs). E.g., hitting f\t searches for \. I know you can use digraphs in conjunction with the f ...
0
votes
1answer
77 views
unordered_map::find doesn't work for STL types
for C++ basic types, it works
unordered_map<string, int> m;
unordered_map<string, int>::iterator itr;
string s;
itr = m.find(s);
It compiles with no problem.
However, when I try
...
1
vote
1answer
118 views
Find and read specific string from config file with Pascal Script in Inno Setup
I have quite long config file and I need to extract specific strings from the file.
What I want to extract/read is InstallDir for specific number position e.g. for 20540.
I know how to find string ...
0
votes
1answer
34 views
vectorize a search function matlab
looking for an efficient way to vectorize a search
say A is 2 by 4 array
x y z a
.2 0.97 34.2 4.5
and B is a 1 by 1000 array
a x x x x y y y z z a .........
How do I get ...
0
votes
2answers
119 views
PHP search through SQL
Hello i am trying to organize this into a table with its own column but every time i try i get something really messy or completely wrong if i could get some help on implementing a table from the sql ...
3
votes
1answer
97 views
Find and list all MySQL tables accessed within scripts
We are restructuring our database and we need to find all tables that are being referenced within our PHP scripts. I was considering a SQL Parser but I need to know the specific files in which the ...
0
votes
1answer
54 views
Testing for multiple sets of words in a string [closed]
How do I use an Excel formula to find which (if any) multiple sets, each of up to 50 words, exist in a series of rows of a spreadsheet — if set A has one or more words found in a searched cell, the ...
0
votes
1answer
40 views
Native interface for searching and finding
Does there any Interface exist that's for searching something like ISearch or IFind ?
I just found some selfmade interfaces but i'm pretty sure there must be a default interface for this. Do i really ...
0
votes
2answers
106 views
search/find a folder that has a name with integer numbers in linux from terminal
I am using fedora 15 on my machine. Actually i am trying to find the folders with name like apache-tomcat-7.0.37 by searching in the entire file system
Actually i had some folders like below in the ...
0
votes
0answers
46 views
Find specific file and last modified date of the file and report
I have used this website many times and saved me but this time i couldnt find anything
What i want is for a script to look through folders on my d:\ and find a file called client.msi. This file ...
0
votes
1answer
39 views
How can i set mark for textView?
i am doing "find and repleace button" for my application. I am using gtk and ruby. And i can find that how many word, if there is. Also i want to get selection word that searched word, and i should ...
0
votes
2answers
137 views
Finding element in a binary tree
Assume I have a binary tree:
data Bst a = Empty | Node (Bst a) a (Bst a)
I have to write a function that searches for a value and returns the number of its children. If there is no node with this ...
-2
votes
1answer
84 views
How to retrive the data from database in searchbuttton using NSMutableArray [closed]
I am newbie to objective-c and sqlite.I have inserted data in to database using sqlite successfully.
I want
How to retrive the data from database in searchbuttton using NSMutableArray concept
1
vote
1answer
257 views
Search files by text content inside
I want to create a program that will find all the text files in a selected directory (for ex.: "C:/") that contain a certain word.
I want to say: for ex., I have in "C:/", three text files with text ...
0
votes
2answers
94 views
findNode in binary search tree
Does this look right? I mean I am trying to implement the delete function.
Node* BST::findNode(int tofind) {
Node* node = new Node;
node = root;
while (node != NULL) {
if ...
2
votes
3answers
71 views
How does Proc.new finds the block in this code?
I have the following code:
def call_block
Proc.new.call
my_local_proc = Proc.new { Proc.new.call }
my_local_proc.call
end
call_block { p 'block' }
The output is:
block
block
Can someone ...
0
votes
2answers
43 views
how to search files using php (need alternative way for linux find)
I need to execute following linux find command
find /home/*/mail/ -type d -name ".test" > tmp_file
but using php (since the find command for some reason freeze in some OS) .
How to do this ...
5
votes
1answer
174 views
Search for Pixel on screen
I want to find a specific pixel coordinates from screen. Here's my code (I'm mega-super-newbie, I just started today with C#:
static string GetPixel(int X, int Y)
{
Point position = new Point(X, ...
2
votes
1answer
72 views
Search a .csv file for name match in C
I currently have a .csv file containing three fields: user, password, type. For instance, my file looks like this:
michael, sun123, user
joseph, sierra7, user
isaac, apple2, sysop
I would like ...
0
votes
1answer
127 views
Java. How to use “while” that program at the end asked : Do you want to search again?
I want to ask you how to make It when proccess and do this again. I mean when program did his work It must to ask: Do you want search for other word, Yes or No? If Yes program will start again, if no ...
-1
votes
1answer
90 views
Mix text from 2 files
I have one question, If someone could answer me.
I will try explain what I need, hope you understand.
Now my code looks like:
public class Testing {
public static void main(String ...
0
votes
2answers
1k views
Find word in text file and count specific words
now I'll try to explain what I need to do.
I have file.txt file, It looks like:
John //first line - name
One
Three
Four
Peter //first line - name
Two
Three
Elisa //first line - name
One
Three
...
2
votes
2answers
77 views
How to find the opposite char in a python string?
Such as there is a string s:
s = "((abc)((123))())blabla"
We know the beginning of s is "(" and we want to find the opposite of it, the ")" before "blabla", how to do this in python?
Is it ...
2
votes
1answer
93 views
JavaScript - Open new page and search in it
I haven't done any programming in JavaScript, so I'm not even sure if I'm on the right track. What I want, ideally, is to open multiple windows, search them for a specific string, and close the ones ...
1
vote
2answers
83 views
Bash search and copy using variables
I have a set of directories that I wish to search, ie
/home/*/Documents/Crashes
The files that I am trying to pull are of the form:
A.log.20121022T160949Z, where the first several numbers are the ...
1
vote
2answers
119 views
No such property: exampleInstance for class: test3.ExampleController
Domain
class Example {
String title
Date releaseDate
String author
Boolean paperback
static constraints = {
}
}
Controller
class ExampleController {
def scaffold = true
...
0
votes
1answer
131 views
Find Box on website using javascript or php that will search words on an iframe
is it possible to put a find box on my website that will search specific words from inside an iframe , if the user types "Health" it will return all words that are related to that or at lease ...
1
vote
1answer
43 views
Search all classes in Eclipse?
Is there a search function to search for a particular string across all classes in a project in Eclipse IDE?
0
votes
5answers
497 views
Find all files in all directories in c++
I am trying to find all files in all directories, but I don't know how to handle subdirectories. In this code, the code looks trough all subdirs, but I don't know how to jump back. Does anyone know ...
-2
votes
2answers
334 views
Finding the position of x in an array of unknown length [closed]
Given an infinite array (unknown array length) and there are n elements of integer sorted in this infinite array. The n (the number of sorted element) is unknown. Find the position of an integer i in ...
2
votes
1answer
54 views
In a Mercurial repository, how to find lastly committed 10 files contained in a subdirectory?
In a Mercurial repository, how to find lastly committed 10 files contained in a subdirectory? I want to do so because I'm a little worried that some files are mistakenly committed.
1
vote
1answer
308 views
Bypass Find dialog box in WebBrowser control
I need to implement the Search funtionality provided by the Find dialog box which pops up when Ctrl+F is pressed.
I have a textbox where the user enters the string to be searched for, and a "Search" ...
0
votes
2answers
655 views
Bat file to find certain text in .txt file
Just wondering if there is any code in batch file that can find a certain text or word in a .txt file.
For Example:
The quick brown fox jump \mark{1} over the lazy dog
The quick \mark{10} brown fox ...
0
votes
0answers
16 views
How would I go about finding a name from an online database when I only have information about the person? [closed]
I've been referred to this website by a friend of mine; whom is the best programmer in my family. They were rather lost as to how to approach doing this- so, any help would be appreciated.
I am ...
0
votes
2answers
2k views
Find one cell inside a string and then populate another cell based off of that
I have a basic financial spreadsheet that I am trying to make even nicer. I have a table that looks like this:
| Description | Category | Amount
| 2341234 Chick-fil-a | Eating Out | 5.89
...
-1
votes
5answers
54 views
find numeric exists in a string
$st1='sdfsffgfgfdgf4324csadsaffas34df'
$st2='saddsd56856785 dfdffffv'
$st3='fdasfdsfdsfdsfdsfdffd'
How to find numeric, exist in a string?
in the above, st1, st2 contain numeric
0
votes
1answer
554 views
How to use CakePHP 2 find in a hasMany association?
I know this is an old quastion, but I just can't seem to make It work.
I have these relationships:
User hasMany Responsible
Responsible belongsTo User
I need, through my User model, perform a find ...
0
votes
1answer
1k views
Android - Highlight text in WebView above android version 4.0.3
I have a webview that performs a search, this code works great for below android version 4.0.3, at this version and higher the highlight function fails to highlight. The search itself works and jumps ...
0
votes
2answers
81 views
How can I search my directory tree for contents within a file for a git managed project?
I like the unix find command but I always find it too 'fiddly' to use when I want to search through my project looking for a piece of text in any file in any directory or subdirectory.
Is there an ...
0
votes
2answers
93 views
VIM search forward and back re-select searched text
I currently am using this to function like in Geany (my old editor) when I select text and press F3:
vnoremap <silent> * :<C-U>
\let old_reg=getreg('"')<Bar>let ...
1
vote
2answers
520 views
Searching an IEnumerable<dynamic>
I have an enumerable as follows:
IEnumerable<dynamic> collection = new
{
column1 = "1", column2 = "name", column3= "somevalue"
},
new
{
column1 = "2", column2 = "name2", ...
1
vote
2answers
513 views
XCode 4.4 “Find in Workplace” broken
When trying to find a word in a project, XCode 4.4 is not searching through all the files.
I try SHIFT-CMD-F, type the simple word "configure" (without quotes) and the status window says Finding ...



