This tag has multiple meanings. Please DO NOT use this tag if you're just trying to find something.
0
votes
0answers
5 views
CakePHP: Generate invoice numbers automatically?
I would like to generate invoice number automatically: start with lets say 2013001 for the first invoice and then 2013002 for the second invoice... etc. So I guess I need to check what the ...
0
votes
3answers
28 views
Find all link in a div element and disable them all
Assume that I have some HTML elements like these :
<div id="content_div">
<span><a href="some_link">Click me</a></span>
<div> Hello everybody. Click <a ...
0
votes
0answers
25 views
Find Specific Function in Huge source code, any trick using debugger etc
I am playing with NotePad++ Open source code, What i am currently doing is, finding function that convert a string to a click-able URL.
This is huge code and not easy to find this function ...
1
vote
1answer
15 views
Comparing output of “find” command with dictionary words
I am trying to compare the output from a "find" file search with dictionary words in order to find specific hidden files. If the hidden file name is a dictionary word, I'd like to be prompted to ...
0
votes
4answers
31 views
Javascript replace “ x ” to dot and delete all letters
I got from site (by find() method) this string:
uniwersalneszaryliniewypukłaMaximum VIIIwinylowa na flizelinie53cm x 1000cmodporna na działanie światła
I need to delete all letters, and replace " ...
0
votes
0answers
18 views
Linux command to find all instances of a file pattern? [migrated]
I'm looking for a way to scan a directory recursively and print out all instances of any file that ends ".qfx". Thus, for a given directory:
somedir/
fizz.qfx
buzz.qfx
blah/
...
0
votes
0answers
5 views
Search many images in folder at once
So here is my problem. I have a folder with over 800 images in it and I have excel file with 540 image names. I need to find and copy those 540 from folder that contains 800 images.
I tried using OR ...
1
vote
0answers
15 views
In the Mac terminal, how do I “find” a file and then quickly cd to the parent directory? [migrated]
I want to open terminal, find a file or folder, and quickly navigate to that folder or the parent directory of the file.
I can quickly get the path using
find ~ -name 'filename.txt'
but I can't ...
1
vote
0answers
23 views
How can I make `find` find files in reverse chronological order? [migrated]
I want to find files in subdirectories sorted by timestamp (of creation), with most recent first.
I have looked at the man page but it seems to only seems to let you filter by timestamp rather than ...
0
votes
2answers
15 views
Change cell color based on value of another cell
I'm trying to run a code that upon pressing a button, finds a cell from a column ("H") in another sheet (labeled "MFG PNs") and matches its value with what is entered in cell "Z21" on my sheet labeled ...
0
votes
2answers
37 views
Find txt files, create an empty file for each of them, then delete the original file
Can anyone tell me how it is possible in java to search and find specific file extension like txt, then delete it, and then create another file with the deleted full name?
I need this java script to ...
-1
votes
1answer
22 views
Finding values from a vector in an array
I have a vector called vvEq, which contains equipment numbers. And i have an array "long". Now i want to find the only rows in long which have the same equipment numbers as in vvEq. I found this code ...
0
votes
0answers
21 views
How can I find a path by providing only part of the path? [migrated]
Let's say I need to find this path /<some_where_in_root>/find/this/path and the only information I have is /find/this/path. What would be the best means of locating the full directory?
I ...
0
votes
1answer
34 views
CakePHP: Doesn't find child tables
I have three models: Project, Student, and Vote.
The following code is the relationship between them. In the Project model:
public $hasMany = array('Student' => array(
'className' ...
0
votes
1answer
31 views
How to combine command substitution and regex?
Is there a possibility to do command substitution in a regex?
I want to find files in Linux with specific names. The name may include fix strings, but it may also only include the hostname.
So what i ...
0
votes
2answers
46 views
Javascript find and replace (customized) [closed]
var MyAddress =
"
Google Ireland Ltd.<br>
Barrow Street<br>
Dublin 4<br>
Dublin<br>
Ireland
";
Using split, I can put each line into an array:
...
1
vote
1answer
21 views
Git: Find code in a file's history
I'd like to find a string in a file's history in git, i know that to find it in all files is like this:
git grep whatever $(git rev-list --all)
But i'd like to find it only in the history of a ...
0
votes
1answer
29 views
Mongoose - querying by comparing attributes of a document
is it possible to do a query in which I compare the attributes of each document?
For example:
Collection:
{
a
b
}
Query:
Collenction.find({ {a: { $lt: b}}).exec...
0
votes
1answer
15 views
CakePHP find all Statement where count entries <= setting param
sry for this title, but i don't know how to explain my problem in short form.
i have many bakeries which have many oven. now i want to find a bakery with an unused oven. is there a way and how should ...
0
votes
1answer
24 views
using find but only in subdirectories matching certain pattern
I am trying to construct my etags file. I have a project structure such that given a root directory there are subdirectories and within those can be directories named 'cpp'. For example:
root
- sub1
...
0
votes
1answer
28 views
unix: execute gnuplut in different directories using find | xargs
I'm pretty new to using the shell. I have many gnuplot scripts in subdirectories. These include relative paths of the input files. So to execute them in the right way I have to go to the parent ...
-2
votes
2answers
38 views
How to Create Find in Notepad in C#
I am trying to create a notepad like application in C# by using a Textbox.
I want to implement find function in it. I want an ability to search the text entered in textbox of Find form in textbox of ...
0
votes
0answers
13 views
Use Find and Replace of Visual Studio 2008, but find two same results with same lines and same files
I used Find and Replace in Visual Studio 2008, but find two same results with same lines and same files. This weird thing only happened in one code file, others are ok.
Find all ...
0
votes
0answers
40 views
Command works in terminal but fails in shell script [closed]
I am trying to execute the following shell script:
#!/bin/bash
if [ $# != 1 ]; then
echo "Usage: `basename $0` {arg}"
exit
else
GOES=$1
fi
DIR=$PWD
cd ~mcidas/data
if [ ...
0
votes
1answer
28 views
cakephp 1.3 : how to omit virtual fields from a find query
I'm trying to convert the output of a Model->find query into SQL to be input into a database completely separate from the current MySQL database being used by the cakePHP system. My problem is that I ...
1
vote
0answers
14 views
Jquery DataGrid Finding Row
I would like to find a particular row having red background-color in an asp datagrid using jquery's find() or filter() functions and selectors. The most efficient method is preferred.
I thought it ...
1
vote
1answer
40 views
how to find a class name and a txt after ajax get
After an Ajax get I want to get all the classes that have the name ".eventtitle.notread" and contain the text "text 4"
This is the HTML code i get
<tbody>
<tr>
<td ...
0
votes
4answers
61 views
Find <style> tag by class not working
I'm using AJAX to fetch some HTML markup. I want to append some style tags (with a class) from the fetched markup to my own document using find(). However, jQuery does not seem to like the following ...
1
vote
1answer
47 views
word vba- how to get index value of word during find
Is it possible to get the word index during .find? I do .find.text to get the word, but I need its index position, then save it in an array.
normally, it is
documents("doc").word(index)
but ...
0
votes
0answers
24 views
enumeratorAtPath vs NSTask with find, performance [closed]
What is generally faster when searching for files with specific extensions, calling NSFileManager's enumeratorAtPath: or using an NSTask to run the find command? I'm planning to have a search that ...
0
votes
2answers
24 views
Curve calculate Y when X is known
The Question
Okay so basically what I'm trying to do, is calculating the Y location on a Cubic Curve / Bezier Curve / Spline when the X location is given.
I've searched everywhere on Stack Overflow ...
0
votes
1answer
33 views
VBA .findnext not working. Runtime error 91 object variable or with block variable not set
I am trying to execute a search where it searches through a column for "REQM" (no quotes) and set the range of the found cell to d. Then call another sub function that finds where to enter the data ...
0
votes
1answer
26 views
How to filter div in returned html output through ajax?
Am creating a dynamic fields form with its settings like Label, Name, Id, Min, Max, Value.
When i click on button then a js function return the definition of text-box within two div.
Here returned ...
0
votes
7answers
71 views
C# Find day first time and last time in a range of dates
I have a file which look like this (list is sorted):
2013-05-02 07:45:15
2013-05-02 09:25:01
2013-05-02 18:15:15
2013-05-04 08:45:15
2013-05-04 17:45:35
I would like to get only first and last time ...
1
vote
2answers
35 views
CakePHP SQL conversion - basic ORDER BY
I have a table where I'd like to get all id's that equal 26 first, then have the rest sorted in descending order, so something like:
row id
--- --
1 26
2 26
3 26
4 27
5 ...
-2
votes
1answer
34 views
How to find a string before another string in a webpage using javascript?
I have this string in a webpage:
28M by Somerandomguy
How can I assign the 28 to a variable using Greasemonkey(javescript)
0
votes
0answers
81 views
Change find() algorithm of the std::string?
Is it possible to set some another find() algorithm in std::string, just like we can set self-written Allocator. Or it's possible only through inheritance?
0
votes
0answers
14 views
Android command “find” file launcher.db
I am a new developer on android and on my app I wanted to find launcher.db on Android phone but the problem is that the name of the folder is always different depending on the manufacturer.
I have a ...
0
votes
3answers
27 views
Find file within directory and delete the directory its in
Is there a command for windows batch files that enables me to find a file and then delete the directory that it is in. This would also mean deleting all the files in the directory with it.
0
votes
0answers
22 views
Dll-Injection, call function in target process
I have some basic knowledge about how assembly works and I also know the basics about higher level programming. (I did a lot of ahk and lua.)
But I never really did object orientated programming.
I ...
0
votes
3answers
64 views
Best way to find object in Array
I have array with arrays ex.:
(
(
object,
object
),
(
object,
object,
object,
object
)
)
Each objecthas property .objectID.What is the best way to find object with specific objectID?
0
votes
1answer
31 views
Find command only scanning sub folders and not only copying files from the last day
I want a crontab command that at every morning checks folder /home/user/USBHD/Movies for files less then one day old and then copy them to my /home/user/NASVD/Movies with no overwriting. I tried the ...
0
votes
3answers
23 views
Find command Permission denied
The command I entered:
sudo find /home/user/Series/ -iname sample -exec rm {} \;
What I got in return:
find: `/home/user/Series/': Permission denied
I tried to delete every file in this folder with ...
0
votes
2answers
52 views
Javascript: How to delete duplicate lines from string
How to write a script in javascript which check all lines ("Line1\nLine2\nLine3...") in a string and if there is duplicate line then just leave one and ignore br tags ??
var s = "Hello ...
0
votes
0answers
10 views
Find first N entries in directory using only find
Is it possible to select just N files using only the find(1) command?
find /var/lib/inbox \
-type f
-WHAT? 10
-execdir mv --target-directory=/var/tmp/scratch/ '{}' +
I read the man ...
-1
votes
4answers
43 views
Find html element by content and hide using jQuery
I am trying to use jquery to find some elements in some HTML, I would like to find and hide the list id that contains the label text 'This is my test label' and 'Yest another test label
<ul ...
1
vote
1answer
18 views
Find command with exec echo option contains ./ in filename
How can I avoid displaying leading ./ from the output ?
Real Output
test@testmachine:/usr/lib$ find . -name "*" -exec echo {} \;
.
./pymodules/python2.7/pyliblzma-0.5.3.egg-info
...
1
vote
3answers
46 views
Finding all files containing a text string in linux
I'm trying to find a way to scan my entire linux system for all files containing a specific string of text. Just to clarify, I'm looking for text within the file, not in the file name.
When I was ...
1
vote
0answers
32 views
MATLAB - Regrid lat and lon data to lower resolution and average the data to match
I have data from AMSR on ice concentration. The latitude and longitude data are azimuthal though since they were converted to lat and lon from km data. I need to take that high resolution, unevenly ...
0
votes
1answer
18 views
AS3 - Find first link in text
I need to find the first link in a text with AS3.
This is an example text:
Lorem ipsum dolor sit amet, consectetur http://www.firstlink.com
adipiscing elit. Maecenas euismod elementum nulla id ...


