I'm trying to write a program that takes company names from a text file and searches them on a search engine website (SEC's Edgar search). Each search usually comes up with 1-10 unique search result links and so I want to use curl to click on the link with the relevant company name. The link page has a brief summary with the term "state ...
Hi,
I am having difficulty setting up a simple html file using javascript to display the results of YQL Query.
I understand how to setup the select statement (example: select title,abstract,url from search.web where query="pizza") in the YQL Console. But I don't know how to display it on the html file?
Can somebody help in explaining ...
Hello,
Im trying to put to an array the deepest path on a BST using a recursive algorithm, and im getting several difficulties... because the only thing that i get is the size of the longest path(equivalent to the height), and i cant put in the array the values regarding to the height of the BST...
Can anybody help me ???
Thanks in ad...
I want to parse a search string similar to that provided by Gmail using Perl. An example input would be "tag:thing by:{user1 user2} {-tag:a by:user3}". I want to put it into a tree structure, such as
{and => [
"tag:thing",
{or => [
"by:user1",
"by:user2",
]},
{or => [
{not => "tag:a"},
"by:use...
SSViewer::set_theme('bullsorbit');
this my string. I want search in string "SSViewer::set_theme('bullsorbit'); " and replace 'bullsorbit' with another string. 'bullsorbit' string is dynamically changing.
...
When someone searches my website using a quick search feature I would like to log this into my database
Obviously I want to see what my users are searching for
I can create a 'tag cloud' based on these searches
I have a table searchterms at the moment with two fields: id and terms, I was wondering if this was the best method of loggi...
Hello everyone,
I am asked to either deploy or develop an enterprise (intranet) search engine which could index all web pages of a couple of internal servers, and have a search portal to display all related content, like what Google is doing but for intranet.
Any advice how to develop or deploy quickly? I have heard of Microsoft FAST p...
Hi Friends,
http://gmaps-utility-library.googlecode.com/svn/trunk/labeledmarker/release/examples/markerhider.html
I want to build the map as displayed in the above link.
It takes data from xml file for display.
My problem is that i have to take data of google search and display the data in map.
so when user click on hotels then hotel...
The Youtube API will return videos that can be played no problem within the chromeless player. It also returns videos that cannot be played, - "Embedding disabled by request".
I don't want to retrieve videos that cannot be played, is there a way to request only videos that can be embedded?
cheers
...
Have a website on which i need to implement searching... The bd (Posgres) is returning (for example) 100 record, but i need to show only 10. Where and how to store the returned results both shown and unshown.
...
The Scenario
I have several number ranges. Those ranges are not overlapping - as they are not overlapping, the logical consequence is that no number can be part of more than one range at any time. Each range is continuously (there are no holes within a single range, so a range 8 to 16 will really contain all numbers between 8 and 16), b...
I have a decent, lightweight search engine working for one of my sites using MySQL fulltext indexes and php to parse the results. Work fine but I'd like to offer more 'google-like' results with text snippets from the results and the found words highlighted. Looking for a php based solution. Any recommendations?
...
This is basically implementing search/find in a WPF window or User control.
Let's say you have a WPF window with dynamic readonly text some on textblock, some in a listbox, some in treeview, some in textblocks etc.
The user should be able to type in a search term in a textbox on the top and be able to see it highlighted wherever and in ...
I have a location search website for a city, we started out with collecting data for all possible categories in the city like Schools, Colleges, Departmental Stores etc and stored their information in a separate table, as each entry had different details apart from their name, address and phone number.
We had to integrate search in the...
I have a site that lists movies. Naturally people make spelling mistakes when searching for movies, and of course there is the fact that some movies have apostrophes, use letters to spell out numbers in the title, etc.
How do I get my search script to overlook these errors? Probably need something that's a little more intelligent than...
Hi !
I Have a ListView with many Items that is to be loaded in search.
And I'd like to provide user the richer user interface so that when loading, I'd display a rotating circle (known from AJAX waiting).
I realize that I'll have to go into Threads or something, but as I've never done this before in WPF, I'm sure there is something be...
I have 2 seperate systems - a document management system and a sharepoint search server.
Both systems have an api that I can use to search the data within them. Tthe same data may exist in both systems, so we much search both.
What is the most efficient way (speed is very important) to search both api's at the same time and merge the r...
I'm using MySQL FULLTEXT search (in Natural Language mode). Example:
SELECT Mem_id FROM Members WHERE MATCH (job_title) AGAINST ('".mysql_real_escape_string($keywordsWanted)."')
I noticed that searching for "web developer" or "PHP coder" didn't work too well and so I added ft_min_word_len=3 to the MySQL config file (/etc/mysql/my.cnf)...
Hello,
i want that my bash script does the following:
It finds a file, for example: hello.txt
It searches for a specific text in the file, for example: hey
If it is found, continue to the next thing,
if it isn't found, write the text on a new line & continue to the next thing.
Can anyone give me the script for this?
EDIT: Also i w...
I'm trying to find all elements on a page whose element ID contains a certain text. I'll then need to filter the found elements based on whether they are hidden or not. Any help is greatly appreciated.
...