search for: sub1

Displaying 20 results from an estimated 107 matches for "sub1".

Did you mean: sub
2013 Nov 16
16
[PATCH] BTRFS-PROG: recursively subvolume snapshot and delete
Hi All, the following patches implement the recursively snapshotting and deleting of a subvolume. To snapshot recursively you must pass the -R switch: # btrfs subvolume create sub1 Create subvolume ''./sub1'' # btrfs subvolume create sub1/sub2 Create subvolume ''sub1/sub2'' # btrfs subvolume snapshot -R sub1 sub1-snap Create a snapshot of ''sub1'' in ''./sub1-snap'' Create a snapshot of ''sub1/sub2'&...
2019 Feb 04
1
doveadm import with subfolder oddity
...returns happily, message count gets incremented If I try to do the same with a subfolder (and a subfolder that most definitely exists on both source and destination side), I get an error: doveadm import -u testbox2 at testing.local -U testbox1 at testing.local mdbox:~/mdbox INBOX all mailbox Sub.Sub1 doveadm(testbox2 at testing.local): Error: remote(10.1.17.98:4000): Mailbox Sub.Sub1: Mailbox sync failed: Mailbox doesn't exist: Sub.Sub1 If I use / instead of . in my query, it works: doveadm import -u testbox2 at testing.local -U testbox1 at testing.local mdbox:~/mdbox INBOX all mailbox Su...
2010 Feb 02
2
Subset and plot
Here is a runable program. When I plot Day and Wgt, it graphs all the data points. All I need is daily.sub1 plotted. I also need each "Tanks" to have its own col or pch. When I run it with the line with pch, it gives me nothing. rm(list=ls()) Trial<-rep(c(1,2),each=12) Tanks=rep(c("a3","a4","c4","h4"),each=3,2) Day=rep(c(1:12),2) Wgt=c(1:24) daily&l...
2013 Aug 05
2
Fileoperations in Maildir – problematic or okay?
Hi, I'm wondering: Is it a problem to move and delete files inside a dovecot-managed maildir? For example: I have a folder ~/.maildir/.Sub1.Start/cur and a folder ~/.maildir/.Sub1.Start.old/cur and like to regularly move old mails from the first to the second one. Can you create a cron job saying something like: find ~/.maildir/.Sub1.Start/cur -mtime +5 -exec mv {} ~/.maildir/.Sub1.Start.old/cur \; ? I guess this would be some sort of...
2020 Nov 19
1
Problems with undef subranges in identity copies
...when the register coalescer eliminates identity copies. The fundamental problem is complexity from the fact that undef values are a special case since they don't have an associated VNInfo/Segment unless the value is used across blocks. For example, in this case, %0 has 2 subregisters sub0 and sub1: bb.0: undef %0.sub1:vreg_64 = COPY killed $vgpr0 bb.1: %0:vreg_64 = COPY %0 S_CBRANCH_EXECNZ %bb.1, implicit $exec bb.2: undef %0.sub1:vreg_64 = nofpexcept V_CEIL_F32_e32 killed %0.sub1, implicit $mode, implicit $exec S_BRANCH %bb.1 sub0 has no defined values anywhere...
2012 Nov 10
2
[LLVMdev] Saving a reference to a Basic Block?
...stack and executes a switch statement based on that ID to branch to the Base Block to return to for that integer ID. (I attached a text file with the input file, output file, and generated LLVM code, if you want to see all the details). But to explain it in psudeo code: The BASIC code is: gosub sub1 gosub sub2 sub1: sub2: return (Note the "subroutine" has multiple entry points, or put another way, the subroutines can share common code or return statements) Which translates to this llvm psuedo code: basicblock1: ext_runtime_function_push(101): br sub1 <-- 101 could be anyt...
2007 Sep 11
6
xyplot question
I have the code below and it works fine if I print the xyplot but if I take the print out, then I just get a blank pdf. The same holds if I just send the plot to the console without the print ( I get nothing ). My question is whether this is always the case with xyplot or is there something wrong with my settings ? I am on linux ( redhat ) and using R.2.5.0. Thanks. load("stocks.dat")
2006 Oct 09
0
Information_content_test
...hierarchical clustering of all elements by another information-content based methodology. I would like to test, for a cluster of elements (for ex. elements 1 to 10, versus 11 to 154) the significance of occurence of the counts for each sub-element (66241). I could test them one by one like this: sub1<-c(0,2,0,6,3,2,5,4,3,... sub1_C<-c(sub1[1],sub1[2],sub1[3],... sub1_O<-c(sub1[11],sub1[12],sub1[13],... t.test(sub1_C, sub1_O, alternative = c("greater"), mu = 0, paired = FALSE, var.equal = FALSE, conf.level = 0.95) QUESTION 1: how could this be BATCH done...
2017 May 16
2
Bug in TableGen RegisterBankEmitter
...lass-with-subregs rule or not. This would allow us to prevent it from following the subreg indices into the wrong classes but it would also make it harder to define the register banks. > I'm a little confused about what the issue is. AMDGPU has 2 64-bit register classes each with sub0 and sub1 sub-registers: VReg_64:sub0=VGPR_32 VReg_64:sub1=VGPR_32 SReg_64:sub0=SGPR_32 SReg_64:sub1=SGPR_32 Are you saying that tablegen considers VReg_64:sub0 and SReg_64:sub0 to be the same sub-register class because they are both called sub0 ? -Tom >> On 10 May 2017, at 21:58, Daniel Sanders...
2018 Oct 02
3
outlook idiocy - IMAP folders with /
...imo Sirainen wrote: > > https://wiki2.dovecot.org/Plugins/Listescape?maybe? It should be mentioned somehow that one can't just change the hierarchy separator on the fly (without manual changes to the fs). If you used . as the separator, it would look this in the filesystem: .testfolder.sub1 Now you change the separator to $. Your mail client will see the existing folders as .testfolder.sub1 instead of: testfolder sub1 Cheers, K. C. -- regards Helmut K. C. Tessarek KeyID 0x172380A011EF4944 Key fingerprint = 8A55 70C1 BD85 D34E ADBC 386C 1723 80A0 11EF 4944 /*...
2012 Dec 10
1
Problem/Bug when syncing subdirectory structures with delay-updates and partial-dir
...using rsync 3.0.9 protocol version 30 in Linux (openSuSE-12.2). The setup: local machine: danae, remote machine: devsys # cleanup rm -rf srcdir ssh korn at devsys "rm -rf /jbod1/tmp/priv-temp-dir /jbod1/tmp/priv-part-dir /jbod1/tmp/destdir" # create source structure mkdir -p srcdir/sub1 srcdir/sub2 echo "file1" > srcdir/sub1/file1 echo "readme1" > srcdir/sub1/README echo "file2" > srcdir/sub2/file2 echo "readme2" > srcdir/sub2/README # rsync ssh korn at devsys "mkdir -p /jbod1/tmp/priv-temp-dir" rsync --partial --d...
2014 Jun 12
0
samba4.1 as domain member in a domain I don't be admin
...asked several times, but I'm honestly not able to find a solution. My samba4.1 (running on FreeBSD10) is part of a larger network/AD where I only have very restricted rights. Our network consists of a "toplevel" AD-Domain (top.foo.bar) and several "subdomains" (in my case: sub1.top.foo.bar), which have their own domaincontrollers (MS Windows Server 2008R2). I only have rights to add domainmembers to sub1.top.foo.bar. All user accounts are top.foo.bar\users. I followed this ( https://wiki.samba.org/index.php/Samba4/Domain_Member ) tutorial. Which worked perfectly with ad...
2006 Mar 23
1
comparative density estimates
...ned. The two versions (done with SAS) are shown at http://euclid.psych.yorku.ca/SCS/Gallery/milestone/Test/kde-bug/mileyears32.gif http://euclid.psych.yorku.ca/SCS/Gallery/milestone/Test/kde-bug/mileyears33.gif The densities in the first are roughly equivalent to the R code d1 <- density(sub1, from=1500, to=1990, bw="sj", adjust=1) d2 <- density(sub2, from=1500, to=1990, bw="sj", adjust=1) the second to d1 <- density(sub1, from=1500, to=1990, bw="sj", adjust=2.5) d2 <- density(sub2, from=1500, to=1990, bw="sj", adjust=0.75) The second g...
2016 Mar 18
2
LLVM IR temporary variable reuse
...%b, align 4 %sub = sub nsw i32 %tmp, %tmp1 store i32 %sub, i32* %c, align 4 whenever there is a redundant computation of the same, say k=a-b (if the value of *a* and *b* are not changed) the code will be like this: %tmp2 = load i32, i32* %a, align 4 %tmp3 = load i32, i32* %b, align 4 %sub1 = sub nsw i32 %tmp2, %tmp3 store i32 %sub1, i32* %k, align 4 But this is not required, Since *a-b* is already there in that virtual register *%sub. *So I can rewrite the highlighted code ( eliminating redundancy ) as * store i32 %sub, i32* %k, align 4* and can delete the statement *%sub1 = sub...
2005 Jun 14
0
c(recursive=TRUE)
Hi R users, I am currently using c(...,recursive=TRUE) to handle list-structured objects. This allows to represent something like: > l1 = list(level1=1,level2=list(sub1=1,sub2=2)) as: > (l1names = names(c(l1,recursive=TRUE))) [1] "level1" "level2.sub1" "level2.sub2" Then, one can use: > (l1names = sapply(l1names,FUN=function(element) strsplit(element,"\\."))) $level1 [1] "level1" $level2.sub1 [1] &quot...
2011 Aug 04
2
How to extract sublist from a list?
Hi everyone, Suppose I have a list named "lst", see below: > lst $sub1 ... $sub1$x ... $sub1$y .... $sub2 ... $sub2$x ... $sub2$y ? $sub3 ... ... ... Now, I want to extract the sub-sublist $y from every sublist(sub1, sub2...) and then storage them to a new list. I know how to extract them by subscript or list name one by one, but I wonder if there exist some tricks...
2008 Mar 02
3
DO NOT REPLY [Bug 5297] New: merge test fails
...; sending incremental file list removing duplicate name . from file list (2) removing duplicate name . from file list (3) removing duplicate name one from file list (9) removing duplicate name one from file list (10) removing duplicate name dir-and-not-dir from file list (5) removing duplicate name sub1 from file list (17) created directory to delta-transmission disabled for local transfer or --whole-file ./ arg-test five four one shallow six three two dir-and-not-dir/ dir-and-not-dir/inside removing duplicate name sub1/uno from file list (25) sub1/ sub1/dos sub1/tres sub1/uno sub2/ sub2/subby tot...
2008 Jul 09
2
sorting a data frame by rownames
...### #build a dataframe set.seed(12345) a<-sample(1:50, 15) b<-15:1 c<-rep(1:3, 5) ex.dat<-data.frame(a,b,c) #pull it apart; in my case, each chunk is going through a loop and being spit out in a list sub3<-subset(ex.dat, c=="3") sub2<-subset(ex.dat, c=="2") sub1<-subset(ex.dat, c=="1") #put it back together; in my case, pull out the parts of the list generated by the loop that hold the data newdat<-rbind(sub3, sub2, sub1) #rebuild it such that it can be re-organized into it's original order rn<-as.numeric(row.names(newdat)) new2...
2019 Aug 30
2
virtual subregister liveness?
Hi, After dead-mi-elimination I'm experiencing a machine verifier failure at this virtual subregister write: %5.sub1 = COPY undef %11 The machine verifier essentially complains that the rest of the register is undefined (a subregister write implies a "read" of the other parts). So the problem is that dead-mi-elimination has removed the previously existing defines of %5.sub0. Yet I'm unsure where t...
2018 Jan 30
3
Disable spilling sub-registers in LLVM
Hi Quentin, Let me clarify if I understood this correctly. If the accesses (writes and reads) to sub-registers are expressed always as sub-registers of the super-register register class (e.g., SuperReg.sub1;), then the spilling decision is for the super register. But, if the accesses are in terms of the register class of the sub-registers directly (SubReg;), then the spilling decision will be for the sub-register. So if we forced before register allocation all sub-register accesses to be accesse...