search for: ambigous

Displaying 20 results from an estimated 30 matches for "ambigous".

Did you mean: ambiguous
2006 Jan 31
1
rsync using ssh get stuck
Hi, We started working with rsync to sync data between remote sites. We started seeing many stuck rsync processes. Usually it happens in the ssh stage while the ssh issues a "select" syscall on fd #4 while it is long gone. Here is an example: root@ptsl2171:/root# ps -efwww |grep ekrimer ekrimer 28619 4979 0 Jan28 ? 00:00:00
2009 Apr 15
0
Ambigous error while running cucumber features
Hello, I was just trying out a cucumber-java example with selenium integrated. My feature file has two scenarios and while executing the command "cucumber features", It is executing the first scenario succesfully, but for the second scenario I am getting the ambiguity error (Cucumber::Ambiguous): Scenario: Find what I''m looking for in yahoo #
2007 Feb 12
1
bug in partial matching of attribute names
There looks to be a bug in do_attr() (src/main/attrib.c): incorrect partial matches of attribute names can be returned when there are an odd number of partial matches. E.g.: > x <- c(a=1,b=2) > attr(x, "abcdef") <- 99 > attr(x, "ab") [1] 99 > attr(x, "abc") <- 100 > attr(x, "ab") # correctly returns NULL because of ambig
2009 Jul 02
2
[LLVMdev] llvmc for PIC16
Hi Sanjiv, On Thu, Jul 2, 2009 at 4:06 AM, Sanjiv Gupta<sanjiv.gupta at microchip.com> wrote: > Thanks. > This framework has made writing a driver a pleasure. It couldn't have been > easier to write a driver. Glad to hear that! -- () ascii ribbon campaign - against html e-mail /\ www.asciiribbon.org - against proprietary attachments
2009 Jul 02
0
[LLVMdev] llvmc for PIC16
-o seems ambigous. -o=<file> - Output file name // <---- here -pre-RA-sched=<string> - Example of an option that is passed to llc -save-temps - Keep temporary files =obj - Save files in the directory specified with -o // &lt...
2014 Jan 22
2
wiki account request
...size may or may not hamper its bootability." Reasoning: I state "assumed with 64 heads per cylinder and 32 sectors per head" because the values of H/C and S/H are more or less a deliberate decision at partitioning time. I refrain from giving the drive size in CHS, because this is ambigous until the user has chosen H/C and S/H. I do not use digit separators with decimal naumers (15,794,176 versus 15794176) because this could get confused with the CHS commas. I mention the opportunity to set the end LBA higher than the end CHS because else half of a 16 GB drive would be wasted. But...
2018 Jan 23
1
Inconsistent rank in qr()
...ei. > > The ?rankMatrix help page (package Matrix, part of your R) > https://stat.ethz.ch/R-manual/R-devel/library/Matrix/html/rankMatrix.html > starts with the following 'Description' > > __ Compute ?the? matrix rank, a well-defined functional in theory(*), somewhat ambigous in practice. We provide several methods, the default corresponding to Matlab's definition. > > __ (*) The rank of a n x m matrix A, rk(A) is the maximal number of linearly independent columns (or rows); hence rk(A) <= min(n,m). > > > >>> On Jan 22, 2018, at 11:21...
2015 Oct 13
0
TLS communication director -> backend with X.509 cert checks?
...ress = :: port = 9090 } it doesn't recognize itself: Oct 14 01:06:13 director1 dovecot: director: Fatal: director_servers doesn't list ourself director_servers = 2001:x:y:f33::5:1:9090 ? inet_listener { address = :: port = 9090 } works, but is ambigous, isn't it? Shouldn't we use [2001:x:y:f33::5:1]:9090 in such a case? But: *Unknown director host: [2001:x:y:f33::5:1]* Best regards from Dresden/Germany Viele Gr??e aus Dresden Heiko Schlittermann -- SCHLITTERMANN.de ---------------------------- internet & unix support -...
2009 Oct 27
0
syntax for estimable(gmodels package) and glht(multcomp package)
...ot ambiguous since it's a difference of two cells, (although the syntax for this request might be simplified if the main first-order effects are constrained to zero ). and suppose the marginal sums of the 2nd order terms sum to zero, both down and across, that should make the first request non-ambigous. Two things: 1: people in the mail list are having difficulties dealing with interaction terms with both functions ( I see from googling ) and the available PDFs don't explicitly deal with these cases. 2: specifying the desired estimate with actual categorical levels in the calling syntax wou...
2014 Jan 22
0
wiki account request
...bility." > > Reasoning: > > I state "assumed with 64 heads per cylinder and 32 sectors per head" > because the values of H/C and S/H are more or less a deliberate > decision at partitioning time. > > I refrain from giving the drive size in CHS, because this is ambigous > until the user has chosen H/C and S/H. > > I do not use digit separators with decimal naumers (15,794,176 > versus 15794176) because this could get confused with the CHS > commas. > > I mention the opportunity to set the end LBA higher than the end CHS > because else half...
2018 Jan 23
0
Inconsistent rank in qr()
...mputer is much more challenging. The ?rankMatrix help page (package Matrix, part of your R) https://stat.ethz.ch/R-manual/R-devel/library/Matrix/html/rankMatrix.html starts with the following 'Description' __ Compute ?the? matrix rank, a well-defined functional in theory(*), somewhat ambigous in practice. We provide several methods, the default corresponding to Matlab's definition. __ (*) The rank of a n x m matrix A, rk(A) is the maximal number of linearly independent columns (or rows); hence rk(A) <= min(n,m). >>> On Jan 22, 2018, at 11:21 AM, Serguei Sokol <...
2017 Feb 24
1
Update copyright year in manuals
On Thu, Feb 23, 2017 at 03:23:10PM +0100, Martin Maechler wrote: > >>>>> Mikko Korpela <mikko.korpela at helsinki.fi> > >>>>> on Thu, 23 Feb 2017 14:02:58 +0200 writes: > > > With new R releases soon to come, I suggest updating the > > Rcopyright macro in "doc/manual/R-defs.texi" to use year > > 2017. >
2018 Jan 22
3
Inconsistent rank in qr()
Le 22/01/2018 ? 17:40, Keith O'Hara a ?crit?: > This behavior is noted in the qr documentation, no? > > rank - the rank of x as computed by the decomposition(*): always full rank in the LAPACK case. For a me a "full rank matrix" is a matrix the rank of which is indeed min(nrow(A), ncol(A)) but here the meaning of "always is full rank" is somewhat confusing. Does it
2011 Jul 06
1
trouble parsing a date using strptime()
Hi, I am having a trouble parsing dates using strptime() that I get in the format of year and week number. The data looks like this "201127" which means year 2011 and week 27. I would like to graph this using ggplot but then I get a gap between 201054 and 201101 so I thought I would just easily convert it. I tried to use strptime and as.Date and the format string of %Y%W but it seems
2005 Jul 28
2
delay on pri dialling when asterisk is spliced between E1-Pri and legacy pbx
hello everybody, one of our customers which wants a soft transfer between his old pbx to asterisk and sip. the setup is as follows: telco <---pri---> asterisk <---pri---> legacy pbx everything is fine exept that when dialling from the legacy pbx it takes about 3 seconds before the asterisk start to dial. where does this delay come from? has it to do with
2014 Jan 22
5
Advice/directions to users of Syslinux
...size may or may not hamper its bootability." Reasoning: I state "assumed with 64 heads per cylinder and 32 sectors per head" because the values of H/C and S/H are more or less a deliberate decision at partitioning time. I refrain from giving the drive size in CHS, because this is ambigous until the user has chosen H/C and S/H. I do not use digit separators with decimal naumers (15,794,176 versus 15794176) because this could get confused with the CHS commas. I mention the opportunity to set the end LBA higher than the end CHS because else half of a 16 GB drive would be wasted. But...
2015 Oct 13
2
TLS communication director -> backend with X.509 cert checks?
Heiko Schlittermann <hs at schlittermann.de> (Mi 14 Okt 2015 00:10:50 CEST): > Timo Sirainen <tss at iki.fi> (Di 13 Okt 2015 23:49:20 CEST): > ? > > > > Proxying in general does check that hostname matches the SSL certificate, because both the hostname and IP address are sent to login process. So it should work in a way that host=<hostname> and
2000 Jun 27
7
File Extension .OGG
Hi, I've already sent this to feedback@vorbis.com, but I got no response and this might be more correctly placed here anyway, so here is a revised vesrion. I have one thing to criticize, which is the file extension *.OGG. It's ambigous (the Netrek meaning) and using it for both video and audio seems confusing. Plus, there are a lot of OGG files floating around that are generated by the current beta versions of the encoder. These could be confused with the files generated by the final version. Changing the extension in the fin...
2000 Jun 27
7
File Extension .OGG
Hi, I've already sent this to feedback@vorbis.com, but I got no response and this might be more correctly placed here anyway, so here is a revised vesrion. I have one thing to criticize, which is the file extension *.OGG. It's ambigous (the Netrek meaning) and using it for both video and audio seems confusing. Plus, there are a lot of OGG files floating around that are generated by the current beta versions of the encoder. These could be confused with the files generated by the final version. Changing the extension in the fin...
2007 Jan 24
1
how to properly extend s3 data.frames with s4 classes?
...nfo added) in: initialize(value, ...) # # OBS! Now there is # (i) a slot "row.names" -- which is wrong # since WDFs aren't suposed to have any slots; # (ii) an odd warning about another missing slot # (presumably called "package" but the message is # somewhat ambigous). # # But at least # new(WDF, tdf) # # yields: # # > $x # > [1] 1 2 # > # > $y # > [1] TRUE FALSE # > # > attr(,"row.names") # > [1] 1 2 # > attr(,"class") # > [1] "WrappedDataframe" # > attr(,"class")attr(,"package&quot...