0
votes
1answer
17 views
search and replace inside files usind Delphi language
Hello,
I want to make a small app with Delphi to search inside files for a specific word and change it then save the file
It should support ansi and utf-8, how I should do that ?
thanks
0
votes
3answers
105 views
Searching for text in a file.
hi there got a couple of probs, say in my text file i have:
abase
abased
abasement
abasements
abases
This coding below is meant to find a word in a file and print all the lines to the end of the …
1
vote
1answer
17 views
Restore Firefox (smart)? keyword(s| searches) [closed]
I've deleted the Firefox keyword somethings, and I can't find an easy way to restore them. Is there some about:config setting that would do the trick, or a bookmark file that I could import with only …
0
votes
1answer
68 views
Searching a file.
This is in reference to a question I posted yesterday http://stackoverflow.com/questions/1925284/searching-a-file-in-3-different-ways
I just require help now on two things, searching a file and and …
0
votes
0answers
19 views
Zend Framework (Twitter Search) JSON problem since_id
I'm using Zend_Service_Twitter to run a Twitter search and return json. I'm having a problem with the since_id values I'm getting back. When I print_r() the search results, I get back the following:
…
3
votes
6answers
185 views
Searching Subdirectories in C#
I have a list of file names, and I want to search a directory and all its subdirectories. These directories contain about 200,000 files each. My code finds the the file but it takes about 20 minutes …
0
votes
2answers
64 views
Searching a file in 3 different ways.
I have been writing a program that searches a file in 3 different ways. But firstly, to choose which search program to use is differentiated in the command line.
For example in the command line I …
1
vote
5answers
60 views
Delete multiple nodes from a binary search tree
Hello,
I have a binary search tree created in c. The problem is I can't find a efficient way to delete all the nodes with e.g. id>5.
When I traverse the tree, if I delete a node, the recursion is …
0
votes
1answer
11 views
How to programmatically add an index column for NHibernate Search (Lucene.net) without using FieldAttribute
I'm trying to find out how to programmatically (i.e. without using the FieldAttribute) add an index column for NHibernate Search (Lucene.net).
I'm having inheritance issues due to the fact that the …
2
votes
1answer
39 views
Drupal: re-selecting taxonomy terms in advanced search
I'm sure I'm not the first one to try to address this, but Google isn't doing me any good.
If you use the Advanced Search in Drupal to filter on taxonomy terms, the search form comes back with the …
0
votes
2answers
51 views
Rails auto_complete tag search filter
Hi all,
Trying to implement the rails auto_complete plugin to help a user select tags that don't appear on the home page since there will be potentially hundreds of tags and only a small fraction can …
0
votes
1answer
20 views
How do I add text search indexes to my Google App Engine app in Python?
I've read about SearchableModel (e.g., here, here, and here). Looks like it has some real limitations, e.g. no ranking (!).
I've seen gae-search. It looks like its author is too busy to provide …
5
votes
9answers
112 views
Are there any existing solutions for creating a generic DNA sequence database with a website front end?
I'd like to create an rRNA sequence database with a web front end for the lab I work in. It seems common in biology to want to search a large number of sequences using alignment algorithms such as …
1
vote
2answers
51 views
PHP/MySQL small-scale fuzzy search
I'm looking to implement fuzzy search for a small PHP/MySQL application. Specifically, I have a database with about 2400 records (records added at a rate of about 600 per year, so it's a small …
0
votes
2answers
20 views
Get search word Hits ( number of occurences) per document in Lucene
Hi,
Can any one suggest me the best way to get Hits( no of occurrences ) of a word per document in Lucene?..
