search for: 1,13

Displaying 20 results from an estimated 218 matches for "1,13".

Did you mean: 1,11
2003 Jun 30
3
if else statements in R
...the first, I want W to equal the previous value of W in the iteration. plus an increment from that previous iteration, divided by another value. This then becomes the value used in all calculations in the iteration at hand. Here is my code, that does not work: W<- function(w) { if (comp[i,1]=1) W[i]<-Wo else W[i]<-(work[i-1,5]work[i-1,13]*/Ef) } "work" is the dataframe that I am rbinding my interations into, and the W variable is the 5th variable in that frame, and the additive to W is the 13th variable in that frame. However, this is where the program stalls on m...
2005 Aug 30
0
No subject
Nothing has been defined <;0;3;(0,23)> failure on __vt_9type_info:G(0,65)=ar(12,3);0;3;(0,23) at ;0;3;(0,23) Nothing has been defined <;0;7;(0,11)> failure on __ti9type_info:G(0,66)=ar(12,3);0;7;(0,11) at ;0;7;(...
2002 Oct 02
0
Directory Problemsw
...No debug information in 32bit DLL 'F:\Mapper6.exe' (0x00400000) No debug information in ELF 'wine' (0x00000000) Breakpoint 1 at 0x4000bd00 (Mapper6.exe..rsrc+0x3fa8ad00) Loaded debug information from ELF '/usr/lib/wine/libntdll.dll.so' (0x40031000) No debug information in ELF '/...
2007 Jul 11
0
Branch 'as' - 4 commits - libswfdec/swfdec_color.c libswfdec/swfdec_movie_asprops.c libswfdec/swfdec_movie.c test/trace
libswfdec/swfdec_color.c | 1 + libswfdec/swfdec_movie.c | 6 ++++-- libswfdec/swfdec_movie_asprops.c | 4 ++++ test/trace/Makefile.am | 9 +++++++++ test/trace/rotation2-5.swf |binary test/trace/rotation2-5.swf.trace | 13 +++++++++++++ test/trace/rotation2-6.swf |binary test/trace/r...
2020 Nov 03
0
[patch V3 18/37] highmem: Get rid of kmap_types.h
The header is not longer used and on alpha, ia64, openrisc, parisc and um it was completely unused anyway as these architectures have no highmem support. Signed-off-by: Thomas Gleixner <tglx at linutronix.de> --- V3: New patch --- arch/alpha/include/asm/kmap_types.h | 15 --------------- arch/ia64/include/asm/kmap_types.h | 13 ------------- arch/openrisc/mm/init.c | 1 - arch/openrisc/mm/ioremap.c | 1 - arch/parisc/include/asm/kmap_types.h | 13 ------------- arch/um/include/asm/fixmap.h | 1 - arch/um/include/asm/km...
2017 Nov 28
2
[PATCH v4] s390/virtio: add BSD license to virtio-ccw
...Make it dual-licensed with GPLv2, as the whole kernel is GPL2. Acked-by: Christian Borntraeger <borntraeger at de.ibm.com> Acked-by: Cornelia Huck <cohuck at redhat.com> Signed-off-by: Michael S. Tsirkin <mst at redhat.com> --- arch/s390/include/uapi/asm/virtio-ccw.h | 6 +----- 1 files changed, 1 insertion(+), 5 deletions(-) diff --git a/arch/s390/include/uapi/asm/virtio-ccw.h b/arch/s390/include/uapi/asm/virtio-ccw.h index 967aad3..2b605f7 100644 --- a/arch/s390/include/uapi/asm/virtio-ccw.h +++ b/arch/s390/include/uapi/asm/virtio-ccw.h @@ -1,13 +1,9 @@ -/* SPDX-License-I...
2017 Nov 28
2
[PATCH v4] s390/virtio: add BSD license to virtio-ccw
...Make it dual-licensed with GPLv2, as the whole kernel is GPL2. Acked-by: Christian Borntraeger <borntraeger at de.ibm.com> Acked-by: Cornelia Huck <cohuck at redhat.com> Signed-off-by: Michael S. Tsirkin <mst at redhat.com> --- arch/s390/include/uapi/asm/virtio-ccw.h | 6 +----- 1 files changed, 1 insertion(+), 5 deletions(-) diff --git a/arch/s390/include/uapi/asm/virtio-ccw.h b/arch/s390/include/uapi/asm/virtio-ccw.h index 967aad3..2b605f7 100644 --- a/arch/s390/include/uapi/asm/virtio-ccw.h +++ b/arch/s390/include/uapi/asm/virtio-ccw.h @@ -1,13 +1,9 @@ -/* SPDX-License-I...
2006 Jul 27
0
[PATCH] pkg-config descriptors
...OpenSource QM Taskforce: http://wiki.metux.de/public/OpenSource_QM_Taskforce Patches / Fixes for a lot dozens of packages in dozens of versions: http://patches.metux.de/ --------------------------------------------------------------------- -------------- next part -------------- diff -ruN flac-1.1.2.orig/FLAC++.pc.in flac-1.1.2/FLAC++.pc.in --- flac-1.1.2.orig/FLAC++.pc.in Thu Jan 1 01:00:00 1970 +++ flac-1.1.2/FLAC++.pc.in Thu Jul 27 05:36:48 2006 @@ -0,0 +1,13 @@ + +prefix=@prefix@ +exec_prefix=@exec_prefix@ +libdir=@libdir@ +includedir=@includedir@ + +Name: FLAC++ +Description: FLAC++...
2003 Feb 13
2
multi-color plot
hi all, i am trying to make multi-color plots. that is, i generally use, plot(x, y, type="n") text(x, y, labels=class) here, the vector class denotes the class of each point. there are usually 3-4 classes of points. how may i display the different classes in different colors? thanks for any help. -- saurav
2006 Jan 26
1
panel.xyplot : incorrectly "connecting" points
R 2.2, WinXP. I am having problems getting the right kind of xyplot( ) to be generated. The first of these works fine, but doesn't overlay a reference grid (which I need): xyplot(Y ~ X | Factor1, type = 'b', groups = GROUP, col = c(1,13), pch = c(16,6), lty = 1, lwd = 2, cex = 1.2, data = FOO.Frame, between = list(x = .5, y = .5), scales = list(alternating = TRUE)) The second of these displays the grid as I need, but incorrectly "connects" the points from _different...
2012 Feb 23
1
how to draw crossing circles to show relationship?
Dear list, To make it easier, let me start with an example. Say I have 20 different cookies. Dave likes 7 of them, Evan likes 14 of them and Torri likes 11 of them. The data is cookies<-cbind(c(1:20), c(1,0,0,1,0,1,0,0,0,0,1,1,1,0,0,0,1,0,0,0), c(1,1,1,0,0,1,1,1,1,1,0,1,1,0,1,0,1,0,1,1), c(1,1,0,1,0,0,1,0,1,1,0,0,1,0,1,0,1,1,1,0)) colnames(cookies)<-c("cookie","Dave","Evan","Torri&q...
2014 Dec 08
0
[PATCH 9/9] virtio_pci: update file descriptions and copyright
...;s been a lot of changes since 2007. List main authors, add Red Hat copyright. Signed-off-by: Michael S. Tsirkin <mst at redhat.com> --- drivers/virtio/virtio_pci.h | 5 ++++- drivers/virtio/virtio_pci.c | 5 ++++- drivers/virtio/virtio_pci_legacy.c | 5 ++++- 3 files changed, 12 insertions(+), 3 deletions(-) diff --git a/drivers/virtio/virtio_pci.h b/drivers/virtio/virtio_pci.h index a3b1259..fba383c 100644 --- a/drivers/virtio/virtio_pci.h +++ b/drivers/virtio/virtio_pci.h @@ -1,15 +1,18 @@ #ifndef _DRIVERS_VIRTIO_VIRTIO_PCI_H #define _DRIVERS_VIRTIO_VIRTIO_PCI_H /*...
2014 Dec 08
0
[PATCH 9/9] virtio_pci: update file descriptions and copyright
...;s been a lot of changes since 2007. List main authors, add Red Hat copyright. Signed-off-by: Michael S. Tsirkin <mst at redhat.com> --- drivers/virtio/virtio_pci.h | 5 ++++- drivers/virtio/virtio_pci.c | 5 ++++- drivers/virtio/virtio_pci_legacy.c | 5 ++++- 3 files changed, 12 insertions(+), 3 deletions(-) diff --git a/drivers/virtio/virtio_pci.h b/drivers/virtio/virtio_pci.h index a3b1259..fba383c 100644 --- a/drivers/virtio/virtio_pci.h +++ b/drivers/virtio/virtio_pci.h @@ -1,15 +1,18 @@ #ifndef _DRIVERS_VIRTIO_VIRTIO_PCI_H #define _DRIVERS_VIRTIO_VIRTIO_PCI_H /*...
2014 Dec 08
0
[PATCH v2 09/10] virtio_pci: update file descriptions and copyright
...;s been a lot of changes since 2007. List main authors, add Red Hat copyright. Signed-off-by: Michael S. Tsirkin <mst at redhat.com> --- drivers/virtio/virtio_pci.h | 5 ++++- drivers/virtio/virtio_pci.c | 5 ++++- drivers/virtio/virtio_pci_legacy.c | 5 ++++- 3 files changed, 12 insertions(+), 3 deletions(-) diff --git a/drivers/virtio/virtio_pci.h b/drivers/virtio/virtio_pci.h index a3b1259..fba383c 100644 --- a/drivers/virtio/virtio_pci.h +++ b/drivers/virtio/virtio_pci.h @@ -1,15 +1,18 @@ #ifndef _DRIVERS_VIRTIO_VIRTIO_PCI_H #define _DRIVERS_VIRTIO_VIRTIO_PCI_H /*...
2014 Dec 08
0
[PATCH v2 09/10] virtio_pci: update file descriptions and copyright
...;s been a lot of changes since 2007. List main authors, add Red Hat copyright. Signed-off-by: Michael S. Tsirkin <mst at redhat.com> --- drivers/virtio/virtio_pci.h | 5 ++++- drivers/virtio/virtio_pci.c | 5 ++++- drivers/virtio/virtio_pci_legacy.c | 5 ++++- 3 files changed, 12 insertions(+), 3 deletions(-) diff --git a/drivers/virtio/virtio_pci.h b/drivers/virtio/virtio_pci.h index a3b1259..fba383c 100644 --- a/drivers/virtio/virtio_pci.h +++ b/drivers/virtio/virtio_pci.h @@ -1,15 +1,18 @@ #ifndef _DRIVERS_VIRTIO_VIRTIO_PCI_H #define _DRIVERS_VIRTIO_VIRTIO_PCI_H /*...
2011 Oct 06
1
Wilcox Test / Mann Whitney U Test
...ge that there is some controversy about how exactly to calculate the test statistic, but that's not what is causing the problem, as I can get the same W value. Am I calculating the test statistic incorrectly? Thanks, sample code below Sam Stewart #Ordinal example dropouts = c(rep(0,25),rep(3,10),rep(2,9),rep(1,13),rep(4,6)) remain = c(rep(0,31),rep(3,2),rep(2,6),rep(1,21),rep(4,3)) tab2 = rbind(table(dropouts),table(remain)) ordTest = wilcox.test(x=dropouts,y=remain,correct=FALSE,exact=FALSE) cumsum(colSums(tab2)) W = max(c(sum(rank(cbind(dropouts,remain))[1:length(dropouts)]),sum(rank(c...
2015 Jul 05
3
[PATCH speexdsp] Don't rely on HAVE_STDINT_H et al. being defined
...test which defines those, and if we've chosen to use the stdint types at configure time then we know exactly which header(s) are available, so just choose the best one then and generate the header to use it. This patch, including the above text, is copied from a commit in the speex repository[1]. The original commit for speex was made by Ron <ron at debian.org>. [1] https://git.xiph.org/?p=speex.git;a=commitdiff;h=774c87d6cb7dd8dabdd17677fc6da753ecf4aa87 Signed-off-by: Tanu Kaskinen <tanu.kaskinen at linux.intel.com> --- configure.ac | 6 ++++++...
2011 Oct 20
1
[PATCH] remove the xen dracut module
The Xen module is unnecessary and it has been for a while. Most Xen systems will not be using the module, even now, because xen-detect is not installed by default on most Xen systems, and dracut uses xen-detect to decide whether to include the module. It also has some problems: 1) it does not try loading xen_platform_pci; 2) it loads modules unnecessarily; modules.alias is where all Xen support should reside. Assuming xenbus_probe_frontend and xen_platform_pci are loaded so that Xen devices are probed, other modules are picked up automatically thanks to aliases such as...
2009 Feb 11
1
[PATCH 1/1] COM32 API: Add functions for directory use
...ned-off-by: Gene Cumm <gene.cumm at gmail.com> --- The intention is to create the library calls with (hopefully) POSIX compliance such that a small application written to use these 4 POSIX calls will work properly. diff --git a/com32/include/dirent.h b/com32/include/dirent.h new file mode 100644 index 0000000..956b911 --- /dev/null +++ b/com32/include/dirent.h @@ -0,0 +1,36 @@ +/* + * dirent.h + */ + +#ifndef _DIRENT_H +#define _DIRENT_H + +#include <klibc/extern.h> +#include <klibc/compiler.h> +#include <stddef.h> +#include <sys/types.h> + +#ifndef NAME_MAX +#...
2008 Dec 04
0
[PATCH 1/1] COM32: Add directory functions
...e 4 POSIX calls will work properly. I've checked it with scripts/checkpatch.pl but can't seem to figure out how to eliminate the four remaining errors. The typedef warning I think is justified. ERROR: need consistent spacing around '*' (ctx:WxV) #37: FILE: com32/include/dirent.h:31: +__extern DIR *opendir(const char *); ^ ERROR: need consistent spacing around '*' (ctx:WxB) #38: FILE: com32/include/dirent.h:32: +__extern struct dirent *readdir(DIR *); ^ ERROR: need consistent spacing around '*' (ctx:WxB) #39:...