search for: cha

Displaying 20 results from an estimated 171 matches for "cha".

Did you mean: char
2007 Nov 07
1
strwidth and strheight for rotated text
Dear All, I would like to plot text with a box around it. I used strwidth and strheight to compute the size of the box which is plotted with rect: z <- rnorm(10) # horizontal text works plot(rnorm(10)) x1 <- 5 y1 <- 0 label <- "Label" cha <- paste(" ", label, " ", sep = "") xh <- strwidth(cha, cex = par("cex")) yh <- strheight(cha, cex = par("cex")) * 5/3 rect(x1 - xh/2, y1 - yh/2, x1 + xh/2, y1 + yh/2, col = "white") text(x1, y1, cha, cex = par("cex"))...
2008 Sep 03
1
[LLVMdev] Merge-Cha-Cha
On Tue, Sep 2, 2008 at 8:21 PM, John Regehr <regehr at cs.utah.edu> wrote: > I'm getting the error below on Ubuntu Hardy on ia32 on r55688. > ... > ../../gcc/postreload-gcse.c:1123: error: > flag_darwin_rtl_pre_ignore_critical_edges undeclared (first use in this > function) This is a Darwin-specific flag. I added a conditional to check for "CONFIG_DARWIN_H"
2020 Sep 30
2
Logitech C922 webcam
On 09/29/2020 10:07 PM, John Pierce wrote: > try the camera in a USB 2 port, it should work just fine at usb 2 speeds. > most systems, the USB 3 ports hve a 'blue' tongue, while the 2 ports are > black or another color. > > On Tue, Sep 29, 2020 at 6:50 PM H <agents at meddatainc.com> wrote: > >> On 09/29/2020 09:09 PM, John Pierce wrote: >>> do
2020 Sep 30
2
Logitech C922 webcam
...:05.0 System peripheral: Intel Corporation Sky Lake-E VT-d (rev 04) 16:05.2 System peripheral: Intel Corporation Sky Lake-E RAS Configuration Registers (rev 04) 16:05.4 PIC: Intel Corporation Sky Lake-E IOxAPIC Configuration Registers (rev 04) 16:08.0 System peripheral: Intel Corporation Sky Lake-E CHA Registers (rev 04) 16:08.1 System peripheral: Intel Corporation Sky Lake-E CHA Registers (rev 04) 16:08.2 System peripheral: Intel Corporation Sky Lake-E CHA Registers (rev 04) 16:08.3 System peripheral: Intel Corporation Sky Lake-E CHA Registers (rev 04) 16:08.4 System peripheral: Intel Corporatio...
2008 Sep 03
0
[LLVMdev] Merge-Cha-Cha
I'm getting the error below on Ubuntu Hardy on ia32 on r55688. John make[3]: Entering directory `/home/regehr/llvm-gcc/build/gcc' gcc -c -g -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc
2008 Sep 03
3
[LLVMdev] Merge-Cha-Cha
As you all have undoubtedly noticed, I recently did Yet Another Merge to Apple's GCC top-of-tree. This merge was prompted by several important fixes in the "blocks" implementation. There are still many testcases that need to be moved over, but those can come at our leisure. I compiled both the "Apple way" and the "FSF way". It also passed the tests in
2006 Sep 25
0
na.encode in format for Date and POSIXt classes
...d POSIXct (POSIXlt?) "atomic" classes in a data.frame. Here is the example (the same in R 2.3.1 and 2.5.0 (2006-09-19 r39409)): testData <- data.frame(num=c(NA, 2.6), int=c(1, NA), fac=factor(c(NA, "abc")), cha=c("a", NA), dat=as.Date(c("1900-1-1", NA)), POS=as.POSIXct(strptime(c("1900-1-1 01:01:01", NA), format="%Y-%m-%d %H:%M:%S")))...
2013 Apr 06
4
[Bug 9770] New: Preserving ownership and permissions does not work
...and permissions does not work Product: rsync Version: 3.0.9 Platform: x64 OS/Version: Linux Status: NEW Severity: critical Priority: P5 Component: core AssignedTo: wayned at samba.org ReportedBy: feliz.cha.cha.cha at gmail.com QAContact: rsync-qa at samba.org Options -a, -p, -o , -g does not work. Rsync is still changing ownership and perissions (running as superuser). Source dir contents: drwxrwsr-x 8 ivan media 8 ??? 7 02:00 audio drwxrwsr-x 15 root media 15 ??? 20 16:34 backup...
2007 Sep 19
1
chaing freebsd pxeboot.0 from pxelinux.0
Hi Folks, I have configured pxelinux.0 to allow chain-booting freebsd pxeboot.0 from it like this: label fbsdpxe KERNEL pxeboot.0 This works as expected, so no issue with that. There's one weird thing however. If I rename pxeboot.0 to pxeboot (omitting .0) and change the config file accordingly it throws this error at me: Inv...
2007 Oct 15
2
clipping off words inside a vector of strings
Hi, I have a vector of strings (class character) with 6 elements (length 6). I call it 'names'. "Graham Chapman" "John Cleese" "Terry Gilliam" "Eric Idle" "Terry Jones" "Michael Palin" And I want to turn it into another vector of strings called 'shortnames' w...
2006 Feb 23
2
Working with lists with numerical names
...me, I get syntax errors, probably because it's interpreting the name as a number: > show(batting2005) playerID yearID stint teamID lgID G AB R H 2B 3B HR RBI SB CS BB 1 robleos01 2005 1 LAN NL 110 364 44 99 18 1 5 34 0 8 31 2 iguchta01 2005 1 CHA AL 135 511 74 142 25 6 15 71 15 5 47 3 molinya01 2005 1 SLN NL 114 385 36 97 15 1 8 49 2 3 23 . . . > print(batting2005$HR) [1] 5 15 8 3 14 3 6 21 8 7 9 27 12 5 14 8 28 9 22 15 5 22 9 10 1 . . . > print(batting2005$2B) Error: syntax er...
2009 Nov 26
0
R: RE: R: Re: R: Re: chol( neg.def.matrix ) WAS: Re: Choleski and Choleski with pivoting of matrix fails
...eski with pivoting of matrix fails > >I do not understand what the problem is, as it works just fine for me: > >A <- matrix(c(0.5401984,-0.3998675,-1.3785897,-0.3998675,1.0561872, >0.8158639,-1.3785897, 0.8158639, 1.6073119), 3, 3, byrow=TRUE) > >eA <- eigen(A) > >chA <- eA$vec %*% diag(sqrt(eA$val+0i)) %*% t(eA$vec) > >all.equal(A, Re(chA %*% t(chA))) > >Y <- diag(c(1,2,3)) > >solve(chA %*% Y) > >Ravi. > >----------------------------------------------------------------------------------- > >Ravi Varadhan, Ph.D. > &...
2006 Feb 19
4
Multiple Characters Negate Using Regexp
Dear experts, I am trying to build a regular expression to filter out anything between <script ... > and </script> tags where I can specify something using negate class to exclude more than one character in sequence. I tried: originalresponse.gsub(/<script([^>]+)>([^<]+)?<\/script>/,'''') but obviously if the script has the character < before </script> then my regexp breaks. I also tried: originalresponse.gsub(/<script([^&gt...
2004 Jun 01
1
Sending immediate PAM auth failure messages via kbd-int
...ight thing to do. The server might have multiple keyboard-interactive "devices" and the next one might behave differently. Similarly, making sshd disable keyboard-interactive in this case doesn't seem right either, since a client might to choose to do something differently (like change username) in response to the message. Anyway, feel free discuss the patch, try it or pick it apart :-) -Daz. $ ssh -o preferredauthentications=keyboard-interactive localhost No user logins right now. No user logins right now. No user logins right now. -- Darren Tucker (dtucker at zip.c...
2012 Jul 14
2
bug: raid10 filesystem has suddenly ceased to mount
Hi! The problem is that the BTRFS raid10 filesystem without any understandable cause refuses to mount. Here is dmesg output: [77847.845540] device label linux-btrfs-raid10 devid 3 transid 45639 /dev/sdc1 [77848.633912] btrfs: allowing degraded mounts [77848.633917] btrfs: enabling auto defrag [77848.633919] btrfs: use lzo compression [77848.633922] btrfs: turning on flush-on-commit [77848.658879]
2009 Jan 09
5
grep : escape "*"
Dear R useRs, Sorry for this foolish question, but I can't find how to escape the * character when using grep : > grep("-", c("/3", "2*3", "4-4")) [1] 3 > grep("/", c("/3", "2*3", "4-4")) [1] 1 > grep("*", c("/3", "2*3", "4-4")) Erreur dans grep("*&quo...
2004 Feb 20
1
[patch] fix for "refuse options" ignored due to popt
Hello, I found the reason why "refuse options" is ignored on the server side. When then 5th argument (int val) in the poptOption struct is set to zero, the parsing function poptGetNextOpt() just continues with the next arg, without returning. So check_refuse_options() is simply not called in such cases. The attached patch makes "refuse options" work with checksum and
2009 Nov 25
1
R: Re: R: Re: chol( neg.def.matrix ) WAS: Re: Choleski and Choleski with pivoting of matrix fails
...oximation is quite good. However it is an approximation. Any suggestion? Thank you very much! Simon >----Messaggio originale---- >Da: P.Dalgaard at biostat.ku.dk >Data: 23-nov-2009 14.09 >A: "simona.racioppi at libero.it"<simona.racioppi at libero.it> >Cc: "Charles C. Berry"<cberry at tajo.ucsd.edu>, <r-help at r-project.org> >Ogg: Re: R: Re: [R] chol( neg.def.matrix ) WAS: Re: Choleski and Choleski with pivoting of matrix fails > >simona.racioppi at libero.it wrote: >> It works! But Once I have the square root of this mat...
2005 Sep 30
2
chan_capi-0.3.5
Hi all, i'm tryinf to install chan_capi but i get this error root@obelix:/usr/src/chan_capi-0.3.5# make gcc -pipe -Wall -Wmissing-prototypes -Wmissing-declarations -g -I/usr/include -D_REENTRANT -D_GNU_SOURCE -O6 -march=i586 -DNEVER_EVER_EARLY_B3_CONNECTS -DCAPI_ES -DCAPI_GAIN -DDEFLECT_ON_CIRCUITBUSY -DCAPI_SYNC -DUNSTABLE_CV...
2005 Mar 24
3
iconv not working on Sparc Solaris 8
...an we convert from 646 to UCS2-LE?... no checking can we convert from UTF-8 to UCS2-LE?... no checking can we convert from UTF8 to UCS2-LE?... no configure: WARNING: Sufficient support for iconv function was not found. Install libiconv from http://freshmeat.net/projects/libiconv/ for better cha rset compatibility! I have compiled from source and installed libiconv-1.9.2 in /usr/local but it just does not seem to work. Without iconv Samba will just fill up its log files with character conversion errors and generally not work. I have tried libiconv-1.9.1, libiconv-1.8 and Samba 3....