search for: 9,8

Displaying 20 results from an estimated 138 matches for "9,8".

Did you mean: 1,8
2017 Jun 01
4
Upper bands and lower bands
Hi all I want to add a band of fluctuaci?n (exponential decreading) to a linear deacrecing values Imagine: I have a matrix like c(10,9,8,7,6,5,4,3,2,1) The thing is I want two new lines so that the m?ximum value of the new colum on the m?ximum is from 10% to 5% higher and the same lower for the m?nimum the final two matix will be something like c(10+0.10*10,9+0.089*9,8+0.075*8.....,1+0.05*1) c(10-0.10*10,9-0.09*9,8-0.075*8.......
2012 Apr 30
4
[PATCHv2] x86info: dump kvm cpuid's
The following makes 'x86info -r' dump hypervisor leaf cpu ids (for kvm this is signature+features) when running in a vm. On the guest we see the signature and the features: eax in: 0x40000000, eax = 00000000 ebx = 4b4d564b ecx = 564b4d56 edx = 0000004d eax in: 0x40000001, eax = 0100007b ebx = 00000000 ecx = 000000...
2012 Apr 30
4
[PATCHv2] x86info: dump kvm cpuid's
The following makes 'x86info -r' dump hypervisor leaf cpu ids (for kvm this is signature+features) when running in a vm. On the guest we see the signature and the features: eax in: 0x40000000, eax = 00000000 ebx = 4b4d564b ecx = 564b4d56 edx = 0000004d eax in: 0x40000001, eax = 0100007b ebx = 00000000 ecx = 000000...
2002 Feb 28
5
Problems with ext3 fs
Hi, Apologies, this is going to be quite long - I'm going to provide as much info as possible. I'm running a system with ext3 fs on software RAID. The RAID set-up is as shown below: jlm@nijinsky:~$ cat /proc/mdstat Personalities : [linear] [raid0] [raid1] [raid5] read_ahead 1024 sectors md0 : active raid1 hdc1[1] hda1[0] 96256 blocks [...
2017 Jun 02
0
Upper bands and lower bands
...d in his "Bloom County" comic strip ) On Thu, Jun 1, 2017 at 11:20 AM, Pedro p?ramo <percentil101 at gmail.com> wrote: > Hi all > > I want to add a band of fluctuaci?n (exponential decreading) to a linear > deacrecing values > > Imagine: I have a matrix like c(10,9,8,7,6,5,4,3,2,1) Ummm... That is not a matrix. It's a vector. -- Bert > > The thing is I want two new lines so that the m?ximum value of the new > colum on the m?ximum is from 10% to 5% higher and the same lower for the > m?nimum > > the final two matix will be something...
2003 Sep 02
4
extensions.conf issue
2017 Jun 01
0
Upper bands and lower bands
I explain better: I have this percentage z<-1/(n*365) where n=20 so z is 0,000136986 Imagine: a matrix with length(n*365) so that matrix result is resultc( 1, 1-z result previous row-z result previous row-z .... 0) If I plot this is a linear decreasing line I want to plot an upper line wich is 10% higher tan resultc on the first values and then decreasing so that last value...
2010 Apr 20
1
how to select the last non-'NA' observation in a row
I have a matrix of the following form: time id 0 2 4 6 9 12 14 3 9 8 NA NA NA NA NA 7 3 NA 3 NA 3 NA 4 13 11 6 7 NA 5 NA 6 ..... I hope for each row to select the last observation which is not 'NA'. For example, for the first row, id=3, the value I want to select is 8 for the second row, id=7, the value I want to select is 4...
2008 Jan 02
5
[PATCH 1/3] Make virtio modules GPL
...git a/drivers/block/virtio_blk.c b/drivers/block/virtio_blk.c index 54a8017..8f6040d 100644 --- a/drivers/block/virtio_blk.c +++ b/drivers/block/virtio_blk.c @@ -8,6 +8,8 @@ #define VIRTIO_MAX_SG (3+MAX_PHYS_SEGMENTS) +MODULE_LICENSE("GPL"); + static unsigned char virtblk_index = 'a'; struct virtio_blk { diff --git a/drivers/net/virtio_net.c b/drivers/net/virtio_net.c index ebe4b03..9789e68 100644 --- a/drivers/net/virtio_net.c +++ b/drivers/net/virtio_net.c @@ -28,6 +28,8 @@ static int napi_weight = 128; module_param(napi_weight, int, 0444); +MODULE_LICENSE("...
2008 Jan 02
5
[PATCH 1/3] Make virtio modules GPL
...git a/drivers/block/virtio_blk.c b/drivers/block/virtio_blk.c index 54a8017..8f6040d 100644 --- a/drivers/block/virtio_blk.c +++ b/drivers/block/virtio_blk.c @@ -8,6 +8,8 @@ #define VIRTIO_MAX_SG (3+MAX_PHYS_SEGMENTS) +MODULE_LICENSE("GPL"); + static unsigned char virtblk_index = 'a'; struct virtio_blk { diff --git a/drivers/net/virtio_net.c b/drivers/net/virtio_net.c index ebe4b03..9789e68 100644 --- a/drivers/net/virtio_net.c +++ b/drivers/net/virtio_net.c @@ -28,6 +28,8 @@ static int napi_weight = 128; module_param(napi_weight, int, 0444); +MODULE_LICENSE("...
2004 May 10
2
Lists and outer() like functionality?
Hi, I'm have a list of integer vectors and I want to perform an outer() like operation on the list. As an example, take the following list: mylist <- list(1:5,3:9,8:12) A simple example of the kind of thing I want to do is to find the sum of the shared numbers between each vector to give a result...
2013 Oct 31
7
[PATCH] tools: ovmf debug build only if tools debug is enabled
...00644 --- a/tools/firmware/ovmf-makefile +++ b/tools/firmware/ovmf-makefile @@ -1,3 +1,6 @@ +XEN_ROOT = $(CURDIR)/../../.. +include $(XEN_ROOT)/tools/Rules.mk + # OVMF building system is not ready yet to run in parallel. # Force it to be serial in order to exploit parallelism for neighbors. @@ -9,8 +12,14 @@ all: ovmf.bin .PHONY: ovmf.bin ovmf.bin: - OvmfPkg/build.sh -a X64 - cp Build/OvmfX64/DEBUG_GCC*/FV/OVMF.fd ovmf.bin + if [ "$(debug)" == y ]; then \ + OvmfPkg/build.sh -a X64; \ + cp Build/OvmfX64/DEBUG_GCC*/FV/OVMF.fd ovmf.bin; \ + else \ + OvmfPkg/build.sh -a X64 -b...
2017 Jun 02
1
Upper bands and lower bands
...> > > On Thu, Jun 1, 2017 at 11:20 AM, Pedro p?ramo <percentil101 at gmail.com> > wrote: > > Hi all > > > > I want to add a band of fluctuaci?n (exponential decreading) to a linear > > deacrecing values > > > > Imagine: I have a matrix like c(10,9,8,7,6,5,4,3,2,1) > > Ummm... That is not a matrix. It's a vector. > > -- Bert > > > > > > The thing is I want two new lines so that the m?ximum value of the new > > colum on the m?ximum is from 10% to 5% higher and the same lower for the > > m?nimum &...
2011 Feb 28
3
Xen Kernel Panic
...mpiled xen on ubuntu, but at the bot i got the kernel panic message. I enabled the support to ext4 fs. This is kernel panic error: EXT3-fs: unable to read superblock ETX4-fs (md0): unable to read superblock FAT: unable to read boot vector Kernel panic - not syncing: VFS: Unable to read superblock(9,8) My grub.cfg generated by update-grup: menuentry ''Ubuntu, with Linux 2.6.35-22-generic-pae'' --class ubuntu --class gnu-linux --class gnu --class os { recordfail insmod part_msdos insmod ext2 set root=''(hd0,msdos1)'' sear...
2010 Mar 01
0
[PATCH] com32: recognize gPXE's COMBOOT as gPXE
This makes is_gpxe() recognize gPXE's COMBOOT implementation as gPXE. Previously, is_gpxe() only recognized PXELINUX loaded from gPXE. Signed-off-by: Daniel Verkamp <daniel at drv.nu> --- com32/include/syslinux/config.h | 1 + com32/lib/sys/gpxe.c | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) di...
2009 Oct 21
1
[PATCH] Fall back if /sbin/start_udev fails
Howdy. I have an appliance in which /sbin/start_udev exists but does not run successfully: /sbin/start_udev: line 36: /etc/init.d/functions: No such file or directory This prevents the "modprobe virtio_net" line (among other things) from being invoked. The attached patch is what I'm applying locally to libguestfs-1.0.74 to work around the impact of this issue. -------------- next part -------------- A non-text attachment was scrubbed... Name: libguestfs-1.0.74-udev_fallback.patch Type: text/x-patch Size: 420 bytes Desc: not available URL: <http://listman.redhat.com/archi...
2012 Jan 05
1
question on CDR
...create a CDR record here from asterisk 1.4.43: "","317XXXXXXX","s","default","""GEIS JERRY "" <317XXXXXXX>","DAHDI/23-1","","BackGround","SM_ATTENDANT","2012-01-05 18:12:09","2012-01-05 18:12:10","2012-01-05 18:12:18",9,8,"ANSWERED","DOCUMENTATION","1325787129.624","" I am surprised that the number DIALED or DNIS is not present in the CDR. How do I get that as part of the CDR? I am using a PRI so that...
2010 Mar 10
1
[PATCH] Fixes how o-process-config handles missing field names or values.
...; --- scripts/ovirt-process-config | 27 +++++++++++++++++++++++++-- 1 files changed, 25 insertions(+), 2 deletions(-) diff --git a/scripts/ovirt-process-config b/scripts/ovirt-process-config index 6011cd7..8f6a8b6 100755 --- a/scripts/ovirt-process-config +++ b/scripts/ovirt-process-config @@ -9,6 +9,8 @@ ME=$(basename "$0") warn() { printf '%s: %s\n' "$ME" "$*" >&2; } +die() { warn "$*"; exit 1; } + try_h() { printf "Try \`$ME -h' for more information.\n" >&2; exit 1;} try_help() { printf "Usage: \`$ME...
2006 May 01
2
klibc: s390 errno...
I'm trying to do a full rebase (history clean) of the klibc kernel tree, and came across the following changesets between klibc 1.3.12 and .16: --- a/usr/klibc/arch/s390/syscall.c +++ b/usr/klibc/arch/s390/syscall.c @@ -11,6 +11,6 @@ long int __syscall_common(long int err) { if ((unsigne...
2008 Feb 02
1
Help with loops and how R stores data
I am trying to make an array c(3,8) that contains the averages of what is in another array c(9,8). I want to average rows 1:3, 4:6, 7:9 and have a loop replace the generic 1:24 values in my array with the average of the three rows. The problem I am having is that R only replaces the last value from the loops, and I am not experienced enough with R to know how it stores data when looping...