search for: lbl

Displaying 20 results from an estimated 190 matches for "lbl".

Did you mean: bl
2012 Jan 13
1
apply transformation
...ut I suspect there should be an easier way. I can always use a for loop to get the output I need but just wondering if there a way to get the same using apply or some other function ... (the number of years can be changing in my requirement) My final output needs to be as follows: Year 2006 2006-Lbl 2007 2007-Lbl Jan 0.0204 '2.04%' 0.0065 '0.65%' Feb 0.0145 '1.45%' 0.0082 '0.82%' Mar 0.0027 '0.27%' 0.0122 '1.22%' i.e. > dput(d_final) structure(list(Year = structure(c(2L, 1L, 3L), .Label = c("Feb", "Jan", "Mar"),...
2012 Sep 13
2
[LLVMdev] llvm-mc fixups
When I use llvm-mc’s ‘-show-encoding’, it only goes as far as printing “fixups”: $ echo -e "adr r0, lbl\nnop\nlbl:" | llvm-mc -triple=thumbv7 -show-encoding Outputs: @ encoding: [A,0xa0] @ fixup A – offset: 0, value: lbl, kind: fixup_thumb_adr_pcrel_10 To find out that it is encoded as 0xa001, I can do: $ echo -e "adr r0, lbl\nnop\nlbl:" | llvm-mc -triple=thumbv7 -show-...
2001 Jul 16
0
forwarded message from Inge Monika
...ien.ac.at>; Fri, 13 Jul 2001 22:30:30 +0200 Received: from franz.stat.wisc.edu (root@franz.stat.wisc.edu [128.105.174.95]) by tuvok.kom.tuwien.ac.at (8.11.3/8.11.3) with ESMTP id f6DKY9i22708 for <Kurt.Hornik@ci.tuwien.ac.at>; Fri, 13 Jul 2001 22:34:09 +0200 (MEST) Received: from postal1.lbl.gov (really [128.3.7.82]) by franz.stat.wisc.edu via smail with esmtp id <m15L9ea-000JL3C@franz.stat.wisc.edu> (Debian Smail3.2.0.111) for <Kurt.Hornik@r-project.org>; Fri, 13 Jul 2001 15:35:12 -0500 (CDT) Received: from SpamWall.lbl.gov (localhost [127.0.0.1]) by postal1.lbl.gov (...
2012 Aug 14
2
A drawing problem with R
...ere is the test code: > ticks <- c("2004-01-22","2005-01-22","2006-01-22","2007-01- 22","2008-01-22","2009-01-22","2010-01-22","2011-01-22","2012-01-22") > ats <- ticks[seq(1,length(ticks))] > lbl <- strftime(ats,"%b %y") > lbl > [1] "Ò»ÔÂ 04" "Ò»ÔÂ 05" "Ò»ÔÂ 06" "Ò»ÔÂ 07" "Ò»ÔÂ 08" "Ò»ÔÂ 09" "Ò»ÔÂ 10" "Ò»ÔÂ 11" "Ò»ÔÂ 12" I have changed the R environment to English and why was "...
2012 Sep 13
0
[LLVMdev] llvm-mc fixups
...bject code layout and relaxation, which isn't done is the text-to-text path. --Owen On Sep 12, 2012, at 5:54 PM, Greg Fitzgerald <garious at gmail.com> wrote: > When I use llvm-mc’s ‘-show-encoding’, it only goes as far as printing “fixups”: > > > $ echo -e "adr r0, lbl\nnop\nlbl:" | llvm-mc -triple=thumbv7 -show-encoding > > > Outputs: > > @ encoding: [A,0xa0] > > @ fixup A – offset: 0, value: lbl, kind: fixup_thumb_adr_pcrel_10 > > > > To find out that it is encoded as 0xa001, I can do: > > > $ echo...
2003 Mar 08
6
[Bug 505] ssh -V could print a human readable openssl version string
http://bugzilla.mindrot.org/show_bug.cgi?id=505 ------- Additional Comments From mindrot at ee.lbl.gov 2003-03-08 15:19 ------- Created an attachment (id=241) --> (http://bugzilla.mindrot.org/attachment.cgi?id=241&action=view) patch to ssh.c This patch makes ssh use SSLeay_version(SSLEAY_VERSION) to generate a human readable version string. ------- You are receiving this mail becaus...
2012 Apr 08
2
xyplot() does not plot legends with "relation=free" scales
...t;dark grey") cl <- trellis.par.get()$superpose.line$col panel.bwplot(...,pch="-",cex=3,fill=cl,horizontal=FALSE,stats=adjboxStats) } } cl <- trellis.par.get()$superpose.line$col lmi <- rep(list(c(0,10)),12) lbl <- rep(list(NULL),12) lbl[[9]] <- lbl[[12]]<-c("E1","E2","E3","E4","E5","E6") lbl[[1]] <- lbl[[3]]<-c(2,4,6,8) aty <- rep(list(NULL),12) aty[[1]] <- aty[[9]] <- TRUE atx <- rep(list(NULL),12)...
2016 Jan 26
1
[PATCH] xfs_admin: do not set lazycounter in tests not checking that
...quot;]; ["mkfs"; "xfs"; "/dev/sda1"; ""; "NOARG"; ""; ""; "NOARG"]; - ["xfs_admin"; "/dev/sda1"; ""; ""; ""; ""; "false"; "LBL-TEST"; "NOARG"]; + ["xfs_admin"; "/dev/sda1"; ""; ""; ""; ""; ""; "LBL-TEST"; "NOARG"]; ["vfs_label"; "/dev/sda1"]], "LBL-TEST"), []; ]...
2011 Jan 11
1
Alphabetic labels on multi-plot graphics
Is there a way to achieve lbl=c("a", "b", "c", "d") par(mfrow=c(2,2), ann=FALSE) for (t in 1:4){ plot(seq(from=1,to=2*pi,length=100), sin(t*seq(from=1,to=2*pi,length=100)), type="l") title(main=paste("(", lbl[t], ")", sep="")) } without having...
2014 May 23
2
[LLVMdev] clang -O2 versus opt -O2 | llc | clang
...imple: @a = common global i16 0, align 2 @c = global i16* @a, align 8 @d = global i8 0, align 1 @b = common global i16 0, align 2 ; Function Attrs: nounwind ssp uwtable define i32 @main() #0 { entry: %0 = load i16** @c, align 8, !tbaa !1 %d.promoted = load i8* @d, align 1, !tbaa !5 br label %lbl lbl: ; preds = %lbl, %entry %1 = phi i8 [ %dec, %lbl ], [ %d.promoted, %entry ] %dec = add i8 %1, -1 %conv = sext i8 %1 to i16 store i16 %conv, i16* @b, align 2, !tbaa !6 store i16 1, i16* %0, align 2, !tbaa !6 %tobool = icmp eq i8 %dec, 0...
2007 Oct 08
3
tcltk scrollbar
...top everything works perfectly. Any help would be highly apprecciated. ps: all subsequent listboxes and scrollbars work perfectly, the first one (column 1 of main window) is the only one constantly off. library(tcltk) tt<-tktoplevel() mainFont<-tkfont.create(family="times",size=16) lbl.MainT<-tklabel(tt,text="Basic Manipulation",font=mainFont) tkgrid(lbl.MainT,sticky="nw") but.Browse<-tkbutton(tt,text=" Browse ",command=browse) but.Apply<-tkbutton(tt,text=" Apply ") scr1 <- tkscrollbar(tt, repeatinterval=5,command=function(...)t...
2012 Sep 17
1
[LLVMdev] llvm-mc fixups
...he immediate was not. In my first attempt to fix this (and another developer as well), we patched the .td file, which fixed the immediate and broke the fixup. So I wonder, do all fixups require full object code layout? For example, in the context of Thumb, can we always convert: adr r0, lbl nop lbl: into: adr.n r0, #0 I understand why clang's "-S" option would never want to output this syntax (GCC doesn't grok all UAL syntax). But for LLVM's internal assembler, should we be trying to remove some fixups with a text-to-text pass before encod...
2019 Feb 14
3
[RFC] Potential extension to asm statement functionality
...statement is not duplicable? ~ Todd From: Snider, Todd Sent: Wednesday, February 13, 2019 11:40 AM To: 'paul.robinson at sony.com'; efriedma at quicinc.com Cc: llvm-dev at lists.llvm.org Subject: RE: [llvm-dev] [RFC] Potential extension to asm statement functionality The proposed "lbl" constraint below: __asm __volatile__ ("\t.global\t%0\n%0:\n" : "lbl" (my_hook_fcn)); is not quite a "No Touchie!" constraint, but it does allow the user to set the isNotDuplicable flag on the INLINEASM that comes out of the asm statement in order to circumven...
2019 Feb 12
3
[RFC] Potential extension to asm statement functionality
...of the assembly string argument until the asm statement is invoked before the integrated assembler starts processing the generated machine code. 2. Add a label constraint to the input and output operand syntax for asm statements. i.e. __asm __volatile__ ("\t.global\t%0\n%0:\n" : "lbl" (my_hook_fcn)); The "lbl" constraint would tell the compiler to mark the asm statement as isNotDuplicable when an INLINEASM record is created to represent it There are alternatives to using an asm statement for this purpose, but I wondered if such an extension would be useful/valua...
2003 Jul 01
10
[Bug 610] sshd should display the openssl version string from usage()
...Product: Portable OpenSSH Version: -current Platform: All OS/Version: All Status: NEW Severity: enhancement Priority: P5 Component: sshd AssignedTo: openssh-bugs at mindrot.org ReportedBy: mindrot at ee.lbl.gov It would be nice if "ssh -\?" reported the openssl version string. ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
2000 Apr 04
0
Obscure bug....?
...lt;- function(h1, h2) { print(c(test=0,lbs1=length(h1$breaks),lbs2=length(h2$breaks))) if(length(h1$breaks) >= length(h2$breaks)) { bl <- h1$breaks bs <- h2$breaks cl <- h1$counts cs <- h2$counts mi <- h1$mids print(c(test=1,lbs=length(bs),lcs=length(cs),lbl=length(bl),lcl=length(cl))) } else { bs <- h1$breaks bl <- h2$breaks cs <- h1$counts cl <- h2$counts mi <- h2$mids print(c(test=2,lbs=length(bs),lcs=length(cs),lbl=length(bl),lcl=length(cl))) } ind <- sub.vector(bs, bl) if(! is.vector(ind)) stop("...
2004 Apr 21
5
[Bug 847] Including arpa/nameser.h in inet_ntop.c can cause compile problems
...Product: Portable OpenSSH Version: 3.8p1 Platform: All OS/Version: SunOS Status: NEW Severity: normal Priority: P3 Component: Build system AssignedTo: openssh-bugs at mindrot.org ReportedBy: mindrot at ee.lbl.gov When compiling under SunOS 4.1.4, it looks like arpa/nameser.h is included twice (see bug.txt attachment). Removing the include doesn't cause problems under Solaris 5.7 or FreeBSD 4.8-RELEASE. I suspect it's not really needed at all. ------- You are receiving this mail because: -...
2009 Mar 31
5
DO NOT REPLY [Bug 6240] New: rsync 3.0.x -x/--one-file-system regression?
....0.x -x/--one-file-system regression? Product: rsync Version: 3.0.5 Platform: x64 OS/Version: Linux Status: NEW Severity: normal Priority: P3 Component: core AssignedTo: wayned@samba.org ReportedBy: mej@lbl.gov QAContact: rsync-qa@samba.org This seems very similar to bug#2645 rsync 3.0.4 and 3.0.6 server-side do not seem to honor the -x option. Reproducer: # mkdir /testing # mount -t tmpfs -o size=1M,nr_inodes=1000,mode=0700 tmpfs /testing # touch /testing/{a,b,c,d,e} # mkdir /testing/fo...
2011 Jan 25
1
lattice draw.key(): position of key in panels
...sult, the legend is placed in the middle of the panel. The example below illustrates this problem. df <- data.frame(x=c(1,1),y=c(1,2),type=c("A","B")) panel.xyplot.x <- function(...) { # draw data panel.xyplot(...) # create key-list pnlid <- panel.number() lbl <- ifelse(pnlid==1,"AA","BB") pts <- Rows(trellis.par.get("superpose.symbol"),pnlid) key <- list(points=pts,text=list(lbl),x=0.1,y=0.9,corner=c(0,1)) # draw key draw.key(key,draw=TRUE) } oltc <- xyplot(y~x|type,data=df,panel=panel.xyplot.x) print(...
2013 May 07
4
create unique ID for each group
Hey All, I have a dataset(dat1) like this: ObsNumber ID Weight 1 0001 12 2 0001 13 3 0001 14 4 0002 16 5 0002 17 And another dataset(dat2) like this: ID Height 0001 3.2 0001 2.6 0001