search for: 8,11

Displaying 20 results from an estimated 74 matches for "8,11".

Did you mean: 1,11
2007 Dec 20
1
creating a factor from dates by subject?
...t feels crufty to me. Thanks, Mike -- Michael A. Miller mmiller3 at iupui.edu Imaging Sciences, Department of Radiology, IU School of Medicine "ID","date","session" 1,05/24/2006,1 1,02/01/2007,2 1,05/23/2007,3 1,07/06/2007,4 2,07/28/2006,1 2,09/24/2006,2 2,01/18/2007,3 3,07/24/2006,1 3,01/17/2007,2 3,03/22/2007,3 4,05/08/2006,1 4,07/24/2006,2 4,09/26/2006,3 4,03/16/2007,4 5,07/19/2006,1 5,01/11/2007,2 5,05/04/2007,3 6,06/27/2006,1 6,08/15/2006,2 6,10/31/2006,3 6,02/27/2007,4 7,08/01/2006,1 7,10/06/2006,2 7,03/16/2007,3 8,06/06...
2012 Sep 13
1
[PATCH] drm/nouveau: POST the card before GPIO initialization
...rk card resumed... 6) Then I had the idea to add msleep(10000) at the beginning of nouveau_drm_resume and voila! I could see Nouveau resuming. 7) ... But I still couldn't see debugging messages (only KERN_INFO and above), so I patched nv_printk to emit all debugging messages on KERN_INFO level. 8) I checked all variables in nv50_gpio_reset to see if dcb entries are calculated correctly - they were. 9) At this point my S/R counter reached ~40, so I started to wonder how to debug it without actually doing S/R. So I came up with an idea of booting with NvForcePost=1. With all debugging message...
2008 Nov 20
2
[LLVMdev] Patch to VMKIT tools makefile
...two existing front ends. Currently it still tries to build VMJC even when its told not to build the JNJVM. This patch fixes that. Index: tools/Makefile =================================================================== --- tools/Makefile (revision 59726) +++ tools/Makefile (working copy) @@ -8,11 +8,12 @@ ##= = =---------------------------------------------------------------------- ===## LEVEL = .. -PARALLEL_DIRS = vmkit vmjc +PARALLEL_DIRS = vmkit include $(LEVEL)/Makefile.config ifeq ($(WITH_JNJVM), 1) + PARALLEL_DIRS += vmjc PARALLEL_DIRS += jnjvm endif Bye, De...
2008 Nov 20
0
[LLVMdev] Patch to VMKIT tools makefile
...t still tries to build VMJC even when its told > not to build the JNJVM. This patch fixes that. > > > Index: tools/Makefile > =================================================================== > --- tools/Makefile (revision 59726) > +++ tools/Makefile (working copy) > @@ -8,11 +8,12 @@ > > ##= > = > =---------------------------------------------------------------------- > ===## > LEVEL = .. > > -PARALLEL_DIRS = vmkit vmjc > +PARALLEL_DIRS = vmkit > > include $(LEVEL)/Makefile.config > > ifeq ($(WITH_JNJVM), 1) > +...
2011 Aug 01
2
[LLVMdev] Debugging information problem: code being reordered / debug point jumping around
...oints to a bug somewhere in LLVM. I've attached a case that demonstrates this. Specifically, the instructions in the LLVM assembly language for the foo() function have the following metadata items associated with them, in the following order: 5519, 5520, 5522, 5523, 5524, 5525, 5526, 5527, 5528, 5529, 5530, 5531, 5532, 5533, 5534, 5521. These correspond to the source file locations: [4,22], [5,5], [5,11], [5,22], [5,23], [6,14], [6,22], [6,24], [6,26], [8,11], [8,15], [9,9], [9,10], [9,11], [10,12], [10,12]. ([line, column]). However, if I run "llc -O0 debug.ll -o debug.s" wi...
2006 Mar 20
1
type in daisy
...isy' from the package 'cluster' to compute dissimilarities. My variables are of mixed types so I use the argument 'stand' in daisy to define the type of my variables. I have the following error message : Warning message: binary variable(s) 13, 16, 17, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39 treated as interval scaled in: daisy(basetraits, stand = FALSE, type = list(numeric = c(1, 7), I don't understand why R doesn't accept that I declare these binary variables in symm or assym (depending on the variable). Thanking you in anticip...
2011 Aug 01
0
[LLVMdev] Debugging information problem: code being reordered / debug point jumping around
...bug somewhere in LLVM. > > I've attached a case that demonstrates this. Specifically, the instructions in the LLVM assembly language for the foo() function have the following metadata items associated with them, in the following order: 5519, 5520, 5522, 5523, 5524, 5525, 5526, 5527, 5528, 5529, 5530, 5531, 5532, 5533, 5534, 5521. These correspond to the source file locations: [4,22], [5,5], [5,11], [5,22], [5,23], [6,14], [6,22], [6,24], [6,26], [8,11], [8,15], [9,9], [9,10], [9,11], [10,12], [10,12]. ([line, column]). > > However, if I run "llc -O0 debug.ll -o debug....
2020 Sep 15
0
[PATCH v2 07/21] drm/mediatek: Introduce GEM object functions
...n <tzimmermann at suse.de> --- drivers/gpu/drm/mediatek/mtk_drm_drv.c | 5 ----- drivers/gpu/drm/mediatek/mtk_drm_gem.c | 11 +++++++++++ 2 files changed, 11 insertions(+), 5 deletions(-) diff --git a/drivers/gpu/drm/mediatek/mtk_drm_drv.c b/drivers/gpu/drm/mediatek/mtk_drm_drv.c index 040a8f393fe2..2f8d0043fca7 100644 --- a/drivers/gpu/drm/mediatek/mtk_drm_drv.c +++ b/drivers/gpu/drm/mediatek/mtk_drm_drv.c @@ -301,18 +301,13 @@ struct drm_gem_object *mtk_drm_gem_prime_import(struct drm_device *dev, static struct drm_driver mtk_drm_driver = { .driver_features = DRIVER_MODESET | DRIV...
2020 Aug 29
0
[klibc:master] signal: Add config flag for additional sigaction fixup
Commit-ID: 755b07d826618779a2232199cb53e2a44809ad89 Gitweb: http://git.kernel.org/?p=libs/klibc/klibc.git;a=commit;h=755b07d826618779a2232199cb53e2a44809ad89 Author: Ben Hutchings <ben at decadent.org.uk> AuthorDate: Fri, 28 Aug 2020 19:37:19 +0100 Committer: Ben Hutchings <ben at decadent.org.uk>...
2011 Apr 01
0
Re: [Xen-staging] [xen-unstable] remus: fix check for installed qdiscs on ifb
On Thu, 2011-03-31 at 18:20 +0100, Xen patchbot-unstable wrote: > diff -r 45eeeb6d0481 -r c8ae80a11d47 tools/python/xen/xm/messages/xen-xm.pot > --- a/tools/python/xen/xm/messages/xen-xm.pot Tue Mar 29 16:34:01 2011 +0100 > +++ b/tools/python/xen/xm/messages/xen-xm.pot Thu Mar 31 18:06:36 2011 +0100 > @@ -8,11...
2006 Jun 12
0
non parametric estimates of the hazard with right censored data
...pirical hazard function for right censored data. I've tried many functions from different packages (muhaz, Design, survival, eha, event), but none of them gave me what I wanted. Am I missing something? Here's what I want. The data below is the same used by Kiefer (J. Economic Literature, 1988), which in turns use a subset of the data used by Kiefer (J. Econometrics, 1985) in his study of strikes duration. ## R dur = c( 7, 9, 13 ,14 ,26 ,29 ,52 ,80 ,9 ,37 ,41 ,49 ,52 ,80 ,3 ,17 ,19 ,28 ,72 ,80 ,80 ,80 ,80 ,80 ,80 ,15 ,61,80,2,25 ,80 ,3 ,10 ,1 ,2 ,2 ,3 ,3 ,4 ,8,11 ,22 ,23 ,27 ,32 ,33 ,...
2009 Jun 12
1
[PATCH node] o-c-config will only run when local storage is configured. rhbz#505560
...ierce at redhat.com> --- scripts/ovirt-config-logging | 6 +++++- 1 files changed, 5 insertions(+), 1 deletions(-) diff --git a/scripts/ovirt-config-logging b/scripts/ovirt-config-logging index 5da991f..ba661c3 100755 --- a/scripts/ovirt-config-logging +++ b/scripts/ovirt-config-logging @@ -8,6 +8,11 @@ trap '__st=$?; stop_log; exit $__st' 0 trap 'exit $?' 1 2 13 15 +if ! is_local_storage_configured; then + printf "Local storage must be configured prior to configuring the logging system.\n" + exit 99 +fi + RSYSLOG_FILE="/etc/rsyslog.conf"...
2020 Feb 06
5
[PATCH 4/4] drm/nouveau: Remove struct nouveau_framebuffer
...; drivers/gpu/drm/nouveau/dispnv50/wndw.c | 26 +++++++++++------------ > drivers/gpu/drm/nouveau/nouveau_display.c | 14 ++++++------ > drivers/gpu/drm/nouveau/nouveau_display.h | 12 +---------- > drivers/gpu/drm/nouveau/nouveau_fbcon.c | 14 ++++++------ > 4 files changed, 28 insertions(+), 38 deletions(-) > > diff --git a/drivers/gpu/drm/nouveau/dispnv50/wndw.c b/drivers/gpu/drm/nouveau/dispnv50/wndw.c > index ba1399965a1c..4a67a656e007 100644 > --- a/drivers/gpu/drm/nouveau/dispnv50/wndw.c > +++ b/drivers/gpu/drm/nouveau/dispnv50/wndw.c > @@ -40,11...
2003 Nov 24
1
[PATCH] fix pipe() for ia64
...s a BitKeeper generated patch for the following project: # Project Name: The kernel C library # This patch format is intended for GNU patch command version 2.5 or higher. # This patch includes the following deltas: # ChangeSet 1.249 -> 1.250 # klibc/SYSCALLS 1.37 -> 1.38 # klibc/arch/ia64/Makefile.inc 1.3 -> 1.4 # (new) -> 1.1 klibc/arch/ia64/pipe.c # # The following is the BitKeeper ChangeSet Log # -------------------------------------------- # 03/11/24 mort@green.i.bork.org 1.250 # The ia64 pipe syscall is a weird one....
2020 Feb 11
0
[PATCH 35/62] x86/sev-es: Setup per-cpu GHCBs for the runtime handler
From: Tom Lendacky <thomas.lendacky at amd.com> The runtime handler needs a GHCB per CPU. Set them up and map them unencrypted. Signed-off-by: Tom Lendacky <thomas.lendacky at amd.com> Signed-off-by: Joerg Roedel <jroedel at suse.de> --- arch/x86/include/asm/mem_encrypt.h | 2 ++ arch/x86/kernel/sev-es.c | 25 ++++++++++++++++++++++++- arch/x86/kernel/traps.c | 3 +++ 3 files changed, 29 insertions(+), 1 deletion(-) diff --git a/arch/x86/include/asm/mem_encrypt.h b/arch/x86/include/asm/mem_encrypt.h index 6f61bb9336...
2020 Feb 11
1
[PATCH 35/62] x86/sev-es: Setup per-cpu GHCBs for the runtime handler
On Tue, Feb 11, 2020 at 5:53 AM Joerg Roedel <joro at 8bytes.org> wrote: > > From: Tom Lendacky <thomas.lendacky at amd.com> > > The runtime handler needs a GHCB per CPU. Set them up and map them > unencrypted. > > Signed-off-by: Tom Lendacky <thomas.lendacky at amd.com> > Signed-off-by: Joerg Roedel <jroedel at...
2000 Jul 07
0
Patch to add scp -L option
...ction. Please let me know if there are any problems with this patch, or if there is anything I can do to help get this feature into the official openssh version. -------------- next part -------------- --- openssh-2.1.1p2.orig/scp.c Thu Jun 22 06:32:32 2000 +++ openssh-2.1.1p2/scp.c Fri Jul 7 12:28:27 2000 @@ -8,6 +8,11 @@ * * 1995 Timo Rinne <tri at iki.fi>, Tatu Ylonen <ylo at cs.hut.fi> * + * Changes: + * + * 2000/7/7 Jason Spangler <jasons at usemail.com> + * Added nonprivilaged port option -L that passes -P option to SSH + * */ /* @@ -93,6 +98,9 @@ and pa...
2010 Jul 16
0
Mixed Conditional Logit with nested data
...1,0,0,0,0,1 1,2,B,0,0,1,0,0,1,0,0,1,0 1,3,A,0,0,0,1,0,1,0,1,0,0 1,3,B,1,1,0,0,0,0,1,0,1,0 1,4,A,1,0,0,1,0,1,0,1,0,0 1,4,B,0,0,1,0,0,0,1,0,0,1 1,5,A,1,0,1,0,1,0,0,1,0,0 1,5,B,0,1,0,0,0,1,0,0,1,0 1,6,A,1,1,0,0,1,0,0,0,0,1 1,6,B,0,0,0,1,0,0,1,0,1,0 1,7,A,1,1,0,0,0,0,1,1,0,0 1,7,B,0,0,1,0,0,1,0,0,0,1 1,8,A,1,0,0,1,1,0,0,0,1,0 1,8,B,0,0,1,0,0,1,0,0,0,1 1,9,A,1,0,1,0,1,0,0,1,0,0 1,9,B,0,0,0,1,0,1,0,0,1,0 1,10,A,1,1,0,0,1,0,0,0,1,0 1,10,B,0,0,0,1,0,0,1,1,0,0 1,11,A,1,0,1,0,0,1,0,1,0,0 1,11,B,0,0,0,1,1,0,0,0,0,1 1,12,A,1,1,0,0,0,1,0,1,0,0 1,12,B,0,0,1,0,0,0,1,0,1,0 1,13,A,0,0,0,1,0,0,1,0,1,0 1,13,B,1,1...
2020 Feb 06
2
[PATCH 4/4] drm/nouveau: Remove struct nouveau_framebuffer
...> I'd suggest to expand nouveau_decode_mod() to take a drm_framebuffer and > return the correct values. Kind of what you do in > nouveau_framebuffer_new() near line 330. > > Thoughts? > > Best regards > Thomas > > [1] https://patchwork.freedesktop.org/series/70786/#rev3 > >> >> Thanks, >> -James >> >> On 2/6/20 2:19 AM, Thomas Zimmermann wrote: >>> After its cleanup, struct nouveau_framebuffer is only a wrapper around >>> struct drm_framebuffer. Use the latter directly. >>> >>> Signed-off...
2001 May 23
4
Matrix manipulation
Hi, Suppose I have a matrix with, say 12 columns. I would like to extract out column 2 ~ 8 and 11 ~ 12 then combine them together. I tried with success to extract out the columns by doing: foo <- test[,2:8] goo <- test[,11:12] However then I am having trouble combining foo and goo. Helps are appreciated! Cheers, Kevin ----------------------------------- Ko-Kang Kevin Wang S...