search for: ye

Displaying 20 results from an estimated 395 matches for "ye".

Did you mean: yet
2005 Oct 04
2
newbie questions - looping through hierarchial datafille
Dear List, Im new to R - making a transition from SAS. I have a space delimited file with the following structure. Each line in the datafile is identified by the first letter. A = Inventory (Inventory) X = Stratum (Stratum_no Total Ye=year established) P = Plot (Plot_no age slope= species) T = Tree (tree_no frequency) L = Leader (leader diameter height) F = Feature (start_height finish_height feature) On each of these lines there are some 'line specific' variables (in brackets). The data is hierarchical in nature - A f...
2010 Jul 29
3
[PATCH 1/1] O2net: Disallow o2net accept connection request from itself.
...this by treating such connection request as 'invalid', since we've got no chance of requesting connection from a node to itself in a OCFS2 cluster. The fix doesn't hurt user's scan for o2net-listener, it always gets a successful connection from userpace. Signed-off-by: Tristan Ye <tristan.ye at oracle.com> --- fs/ocfs2/cluster/tcp.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/fs/ocfs2/cluster/tcp.c b/fs/ocfs2/cluster/tcp.c index aa75ca3..7e4e451 100644 --- a/fs/ocfs2/cluster/tcp.c +++ b/fs/ocfs2/cluster/tcp.c @@ -1796,9 +1796,9 @@ stat...
2010 Nov 08
6
XEN large scale cluster
...customers, the customers would use a GUI tool to connect for managing the virtual server, they can install they own VM, adjust the VM''s memory, CPU or hard ware resource, what tool can support these features? Thanks in advance for any advice or opinions on this. Best wishes, Dika.Ye _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
2013 Apr 18
6
count each answer category in each column
Hey, Is it possible that R can calculate each options under each column and return a summary table? Suppose I have a table like this: Gender Age Rate Female 0-10 Good Male 0-10 Good Female 11-20 Bad Male 11-20 Bad Male >20 N/A I want to have a summary table including the information that how many answers in each category, sth like this: X
2009 May 21
3
VNC connection to DomU got black screen
...] root = "/dev/sda1 ro" extra = "console=tty0" Can someone tell me how to configure X-Window is DomU, and how to connect to DomU via VNC running in a remote machine. ( I don''t configure VNC in DomU, just have VNC server run in the Domain 0). Please help me. Thanks. Lei Ye _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
2010 Nov 19
5
[PATCH 1/1] Ocfs2: Teach 'coherency=full' O_DIRECT writes to correctly up_read i_alloc_sem.
...mattar we doing buffered or direct IO or not. This patch tries to teach ocfs2_dio_end_io fully understand the bahavior of all writes, including buffered/concurrency-allowed-odirect/none-concurrency-odirect writes, to have all lock/sem primitives getting correctly released. Signed-off-by: Tristan Ye <tristan.ye at oracle.com> --- fs/ocfs2/aops.c | 9 +++++++-- fs/ocfs2/aops.h | 6 ++++++ fs/ocfs2/file.c | 16 ++++++++++++++++ 3 files changed, 29 insertions(+), 2 deletions(-) diff --git a/fs/ocfs2/aops.c b/fs/ocfs2/aops.c index f1e962c..fd0713c 100644 --- a/fs/ocfs2/aops.c +++ b...
2007 Sep 06
3
Warning message with aggregate function
...l = wool, tension = tension), sum) The results are right but I get a warning message: "number of items to replace is not a multiple of replacement length." BTW: I use R version 2.4.1 in Ubuntu 7.04. Your kind solutions will be great appreciated. Best wishes Yours, sincerely, Xingwang Ye
2023 May 05
0
[PATCH] vhost_net: Use fdget() and fdput()
On Fri, May 05, 2023 at 04:41:55PM +0800, ye xingchen wrote: > >> > >> From: Ye Xingchen <ye.xingchen at zte.com.cn> > >> > >> convert the fget()/fput() uses to fdget()/fdput(). > >What's the advantages of this? > > > >Thanks > >> > >> Signed-off-by: Ye Xingchen...
2003 Aug 14
2
Problems with adding Windows printer drivers to a Samba box
Hi all! Here is an interesting problem: I have installed Mandrake 9.0 on two server boxes, both of which are running very happily and have been for a year now (and a year or two before that on earlier versions of Mandrake). I was able to successfully add printer drivers to one of these boxes (as it was the only one running Samba at the time, called MAIN) without any problems. Yesterday, I had to install some drivers for a Toshiba photocopier (f...
2004 Oct 15
1
se.fit from predict.lm
...se <- sqrt(ip) to if(se.fit || interval != "none") se <- switch(interval, none = , confidence = sqrt(ip), prediction = sqrt(ip+res.var) ) #---sample code to illustrate issue--- x <- rnorm(5); y <- x + rnorm(5); out <- lm(y~x); xf <- data.frame(x=1); # expected y ye <- predict(out, xf, se.fit=TRUE, interval="conf"); print(ye$fit); print( paste("se=", ye$se.fit) ); # actual y ya <- predict(out, xf, se.fit=TRUE, interval="pred"); print(ya$fit); print( paste("se=", ya$se.fit) ); #---end of sample code--- h. p.s. sug...
2019 Dec 17
10
[PATCH 0/5] KVM: arm64: vcpu preempted check support
From: Zengruan Ye <yezengruan at huawei.com> This patch set aims to support the vcpu_is_preempted() functionality under KVM/arm64, which allowing the guest to obtain the vcpu is currently running or not. This will enhance lock performance on overcommitted hosts (more runnable vcpus than physical cpus in the s...
2019 Dec 17
10
[PATCH 0/5] KVM: arm64: vcpu preempted check support
From: Zengruan Ye <yezengruan at huawei.com> This patch set aims to support the vcpu_is_preempted() functionality under KVM/arm64, which allowing the guest to obtain the vcpu is currently running or not. This will enhance lock performance on overcommitted hosts (more runnable vcpus than physical cpus in the s...
2010 Oct 09
2
[PATCH 1/2] Ocfs2: Add a mount option "coherency=*" for O_DIRECT writes.
...the default value, will disallow concurrent O_DIRECT writes by taking EX locks. * coherency=buffered, allow concurrent O_DIRECT writes without EX lock among nodes, which gains high performance at risk of getting stale data on other nodes. Signed-off-by: Tristan Ye <tristan.ye at oracle.com> --- Documentation/filesystems/ocfs2.txt | 7 +++++++ fs/ocfs2/ocfs2.h | 3 +++ fs/ocfs2/super.c | 23 +++++++++++++++++++++++ 3 files changed, 33 insertions(+), 0 deletions(-) diff --git a/Documentation/filesystems/ocf...
2013 Nov 25
1
[LLVMdev] Ye Olde Fashioned LLVM 3.4 Phase I Bug Fixin' Time!
Good news, everyone! Phase I of LLVM testing is now finished! You can find binaries here: http://llvm.org/pre-releases/3.4/rc1/ Please take some time to download and use those binaries. There have been several bugs that have cropped up in the meantime. We need to get these fixed for the release. Please help out if you can! Here are a few bugs that seem pretty bad: *
2023 May 05
0
[PATCH] vhost_net: Use fdget() and fdput()
On Fri, May 5, 2023 at 2:24?PM <ye.xingchen at zte.com.cn> wrote: > > From: Ye Xingchen <ye.xingchen at zte.com.cn> > > convert the fget()/fput() uses to fdget()/fdput(). What's the advantages of this? Thanks > > Signed-off-by: Ye Xingchen <ye.xingchen at zte.com.cn> > --- > drivers/vho...
2023 May 11
0
[PATCH] vhost_net: Use fdget() and fdput()
On Fri, May 05, 2023 at 02:24:04PM +0800, ye.xingchen at zte.com.cn wrote: > From: Ye Xingchen <ye.xingchen at zte.com.cn> > > convert the fget()/fput() uses to fdget()/fdput(). > > Signed-off-by: Ye Xingchen <ye.xingchen at zte.com.cn> > --- > drivers/vhost/net.c | 10 +++++----- > 1 file changed, 5 ins...
2001 Feb 02
2
Ye olde INT 33h
On Tue, 30 Jan 2001, Eduardo Costa wrote: > Does anybody know if Wine will support the INT 33h (I think it's an > alias to "DPMI") ? I want to play my old classic DOS games, but in > Windoze they crash (don't know why - I hate this O$), and Wine doesn't > support this interrupt. Try dosemu (www.dosemu.org). Runs almost all non-DPMI programs and quite a few DPMI
2009 May 12
0
Mappery : Ye! Utuvienyes! and also Eureka!
Skimming through Fedora's routine updates, one day not long ago, I noticed the string "garmin" -- and just now thought to try one more time to make one of my GPSs (all of which are Garmins) talk to my legacy proprietary map software. IT DID IT! This is the best computer news I've had since I began running Linux, back in '98 or '99. It means I
2012 Feb 08
4
String position character replacement
Hi, Is there a way to efficiently replace specified indices in a string with another character? For example, if I had a vector of strings such as [1] "hellohowareyoudoing" [2] "imgoodhowareyou" [3] "goodandyou" [4] "yesimgoodijusttoldyou" [5] "ohyesthatsright" and had a list of positions that I want to replace with the character "-" [[1]] [1] 3 9 [[2]] [1] 3 4 [[3]] [1] 4 7 [[4]] [1] 5 6 7 8 9 [[5]] [1] 2 5 7 12 I would like to get [1] "he-lohow-reyoudoing" [2]...
2011 Mar 31
3
[PATCH 1/3] VFS/ioctl: Add punching-hole support to ioctl().
...o preallocate unwritten extents(from FS_IOC_RESVSP, or fallocate()), likewise, behavior of punching-hole should be treated as the same, this patch tries to teach file_ioctl() to handle FS_IOC_UNRESVSP, underlying filesystem like ocfs2 is wise enough to do the rest of work;-) Signed-off-by: Tristan Ye <tristan.ye at oracle.com> --- fs/ioctl.c | 10 +++++++--- include/linux/falloc.h | 2 ++ 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/fs/ioctl.c b/fs/ioctl.c index 1d9b9fc..234e26f 100644 --- a/fs/ioctl.c +++ b/fs/ioctl.c @@ -422,7 +422,7 @@ EXPORT_SYMBOL(...