search for: russells

Displaying 20 results from an estimated 3787 matches for "russells".

Did you mean: russell
2003 Oct 28
2
formula parsing, using parts ...
I am writing a little abstraction for a series of tests. For example, I am running an anova and kruskal.test on a one-factor model. That isn't a particular problem, I have an interface like: my.function <- function(model,data) { print(deparse(substitute(data))) a <- anova(lm(formula,data)) print(a) if(a$"Pr(>F)"[1] < 0.05) { pairwise.t.test(???) }
2011 Feb 14
8
e1000 gig nic howto?
We have a 10Gbps connection to our server so I need to be able to create VMs using the faster e1000 nics instead of the default Realtek 100Mbps ones but I''m not sure how to go about it. Is there a walkthrough or "howto" or can someone point me at some simple instructions? I''m using xen-3.0.3-105.el5_5.5 and Centos 5.5 kernel 2.6.18-194.32.1.el5.centos.plusxen VMs are
2012 Dec 17
4
- problem with reboot or shutdown
hi all, I have a problem with my CentOS 6.3 distribution only when I restart or turn off the machine it does not restart properly. remains in both cases black screen and then I do not understand exactly what he's doing. grub after I hit send and then darkness. only after that forcement for a further time the power cycle then it works. the kernel version is 2.6.32-279.14.1.el6.i686 where is
2002 May 06
3
Spearman rank-order correlation matrix
I"ve got a data frame with a selection of columns I want to compute a rank-order correlation matrix from without disturbing the original data frame. foo[,c("a","b","d","f","g")] What I wanted to do, intuitively, was: > cor(rank(foo[,c("a","b","d","f","g")])) but rank in that context
2013 Apr 22
2
R not loading
I am having a problem with loading R on my 64 bit computer. It used to load perfectly until I upgraded to R 3.0.0 now it takes about 10 to even 20 minutes ? Does anyone know how to remedy this problem? Russell " Skip" Barbour Ph.D. Associate Director for Statistics Center for Interdisciplinary Research on AIDS Yale School of Medicine 135 College St. Suit 200 New Haven ,
2017 Jun 22
0
[PATCH 11/11] drm: remove unused and redundant callbacks
On Thu, Jun 22, 2017 at 12:34:36AM +0800, kbuild test robot wrote: > Hi Peter, > > [auto build test ERROR on drm/drm-next] > [also build test ERROR on next-20170621] > [cannot apply to v4.12-rc6] > [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] > > url:
2020 Apr 06
1
[PATCH v3 1/2] virtio: stop using legacy struct vring in kernel
struct vring (in the uapi directory) and supporting APIs are kept around to solely avoid breaking old userspace builds. It's not actually part of the UAPI - it was kept in the UAPI header by mistake, and using it in kernel isn't necessary and prevents us from making changes safely. In particular, the APIs actually assume the legacy layout. Add an internal kernel-only struct vring, add
2002 Aug 10
4
Samba PDC and Word
I have Samba running as a PDC and it works perfectly, until that is, a Win 2000 user authenticated by the PDC and with a profile on the Samba server wants to access Word and then after a minute or so Word crashes, I got the same result with a Redhat PDC and also with an SME server distro. Informed suggestions other than dump Word are very welcome... John Russell Digital Media Lab University of
2013 Mar 16
6
multiple btrfsck runs
Is it expected that running btrfsck more than once will keep reporting errors? Below is the end of a btrfsck output when run the second time. backpointer mismatch on [111942471680 32768] owner ref check failed [111942471680 32768] ref mismatch on [111942504448 40960] extent item 1, found 0 Incorrect local backref count on 111942504448 root 5 owner 160739 offset 3440640 found 0 wanted 1 back
2007 Sep 03
3
Manager Originate without phone off hook?
I'm trying to keep the DND status of my Snom phones and the astdb in line but I'm stuck on integrating my gui DND button which talks to * using the manager interface (actually it uses Astmanproxy as the gui host is on a different network to asterisk and can't see the Snom's across the network). All's working fine in my Dialplan; when someone dials the code for DND-on or
2017 Jun 21
1
[PATCH 11/11] drm: remove unused and redundant callbacks
Hi Peter, [auto build test ERROR on drm/drm-next] [also build test ERROR on next-20170621] [cannot apply to v4.12-rc6] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url: https://github.com/0day-ci/linux/commits/Peter-Rosin/improve-the-fb_setcmap-helper/20170621-205441 base: git://people.freedesktop.org/~airlied/linux.git drm-next config:
2017 Jun 20
1
[PATCH 11/11] drm: remove unused and redundant callbacks
Drivers no longer have any need for these callbacks, and there are no users. Zap. Zap-zap-zzzap-p-pp-p. Signed-off-by: Peter Rosin <peda at axentia.se> --- include/drm/drm_fb_helper.h | 32 -------------------------------- include/drm/drm_modeset_helper_vtables.h | 16 ---------------- 2 files changed, 48 deletions(-) diff --git a/include/drm/drm_fb_helper.h
2015 Jul 01
4
[LLVMdev] C as used/implemented in practice: analysis of responses
On 1 July 2015 at 11:34, Russell Wallace <russell.wallace at gmail.com> wrote: > Why do you say spin? You're dismissing all use-cases other than this very narrow one I'd (with my own spin) characterise as "Do What I Mean, I Can't Be Bothered To Get My Code Right". Fair enough, you're arguing in favour of a point; but it's not one I agree with. Tim.
2007 Aug 05
1
How does one use sip_autoreg
I've RTFM and Googled but can't seem to get sip_autoreg to work (or perhaps I'm just completely missing the point of it). (what I'd like to do is avoid having to put explicit entries for every SIP phone into extensions.conf). Asterisk is creating entries in the (virtual) context sip_autoreg: asterisk*CLI> dialplan show sip_autoreg [ Context 'sip_autoreg'
2009 Nov 16
3
R crash with intToUtf8 on huge vectors (PR#14068)
Full_Name: George Russell Version: 2.10.0 OS: Windows XP Professional Version 2002 Service Pack 2 Submission from: (NULL) (217.111.3.131) Typing the following command into R --vanilla causes R to crash: k <- intToUtf8(rep(1e3,1e7)) This is the output of sessionInfo(): R version 2.10.0 (2009-10-26) i386-pc-mingw32 locale: [1] LC_COLLATE=German_Germany.1252 LC_CTYPE=German_Germany.1252
2015 Sep 20
2
How to invoke simplifycfg from code
Yes, that is what I was thinking. Should I report it as a bug? On Sun, Sep 20, 2015 at 2:31 PM, Hal Finkel <hfinkel at anl.gov> wrote: > ----- Original Message ----- > > From: "Russell Wallace" <russell.wallace at gmail.com> > > To: "Hal Finkel" <hfinkel at anl.gov> > > Cc: "llvm-dev" <llvm-dev at lists.llvm.org> >
2011 Jan 28
6
User error in calling predict/model.frame
I want to predict values from an existing lm (linear model, e.g. lm.obj) result in R using a new set of predictor variables (e.g. newdata). However, it seems that because my linear models was made by calling scale() on the target predictor that predict exits with an error, "Error in scale(xxA, center = 9.7846094491829, scale = 0.959413568556403) : object 'xxA' not found". By
2007 Oct 19
7
Receptionists Phone suggestions? (Not Snom370)
Does anyone have any suggestions for a decent receptionists phone? Aastra? Grandstream? Something with (potentially) lots of BLFs, large(ish) screen, headset and most importantly the ability to transfer calls? I've installed five Snom 370s that seemed ideal but my client is very very unhappy as the Snom 370 can't transfer a call correctly if there's another call coming in (details
2006 Jun 20
5
100 Mbps bandwidth
I just using around 7 years ago lan card, can the lan card support external 100 Mbps bandwidth on Shorewall ? Thanks _______________________________________ YM - 離線訊息 就算你沒有上網,你的朋友仍可以留下訊息給你,當你上網時就能立即看到,任何說話都冇走失。 http://messenger.yahoo.com.hk
2010 Feb 28
3
[LLVMdev] Large integers as first-class values
On Sun, Feb 28, 2010 at 9:07 PM, Eli Friedman <eli.friedman at gmail.com> wrote: > On Sun, Feb 28, 2010 at 1:02 PM, Russell Wallace > <russell.wallace at gmail.com> wrote: >> What's the largest integer such that something like 'return ((a * b) / >> c) >> d' works correctly on all major platforms? > > Twice the size of a pointer, i.e. 64 bits on