search for: shu

Displaying 20 results from an estimated 62 matches for "shu".

Did you mean: sh
2005 Nov 09
7
install other OS to unprivileged domain
Dear all, I have set up one unprivileged Domain-1 with help of FedoraQuickStart and some help from you. Now I want to install some other OS to Domain-2. How can I install a different OS (say Redhat 7.3) onto a unprivileged domain? Do I have to copy all files from an existed installation to an image file? Thanks, Koala _______________________________________________ Xen-users mailing list
2009 Mar 17
7
Public ZFS API ?
Are any plans for an API that would allow ZFS commands including snapshot/rollback integrated with customer''s application? Thanks, Cherry
2001 Feb 23
2
Unsolicited oplock breaks
...there that can tell me what these mean - it may help me diagnose the problem. Martin Rootes Systems Support ------------------------------------------------------------------------------ Martin Rootes - Senior Systems Programmer/Analyst, Sheffield Hallam University Email : M.J.Rootes@shu.ac.uk Phone: 0114 225 3828 ------------------------------------------------------------------------------
2011 Nov 20
2
I'm writing this letter to enquire where can I download the package of "lmtest".
Dear editor: I'm writing this letter to enquire where can I download the package of "lmtest". Can you send me this package? THanks a lot. Best regards, Shu-Fei Wu
2023 Oct 15
2
Plot to a device and examine the plot?
On 15/10/2023 12:05 p.m., Shu Fai Cheung wrote: > Let me clarify my question: > > plot.new() > polygon(c(.5, .5, .75, .8), c(.25, .3, .4, .5)) > > If the device is an on-screen device, can I check whether a particular area > has anything drawn on it, or, to be precise, whether the color of a > particul...
2023 Jul 07
1
printCoefmat() and zap.ind
>>>>> Shu Fai Cheung >>>>> on Thu, 6 Jul 2023 17:14:27 +0800 writes: > Hi All, > I would like to ask two questions about printCoefmat(). Good... this function, originally named print.coefmat(), is 25 years old (in R) now: -----------------------------------------------...
2001 Apr 05
2
write behind operation warning. What's it mean.
...indicate an underlying problem? Is it something I should be very worried about? Martin Rootes Systems Support ------------------------------------------------------------------------------ Martin Rootes - Senior Systems Programmer/Analyst, Sheffield Hallam University Email : M.J.Rootes@shu.ac.uk Phone: 0114 225 3828 ------------------------------------------------------------------------------
2023 Oct 15
1
Plot to a device and examine the plot?
..., I want to inspect the content of a plot generated by another function. For example: plot.new() polygon(c(.5, .5, .75, .8), c(.25, .3, .4, .5)) A polygon will be drawn. If I do not know what has been done to generate the plot, is it possible to query the content in the active device? Regards, Shu Fai [[alternative HTML version deleted]]
2023 Oct 29
1
The argument 'eps.Pvalue' of `printCoefmat()`
On 29/10/2023 3:48 a.m., Shu Fai Cheung wrote: > Hi all, > > Just a minor issue that I am not sure whether this is considered a > "bug." It is about the help page. > > In the help page of printCoefmat(), for the argument 'eps.Pvalue', the > description is as below: > > number, .....
2005 Aug 23
2
rsync problem
Hi, My rsync is stopped working suddenly I got following in verbose and log, mkstemp failed: No such file or directory and rsync error: received SIGUSR1 or SIGINT (code 20) at rsync.c(229) my rsync code : rsync -az -e ssh --delete $HOSTTOBACKUP:$SOURCE $DR_BACKUP_DIR/daily.0 >$tempfile 2>&1 the same code was working last week, what will be the problem, how to proceed to fix?
2023 Jul 06
1
printCoefmat() and zap.ind
...utput like this one? ```r #> Estimate Std. Error t value Pr(>|t|) #> (Intercept) 0.0000 0.0020 0.0 1 #> x1 0.5021 0.0020 254.7 <2e-16 *** #> x2 0.6002 0.0020 301.2 <2e-16 *** ``` Thanks for your attention. Regards, Shu Fai Cheung
2008 Mar 03
2
handling big data set in R
...doing it in SAS, but I don't know how to write a loop combined with a PROC REG...) One thing that might be helpful is that my data set has already been sorted based on X. I don't know whether this can be any helpful for managing the dataset. Any suggestion would be appreciated! Thanks! -Shu
2009 Jul 14
0
[LLVMdev] Writing pass for llc
On Sun, Jul 12, 2009 at 2:09 PM, shu<shuguang.feng at gmail.com> wrote: > Is there a beginner's tutorial/documentation on how to write passes > for the llc tool?  I've managed to write some simple analysis passes > for the opt tool but can't figure out how to do the same for llc. > What is the proper way...
2008 Feb 29
1
barplot and pca plot in mvpart/rpart
...togram of the rows of "coefmat" in the node, or the value for any predictor? Also I get a messy pca plot. I guess each "square" (it's not quite square) in the pca plot represents a node in the tree; but what are the squres representing? Many thanks for any help on this. -Shu
2009 Jul 12
3
[LLVMdev] Writing pass for llc
Is there a beginner's tutorial/documentation on how to write passes for the llc tool? I've managed to write some simple analysis passes for the opt tool but can't figure out how to do the same for llc. What is the proper way to integrate a new MachineFunction pass with llc? Is there a way to register passes and selectively enable them on the command line (as with opt) or do I need to
2023 Oct 15
1
Plot to a device and examine the plot?
Hi You could also look at dev.capture(), depending on which screen device you are using. Paul On 16/10/23 05:24, Duncan Murdoch wrote: > On 15/10/2023 12:05 p.m., Shu Fai Cheung wrote: > > Let me clarify my question: > > > > plot.new() > > polygon(c(.5, .5, .75, .8), c(.25, .3, .4, .5)) > > > > If the device is an on-screen device, can I check whether a > particular area > > has anything drawn on it, or, to be...
2009 Jul 19
2
[LLVMdev] LLVM Hello Pass load error when using opt -load Hello.so
Thanks, Shu, I guess I haven't updated since my post went out. There are actually 2 problems: 1. mis-compilation: My LLVM-2.5 turned out to be mis-compiled using gcc-4.4.0 (surprise to me) on Debian4-32b. I tried a few different compilers, and gcc-4.0.4 (a relatively old one, again surprised me) seems...
2009 Jul 19
0
[LLVMdev] LLVM Hello Pass load error when using opt -load Hello.so
...&& "Pass registered multiple times!"' failed. Aborted I "fixed" this by replacing the LLVMLIBS line in the Makefile with LINK_COMPONENTS according to this tutorial http://llvm.org/docs/MakefileGuide.html#LoadableModules and was able to build/run my pass properly. -shu On Jul 17, 11:48 am, Chuck Zhao <cz... at eecg.toronto.edu> wrote: > While learning to write LLVM passes and following the precise > instructions underhttp://llvm.org/docs/WritingAnLLVMPass.html, > <http://llvm.org/docs/WritingAnLLVMPass.html> > I got this error when loadin...
2023 Oct 29
1
The argument 'eps.Pvalue' of `printCoefmat()`
...at(), for the argument 'eps.Pvalue', the description is as below: number, .. I have to read the source to figure out that this argument is to be used by format.pval(). Maybe the description of 'eps.Pvalue' can be revised to refer users to the help page of format.pval()? Regards, Shu Fai
2008 Feb 29
1
controlling for number of elements in each node of the tree in mvpart
Still about the mvpart. Is there any way I can control for the number of elements in each node in the function mvpart? Specifically, how can I ask partition to ignore node with elements less than 10? Thanks! -Shu