search for: searchterm

Displaying 16 results from an estimated 16 matches for "searchterm".

2007 Jul 18
5
Strange search result with conditions in find_by_contents
...ind_by_contents! first of all, i''ve installed the acts_as_ferret to my project vender folder by ''ruby script/plugin install svn://projects.jkraemer.net/acts_as_ferret/tags/stable/acts_as_ferret'' in my SearchController def searchforum if !params[:doSearch].nil? if params[:searchTerms].nil? || params[:searchTerms] == "" flash[:notice] = ''Please enter some words to search on.'' else @conditions = " 1 = 1"; if !params[:dateRange].nil? && params[:dateRange] != "" @conditions += " and creationDate >= " + params[:da...
2006 Aug 12
0
doc/lit ws consumption
I am new to ruby and rails. I am having trouble consuming a java web service with the soap/wsdlDriver library. My java web service, FooService, has one method, search(String). I am sending the data from a form to this method in my controller: def search searchTerm = params[:searchTerm] factory = SOAP::WSDLDriverFactory.new("http://localhost:8080/services/FooService?wsdl") soap = factory.create_rpc_driver soap.search(searchTerm) soap.reset_stream render_text "I searched for this: " + searchTerm end It does render the...
2019 Feb 16
2
Question about updates
One can also do the 'yum-cron' dance to automate updates. Good writeup and description here: https://www.howtoforge.com/tutorial/how-to-setup-automatic-security-updates-on-centos-7/ On Fri, Feb 15, 2019 at 11:37 PM Rob Kampen <rkampen at kampensonline.com> wrote: > On 16/02/19 6:59 PM, Ralf Prengel wrote: > > Hallo, > > as a beginner using centos I?ve a question
2013 Jul 08
0
"error setting certificate" issue in R-studio
...uot;curl.haxx.se/ca/cacert.pem", destfile="cacert.pem") with>credential$handshake(cainfo = system.file("CurlSSL", "cacert.pem", package = "RCurl")) I saw recommended on Stack Overflow but it didn't fix the issue. >TweetFrame <- function(searchTerm, maxTweets)? ??? { ????? twtList<-searchTwitter(searchTerm,n=maxTweets) ????? #twtList is involved in ?variable? scoping so it only exists within the? ??????? function? ????? # searchTerm needs to be a string so use "#hashtag" ? ????? twtTempFrame<- do.call("rbind", la...
2003 Nov 06
2
Search engine fails entirely (PR#4966)
...illa), go to search engine, try searching for mean No results given. Mozilla javascript console says: Error: document.SearchEngine.search is not a function Source File: file:///tmp/Rtmp22901/.R/doc/html/search/SearchEngine.html Line: 32 line 32 is .... line = line + document.SearchEngine.search (searchTerm,
2019 Feb 17
0
Question about updates
...ata in its repos. EPEL will get updates. The person who wrote this must be using RHEL or some clone that publishes security metadata. Looking at google for this topic shows a lot of people get this wrong, which means there are probably a lot of insecure systems out there. 2.) pet peeve: use ?grep searchterm filename? and not ?cat filename | grep searchterm?. 3.) you don?t need to restart the yum-cron.service systemctl unit after modifying yum.conf, since it?s not a running service, it just touches a file that tells the cron job that it is activated. ? Jonathan Billings <billings at negate.org&...
2010 Feb 08
1
can use use observe_field with a 3rd party server?
Hi- I''m trying to implement an auto-complete using Yahoo''s autocomplete server, which basically suggests search completions: http://ff.search.yahoo.com/gossip?output=fxjson&command={your searchterms}'' if you want to see the results in your browser, use xml instead: http://ff.search.yahoo.com/gossip?output=xml&command={your searchterms}'' So, I can type this into a browser directly and it works just fine, but when i try to use it with observe_field, it fails, i always g...
2005 Dec 28
4
AJAX works in Safari, broken in Firefox
...een doing my testing in Safari, where everything has worked fine, only to now discover the results of the search action seem disinclined to load in Firefox. I can enter a URL to return the HTML fragment that''s supposed to be dropped into the page: http://localhost:3000/book/search?searchTerm=quicksilver The HTML fragment displays correctly in Safari, but when I try it in Firefox (1.0.4 or 1.5), the page acts like it''s loading for a moment, but then stops without displaying any content. I tried it with "curl" on the command line as well, and it worked fine (onc...
2009 Feb 19
4
problem with comparing a part of string with whole string
Hi all, I got one problem with comparing strings like if any string is like "*RIGHT, EPICARDIUM: FOCUS, GRAY-WHITE, SINGLE, APPROX 0.6 CM IN DIAMETER*." and i have to compare "*GRAY-WHITE*" with the above string or otherwise i have to compare " *TUMOR BENIGN*" this string with "*MEDULLRY TUMOR BENIGN,TYP PHEOCHROMOCYTOMA*" i
2019 Feb 17
4
Question about updates
...repos. EPEL will get updates. The person who wrote this must be using RHEL or some clone that publishes security metadata. Looking at google for this topic shows a lot of people get this wrong, which means there are probably a lot of insecure systems out there. > > 2.) pet peeve: use ?grep searchterm filename? and not ?cat filename | grep searchterm?. > > 3.) you don?t need to restart the yum-cron.service systemctl unit after modifying yum.conf, since it?s not a running service, it just touches a file that tells the cron job that it Hallo. thanks to all for the answers. One aspect is...
2006 Jan 02
2
HTML Fragment not Loading in Firefox; Fine Elsewhere
...hat there are no Javascript errors and have validated the HTML -- everything looks great. I''ve opened up a port so that others can take a peek at it. Can anybody tell me why this URL won''t load in Firefox? Please? Pretty please? http://seanmctex.homeip.net:3000/book/search?searchTerm=dragon I''m utterly baffled by the strange behavior, and would love to get a handle on what''s going on here. Thanks in advance for any help. Sean ----- Sean McMains AIM: SeanMcTex http://www.mcmains.net/ruminations -------------- next part -------------- An HTML attachment w...
2004 Jan 26
0
Trouble with HTML search engine & Mozilla Firebird
...age. I follow the link to "Search engine & keywords", type some text into the search box, and click "search". It wipes the text in the search box, and leaves me at the search page. The URL changes, to something like file:///tmp/Rtmp27053/.R/doc/html/search/SearchEngine.html?SEARCHTERM=MySearchTerm&TITLES=1&KEYWORDS=1&ALIASES=1 I've looked through the help on the R web site. There are plenty of messages which say to check that Java is correctly installed and that Javascript is turned on, but this does not seem to be my problem... I have installed Java 1.4.2_03....
2013 Jan 15
0
paper - download - pubmed
Hi, I actually need to download pdfs through R code. The thing which I want to do is that, search for a paper in pubmed, which is possible by using GetPubMed function in the package "NCBI2R?". GetPubMed(searchterm, file = "", download = TRUE , showurl = FALSE, xldiv = ";", hyper = "HYPERLINK", MaxRet = 30000, sme = FALSE, smt = FALSE, quiet = TRUE, batchsize=500,descHead=FALSE) With this function I can not download the pdfs for all hits, although if I go to the pubmed, I can...
2008 Jun 09
1
Slow gfs performance
HI, Sorry for repeating same mail ,while composing that mail i mistakenly typed the send button.I am facing problem with my gfs and below is the running setup. My setup Two node Cluster[only to create shared gfs file system] with manual fencing running on centos 4 update 5 for oracle apps. Shared gfs partition are mounted on both the node[active-active] Whenever i type df -h command it
2006 Dec 27
7
Searching the list
Hey guys. I am new to the list and would like to know how to search it so that I do not post any questions that have already been answered (like this one) - Mark -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20061227/a249e7a9/attachment.htm
2012 May 08
6
registry vulnerabilities in R
...1416B8B2E3A} HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\SearchScopes\{0633EE93-D776-472f-A0FF-E1416B8B2E3A} @ "Bing" HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\SearchScopes\{0633EE93-D776-472f-A0FF-E1416B8B2E3A} "URL"="http://www.bing.com/search?q={searchTerms}&FORM IE8SRC" HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\SearchScopes\{0633EE93-D776-472f-A0FF-E1416B8B2E3A} "DisplayName" "@ieframe.dll,-12512" HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\SearchUrl HKEY_LOCAL_MACHINE\Software\Microsoft\Windows...