search for: cript

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

Did you mean: script
2006 Mar 10
3
[Prototype] understanding evalScripts
Hi, I have a misunderstanding of what I though evalScripts would do vs what it actually does. I''m wondering if there''s a way that I can make it do what I want. my initial page: <html> <head> <script... var page = ''initial''; ... <body> <div id="replaceMe"...
2006 Mar 17
10
good javascript xml parser
Anyone know of a javascript function that will take an xml document and turn it into an associative array? Basically it would take something like this: <body> <item> <id>1</id> <name>Bob</name> </item> <item> <id>2</id> <name>John</name> </item>...
2011 Apr 01
4
Rexcel path problem
Hi, I am running a test to call an R script with in excel using VBA. My VBA code is shown bellow. The middle section of this mail also includes the content of my Rscript. The bottom part shows the error message form the R console. It seems that Excel is opening the R console without any problems. The problem I am seeing is that Rinterfa...
2006 Mar 22
3
document.write() in ajax response
Hi, I am facing a problem and the description is as follows - I have a page 1.html that does an Ajax.Updator & calls stuff from 2.html (that has some html snippet & some javascript). So far so good - things work fine. However, if 2.html had any document.write code - eg document.write(''hello'') then once the respo...
2011 Nov 15
1
Problem with substr
Hi, everyone When I ran this cript, There is Error in substring(tmp.subject, tmp.end[ex] + 1, tmp.start[ex + 1] - 1) : invalid substring argument(s) Could someone figure out what the problem is? for(i in 1:length(genebody[,1])){ tmp.id<-as.vector(genebody[i,1]) # get gene id tmp.subject<-as.vector(genebody[i...
2006 Mar 23
4
XML parser fixed
...}, _nodeAsText: function (node) { return node.textContent || node.innerText || node.text || node.childNodes[0].nodeValue || ''''; } } ); /* --------------------------------------- */ /* How To use it */ /* --------------------------------------- */ <*cript> function showBlog(xml) { $(''outputField'').innerHTML = ''''; var total = xml.rss[0][''channel''][0][''item''].length; for(var i=0; i < total; i++) { $(''outputField'').innerHTML += ''...
2006 Jun 02
5
where does script/plugin cache its server list?
tiring of manually googling for SVN urls then checking out modules into /usr/share/ruby and linking it into plugins/, ive tried script/plugin again. it predictable fails here: ./script/plugin install acts_as_ferret svn: URL ''svn://rubyforge.org/var/svn/laszlo-plugin/rails/plugins'' non-existent in that revision ./script/../config/../vendor/rails/railties/lib/commands/plugin.rb:758:in `parse!'': undefin...
2005 Dec 21
10
can an active records maps to N tables?
Hi, Is it possbile that one active record maps to N tables, actually the relation is 1 to 1, I wonder it is possible. also can a ruby object map to N tables, instead of an active records? Thanks you very much:) Saiho __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com
2009 Nov 09
3
Sort logfiles at rotation time
Hi, I want to be certain that my apache and varnish logfiles are in strict date order when rotated. I'd like to run a sort command against them before they're compressed. I've had a look at the logrotate man page, and it looks like I can use a postrotate/endscript to do this. However, I can see any reference in the documentation for how to operate on the file. All the examples seem to take the form of restarting something, or running some other standalone script. What I want to do is run a sort command against the newly rotated file - but how do I know wh...
2008 Oct 16
2
quota-warning.sh mail from
Hello all How Dovecot 1.1.3 quota script understand to who send a mail? In try to do this: In conf: quota_warning = storage=80%% /usr/local/bin/quota-warning.sh 80 %u@%d In logs: IQuota warning: bytes=168611020 (80%) messages=0 (0%) command=/usr/local/bin/quota-warning.sh 80 dump-capability@ *what is dump-capability@ ? OS related use...
2008 Aug 18
3
File Locking
First let me say that rsync is a wonderful program and thank you all for the hard work that went into it's creation. On to my question. I have a situation that requires the files that rsync is uploading/downloading to be locked. The reason is because it is possible to have more than one copy of rsync running and without file locking, the additional copies simply retry to upload/download a
2006 Mar 06
2
form_tag error -- not found, 404 -- action DOES exist!
...b:89:in `start''", "c:/ruby/lib/ruby/1.8/webrick/server.rb: 79:in `start''", "c:/ruby/lib/ruby/1.8/webrick/server.rb:79:in `start''", "c:/ruby /lib/ruby/gems/1.8/gems/rails-0.13.1/lib/webrick_server.rb:57:in `dispatch''", "s cript/server:49"] [2006-03-06 10:37:37] ERROR `/site_visit/commit_input'' not found. 127.0.0.1 - - [06/Mar/2006:10:37:37 GMT Standard Time] "POST /site_visit/commit_ input HTTP/1.1" 404 293 http://localhost:3000/site_visit/input/1 -> /site_visit/commit_input I have been trying...
2019 Dec 04
0
error in parallel:::sendMaster
Hi all, With the help of Tomas, I was able to track the issue down: Prior to R v3.6.0 the parallel package passes an uninitialized variable as the file descriptor argument to the close system call. In my particular R session this uninitialized variable (reproducibly) was holding the value 7, which corresponded to the file descriptor of the write end of the pipe the second child would use to send its results to the master. Hence, the child unintentionally...
2019 Dec 04
0
error in parallel:::sendMaster
Hi all, With the help of Tomas, I was able to track the issue down: Prior to R v3.6.0 the parallel package passes an uninitialized variable as the file descriptor argument to the close system call. In my particular R session this uninitialized variable (reproducibly) was holding the value 7, which corresponded to the file descriptor of the write end of the pipe the second child would use to send its results to the master. Hence, the child unintentionally...
1999 May 03
0
compilation of R-0.63.3 on alpha (PR#183)
...Examp les' make[1]: *** [test-Examples] Error 2 make[1]: Leaving directory `/mn/vega/astro/local/src/rstat/R-0.63.3/tests= ' make: [test-All] Error 2 (ignored) Regards, Andreas --==_Exmh_981436288450 Content-Type: text/plain ; name="config.site"; charset=iso-8859-1 Content-Description: config.site Content-Disposition: attachment; filename="config.site" Content-Transfer-Encoding: quoted-printable #! /bin/sh ### This file is part of R. ### ### R is free software; you can redistribute it and/or modify it under ### the terms of the GNU General Public License as publis...
2019 Nov 28
1
error in parallel:::sendMaster
...rno after write returned -1 was 9 (EBADF). > > From what I can see, the reason for this is that the second child tries to write to fd 7, but already during the very beginning of the first invocation of the anonymous function to parallelize, i.e. during Sys.sleep(30), there is no such file descriptor. From this observation I would conclude that it is NOT the code run from that function, i.e. # ..., causing the issue. Let me point out again, that this is NOT the very first invocation of mclapply in this R session. There is at least one previous call to it, which works fine. > > > Fil...