search for: coudl

Displaying 20 results from an estimated 28 matches for "coudl".

Did you mean: coud
2007 Oct 20
2
formatting a list
...rows and make it into a list of 7000 lists with 19 items each. For a simpler case of 10 by 10 table I used x <-scan("file", list(0,0,0,0,0,0,0,0,0,0)), perhaps clumsy, but it did the job. However with the large 19x7000 (which needs to be transposed) I am not sure how to go about it. Coudl somebody suggest a way? Thanks, Tomas
2008 Sep 16
1
how to force Asterisk 1.4 to use soxmix
Hi, is there anybody who knows how to force Asterisk 1.4 to use soxmix instead of sox? Thank you. Giorgio
2006 Mar 08
5
data import problem
...th a row that contains it's ID and the number of rows for the records (two columns), then the data table itself, e.g. 123 5 89.1791 1.1024 90.5735 1.1024 92.5666 1.1024 95.0725 1.1024 101.2070 1.1024 321 3 60.1601 1.1024 64.8023 1.1024 70.0593 2.1502 ... I thought I coudl simply use something line this: con <- file("test2.txt"); do { e <- read.table(con, nlines = 1); if ( length(e) == 2 ) { d <- read.table(con, nrows = e[1,2]); #process data frame d } } while (length(e) == 2); The problem is that read.table closes the connection ob...
2018 Apr 17
0
Why LLVM doesn't have debug information of function right parentheses?
I really wouldn't be sure this is the right direction to go anyway - as pointed out, there coudl be a return of a constant which would be a single instruction & it would make more sense to me to attribute that to the line where "return" is written, than where the closing brace is. I think this is, for my money, a legitimate difference in implementations between GCC and Clang - n...
2000 May 10
1
R and Java ? [forwarded]
...in WintNT from a Java application. i;m using runtime.exec() It opens teh program but after that nothing happens. After opening teh program i'm passing some commands to R via java's process OutputStreamWriter. But it does NOT respond to any of teh commands not even by giving an exception. Coudl u please let me know if i can pass commandline commands to RGui from within Java or are there special API's that are available. I know for a fact taht Java does NOT have API's for R. It does have special interface API for major programs like C. Excel, MS-Word Any help would be greatly app...
2018 Apr 12
2
Why LLVM doesn't have debug information of function right parentheses?
Hi, On 12/04/2018 15:35, Frozen via llvm-dev wrote: > I added one attribute named EndLine in LLVM IR before. LLVM's part is > not hard, but will modify many places in Clang. I success for it, you > can try this way. > For loops, we use a range to keep track of the start and end of the loop for remarks: http://llvm.org/doxygen/classllvm_1_1Loop_1_1LocRange.html Maybe it would
2015 Aug 25
2
Issues with libcurl + HTTP status codes (eg. 403, 404)
...uot;lattice") ## could be any package gives me: > options(download.file.method = "libcurl") > options(repos = c(CRAN = "https://cran.rstudio.com/", CRANextra = "http://www.stats.ox.ac.uk/pub/RWin")) > install.packages("lattice") ## coudl be any package Installing package into ?/Users/kevinushey/Library/R/3.2/library? (as ?lib? is unspecified) Error: Line starting '<!DOCTYPE HTML PUBLI ...' is malformed! This seems to come from a call to `available.packages()` to a URL that doesn't exist on the server (li...
2006 Oct 09
1
SAMBA + LDAP + TLS
Hi there guys, do not know if post this here or in openldap list, sorry if I disturb you. I configured samba+ldap as a PDC and byt now it's working fine, so, I decided to put some security to the stuff. The problem is that I coudl not make it work, here I what I've done. This is what netstat shows. tcp 0 0 0.0.0.0:389 0.0.0.0:* LISTEN tcp 0 0 0.0.0.0:636 0.0.0.0:* LISTEN tcp 0 0 127.0.0.1:389 127.0.0.1:1873 ESTABLISHED tcp 0 0 :::389 :::* LISTEN tcp 0 0 :::636 :::* LISTEN in slapd.conf i have TLSCipherSuite HIGH:MED...
2018 Apr 17
1
Why LLVM doesn't have debug information of function right parentheses?
...ascribing cycles to the closing brace of a function which seemed to be a loss of fidelity. Thoughts? -eric On Tue, Apr 17, 2018 at 12:26 PM David Blaikie <dblaikie at gmail.com> wrote: > I really wouldn't be sure this is the right direction to go anyway - as > pointed out, there coudl be a return of a constant which would be a single > instruction & it would make more sense to me to attribute that to the line > where "return" is written, than where the closing brace is. > > I think this is, for my money, a legitimate difference in implementations > b...
2015 Aug 25
3
Issues with libcurl + HTTP status codes (eg. 403, 404)
...: > > > > > options(download.file.method = "libcurl") > > > options(repos = c(CRAN = "https://cran.rstudio.com/", CRANextra > > = "http://www.stats.ox.ac.uk/pub/RWin")) > > > install.packages("lattice") ## coudl be any package > > Installing package into ?/Users/kevinushey/Library/R/3.2/library? > > (as ?lib? is unspecified) > > Error: Line starting '<!DOCTYPE HTML PUBLI ...' is malformed! > > > > This seems to come from a call to `available.packages(...
2006 Dec 08
3
Thread Pool Size?
Hi All, It might be lack of sleep, but I am struggling to accurately limit our pool size. It seems like I can specify it on the server with the -s command line option and also on the client via the YAML pool_size. Is that right? Which one wins? Our problem is that we are getting about 40 threads on each backgroundrb box and it''s flooring our db and each bgrb box. We want around 8.
2015 Apr 01
0
[CentOS-announce] Release for CentOS Linux 7 (1503 ) on x86_64
...0444.html > > It is a long thread, as you should know, since you participated in it. Yes I did, which is why I find it strange that making this particular change to the ISO name format is considered to have come from that thread. I don't recall seeing that exact change discussed, but I coudl be wrong, it was a long thread and I probably didn't read the whole thing in detail. > The key post in the thread, in my opinion, is at > http://lists.centos.org/pipermail/centos-devel/2014-June/010944.html I still don't see anything in that post about changing the iso name as menti...
2002 Jul 22
0
Influence Measures for .lme models
...the lme command. I am wanting to assess the fit of these models using the usual plots including Cooks Distance plots. I have noticed from the help files that it is possible to run influence measures statistics using influence.measures(). However, this only appears to work for .lm not .lme models. Coudl anybody tell me how I can obtain such statistics for .lme models. Thanks in advance Laura _______________________________________________________________________ -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac...
2006 Apr 13
2
app_meetme.so
Hi all, I'm using Asterisk 1.2.5 and , for some reason, when I install it, the module app_meetme.so didn't install. Is there some way to download that module, and add it to asterisk without re-install it? Thanks in advance Sebastian
2006 Dec 17
1
Apache slows to a grinding halt... Did I screw up or is something wrong?
Hello, So, I just got through a very stressful couple of hours. I''ve been running a rails application for a few months on a dedicated server. The application isn''t really that intensive and has been serving roughly 50k requests / day. It''s been handling really well, really fast, and all is good. The deployment configuration I am using is apache 2.2.3 with
2015 Aug 25
1
Issues with libcurl + HTTP status codes (eg. 403, 404)
...ons(download.file.method = "libcurl") >> > > options(repos = c(CRAN = "https://cran.rstudio.com/", >> CRANextra >> > = "http://www.stats.ox.ac.uk/pub/RWin")) >> > > install.packages("lattice") ## coudl be any package >> > Installing package into >> ?/Users/kevinushey/Library/R/3.2/library? >> > (as ?lib? is unspecified) >> > Error: Line starting '<!DOCTYPE HTML PUBLI ...' is malformed! >> > >> >...
2015 Aug 25
0
Issues with libcurl + HTTP status codes (eg. 403, 404)
...ackage > > gives me: > > > options(download.file.method = "libcurl") > > options(repos = c(CRAN = "https://cran.rstudio.com/", CRANextra > = "http://www.stats.ox.ac.uk/pub/RWin")) > > install.packages("lattice") ## coudl be any package > Installing package into ?/Users/kevinushey/Library/R/3.2/library? > (as ?lib? is unspecified) > Error: Line starting '<!DOCTYPE HTML PUBLI ...' is malformed! > > This seems to come from a call to `available.packages()` to a URL that > doe...
2015 Aug 25
0
Issues with libcurl + HTTP status codes (eg. 403, 404)
...> > options(download.file.method = "libcurl") > > > options(repos = c(CRAN = "https://cran.rstudio.com/", CRANextra > > = "http://www.stats.ox.ac.uk/pub/RWin")) > > > install.packages("lattice") ## coudl be any package > > Installing package into ?/Users/kevinushey/Library/R/3.2/library? > > (as ?lib? is unspecified) > > Error: Line starting '<!DOCTYPE HTML PUBLI ...' is malformed! > > > > This seems to come from a cal...
2006 Feb 25
31
Ajax Scaffold Generator for Rails Released
I just released a whole new version of the Ajax Scaffold Generator (for Ruby on Rails). The generator creates a scaffold page like the typical rails one, except adding, editing and deleting are all done inline. The generated scaffold is valid XHTML strict and fully styled right out of the box. Check out the demo: http://ajaxscaffold.height1percent.com/ And the how-to:
2016 Nov 30
5
[RFC] Enable "#pragma omp declare simd" in the LoopVectorizer
Dear all, I have just created a couple of differential reviews to enable the vectorisation of loops that have function calls to routines marked with “#pragma omp declare simd”. They can be (re)viewed here: * https://reviews.llvm.org/D27249 * https://reviews.llvm.org/D27250 The current implementation allows the loop vectorizer to generate vector code for source file as: #pragma omp declare