Displaying 20 results from an estimated 76 matches for "1,70".
Did you mean:
1,7
2009 Aug 10
3
Pregunta sencilla
Estimados me ha surgido una duda con un simple stem and leaf
el mismo es el siguiente:
> stem.leaf(Datos$ej1.21)
1 | 2: represents 0.12
leaf unit: 0.01
n: 40
LO: 0.72 0.85
3 10 | 9
11 |
4 12 | 4
5 13 | 7
7 14 | 710 (*)
9 15 | 18
16 16 | 3447899
(6) 17 | 045599 (***)
18 18 | 2568
14 19 | 23710 (**)
10 20 | 389
7 21 | 17
5...
2013 Dec 04
5
[PATCH] coverity: Store the modelling file in the source tree.
...;
CC: Keir Fraser <keir@xen.org>
CC: Jan Beulich <JBeulich@suse.com>
CC: Tim Deegan <tim@xen.org>
CC: Ian Campbell <Ian.Campbell@citrix.com>
CC: Ian Jackson <Ian.Jackson@eu.citrix.com>
---
misc/coverity_model.c | 70 +++++++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 70 insertions(+)
create mode 100644 misc/coverity_model.c
diff --git a/misc/coverity_model.c b/misc/coverity_model.c
new file mode 100644
index 0000000..2588adb
--- /dev/null
+++ b/misc/coverity_model.c
@@ -0,0 +1,70 @@
+/* Coverity Scan model
+ *
+ * This is a modeling file for Cov...
2020 Mar 26
1
Re: [PATCH nbdkit 6/9] tests: Add a regression test that we can still compile with -undefined.
On 3/26/20 1:25 PM, Richard W.M. Jones wrote:
> Note that this probably isn't testing anything because at least on
> Linux the -undefined/-no-undefined flags appear to have no effect on
> linking.
>
[skipping review of 5/9 for now, due to its size. I don't know how easy
or hard it would...
2014 Dec 23
1
[PATCH nouveau 08/11] instmem: add dummy support for GK20A
On Tue, Dec 23, 2014 at 5:40 AM, Vince Hsu <vinceh at nvidia.com> wrote:
> This is a workaround to avoid the instmem backup/restore during the suspend
> and resume process in nv50 instemem driver.
>
> Signed-off-by: Vince Hsu <vinceh at nvidia.com>
> ---
> drm/Kbuild |...
2016 Feb 03
2
[PATCH 1/2] daemon: glob: do not return directories with trailing slash
Do not pass GLOB_MARK as flag for glob(3) in the daemon implementation
of glob, so names of directories will not have a trailing slash.
This allows users to have filenames that can be used with other tools,
such as rm. Add a new test to check this (based on RHBZ#1293271).
A mild behaviour change is that users of the glob API now need to append
the slash when building paths using its results. The test-glob.sh test
of guestfish is adapted to this.
Related to RHBZ#1293271.
---
daemon/glob.c | 2 +-
fish/test-glob.sh | 2 +...
2008 Sep 08
2
(no subject)
Hello all,
I have a very large file (280k lines) containing three comma separated
variables. The first variable is a 0 or 1 depicting a pass or fail. The
other two are X and Y coordinates. Is there a good way I can represent this
data in a chart/plot form other than using a 3d histogram? If I need to use
the histogram, should I base my chart off the example contained in the RGL
package?
Thanks a lot.
--
Jason Thibode...
2005 Jul 20
1
Agent Penalty
Can anyone shed any light on an issue with agent penalties?
I have 2 queues set up with agents working both queues, but where agent
1 should have a penalty for queue 2 and agent 2 should have a penalty
for queue 1. When a call is sent to either queue, it rings agents with
and without penalties at the same time.
I set up a second system and cannot replicate the issue on the test
system. I have completely stopped asterisk and re...
2014 Dec 23
0
[PATCH nouveau 08/11] instmem: add dummy support for GK20A
This is a workaround to avoid the instmem backup/restore during the suspend
and resume process in nv50 instemem driver.
Signed-off-by: Vince Hsu <vinceh at nvidia.com>
---
drm/Kbuild | 1 +
nvkm/engine/device/nve0.c | 2 +-
nvkm/include/subdev/instmem.h | 1 +
nvkm/subdev/instmem/gk20a.c | 70 +++++++++++++++++++++++++++++++++++++++++++
4 files changed, 73 insertions(+), 1 deletion(-)
create mode 100644 nvkm/subdev/instmem/gk20a.c
diff --git a/drm/Kbuild b/drm/Kbuild
inde...
2008 Aug 12
0
SR-IOV: patches are available for Linux kernel [2/4]
...dong at intel.com>
---
drivers/pci/Kconfig | 7 +++++
drivers/pci/Makefile | 2 +
drivers/pci/ari.c | 70 ++++++++++++++++++++++++++++++++++++++++++++++
drivers/pci/probe.c | 3 ++
include/linux/pci.h | 29 +++++++++++++++++++
include/linux/pci_regs.h | 14 +++++++++
6 files changed, 125 insertions(+), 0 deletions(-)
diff --git a/drivers/pci/Kconfig b/drivers/pci/Kconfig
index e1ca425..f43cc46 100644
--- a/drivers/pci/Kconfig
+++ b/drivers/pci/Kconfig
@@ -50,3 +50,10 @@ config HT_IRQ
This allows native hypertransport devices to use interrupts....
2008 Aug 12
0
SR-IOV: patches are available for Linux kernel [2/4]
...dong at intel.com>
---
drivers/pci/Kconfig | 7 +++++
drivers/pci/Makefile | 2 +
drivers/pci/ari.c | 70 ++++++++++++++++++++++++++++++++++++++++++++++
drivers/pci/probe.c | 3 ++
include/linux/pci.h | 29 +++++++++++++++++++
include/linux/pci_regs.h | 14 +++++++++
6 files changed, 125 insertions(+), 0 deletions(-)
diff --git a/drivers/pci/Kconfig b/drivers/pci/Kconfig
index e1ca425..f43cc46 100644
--- a/drivers/pci/Kconfig
+++ b/drivers/pci/Kconfig
@@ -50,3 +50,10 @@ config HT_IRQ
This allows native hypertransport devices to use interrupts....
2008 Aug 12
0
SR-IOV: patches are available for Linux kernel [2/4]
...dong at intel.com>
---
drivers/pci/Kconfig | 7 +++++
drivers/pci/Makefile | 2 +
drivers/pci/ari.c | 70 ++++++++++++++++++++++++++++++++++++++++++++++
drivers/pci/probe.c | 3 ++
include/linux/pci.h | 29 +++++++++++++++++++
include/linux/pci_regs.h | 14 +++++++++
6 files changed, 125 insertions(+), 0 deletions(-)
diff --git a/drivers/pci/Kconfig b/drivers/pci/Kconfig
index e1ca425..f43cc46 100644
--- a/drivers/pci/Kconfig
+++ b/drivers/pci/Kconfig
@@ -50,3 +50,10 @@ config HT_IRQ
This allows native hypertransport devices to use interrupts....
2020 Mar 26
0
[PATCH nbdkit 6/9] tests: Add a regression test that we can still compile with -undefined.
...here in the libtool documentation, but I assume it's
fine because libtool doesn't complain.
---
tests/Makefile.am | 28 ++++++++++++++
tests/test-undefined.sh | 36 ++++++++++++++++++
tests/test-undefined-plugin.c | 70 +++++++++++++++++++++++++++++++++++
3 files changed, 134 insertions(+)
diff --git a/tests/Makefile.am b/tests/Makefile.am
index f9c6b8ad..901dca7e 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -208,6 +208,7 @@ EXTRA_DIST = \
test-truncate3.sh \
test-truncate4.sh \
test-truncate-extents.sh \
+ test-undefined.sh \
test-vddk.sh \
te...
2008 Oct 27
1
Megatec and Batteries
...ing at archives I saw that there is a lot of people confused about battery voltage and I want to help them to clear out some stuff in their heads.
This story is based on my experience with UPS devices from 600VA to 20kVA, from single phase systems to three phase systems, with battery packs from 1 battery to 62 batteries in both technologies interactive (aka stand-by) and on-line (aka double-conversion) but all of them were "speaking" megatec. Anyway this does not necessarily relater only to megatec enabled UPSs this is story for all UPSs and their batteries.
On one hand we ha...
2015 Aug 12
1
[PATCH 1/2] disk-create: Allow preallocation off/metadata/full.
...e" as a synonym for "off".
It also adds qcow2 "full" preallocation, which is actually mapped to
the qemu option "falloc" (see arguments about this on the qemu-devel
mailing list, which we lost).
This also updates the test.
---
generator/actions.ml | 13 +++++++------
src/create.c | 16 ++++++++++++----
tests/create/test-disk-create.sh | 3 +++
3 files changed, 22 insertions(+), 10 deletions(-)
diff --git a/generator/actions.ml b/generator/actions.ml
index d0d6a21..1c22f9f 100644
--- a/generator/actions.ml
+++ b/generator/ac...
2009 Jun 15
2
Bin Category Labels on Axis
...the NA values:
zRaw<-data.frame(x,y)
z<-na.exclude(zRaw)
I am then left with data frame 'z' which is a refined list of data. Using
the 'cut' function, I assign each row into one of 69 different bins:
z$bins<-cut(z$x, breaks=c(-36:33), include.lowest=TRUE)
Each bin is now 1 degree Celsius wide. Within each one, I calculate the mean
value of the corresponding fractional cropland data:
a<-tapply(z$y, z$bins, mean)
Object 'a' now contains each bin category and the associated mean cropland
values, so 69 points in total.
Now, a problem arises when I try and...
2003 Nov 05
3
using LSODA in R
...tell me if I have
set this function up correctly to use with LSODA when the user is specifying
the equation of the derivative or offer some advice for using LSODA in R?
An example of how to code for user specified differential equations would be
great.
function(times,y,p)
{
Rprime <-
(R*(1-R))-((xc*yc*C*R)/(R+R0))-((w*xp*ypr*P*R)/(R02+((1-w)*C)+(w*R)))
Cprime <-
(-1*(xc*C)*(1-(yc*R)/(R+R0)))-(((1-w)*xp*ypc*P*C)/((w*R)+((1-w)*C)+C0))
Pprime <-
(-1*P)-(((1-w)*xp*ypc*C*P)/((w*R)+((1-w)*C)+C0))+((w*xp*ypr*P*R)/((w*R)+((1-w)*C)+R02))
list(c(Rprime, Cprime, Pprime))
}
The above is...
2019 Feb 19
0
[PATCH nbdkit 3/4] common: Move a utility function to a common directory.
From: "Richard W.M. Jones" <rjones@redhat.com>
The shell_quote function is moved to a new common/utils directory.
Eventually more utility functions can be created here.
This change is pure refactoring.
---
Makefile.am | 1 +
common/utils/Makefile.am | 41 ++++++++++++++++++++++++++++
common/utils/utils.c | 70 ++++++++++++++++++++++++++++++++++++++++++++++++
common/utils/utils.h | 39 +++++++++++++++++++++++++++
configure.ac | 1 +
plugins/iso/Makefile.am | 3 +++
plugins/iso/iso.c | 36...
2010 Mar 22
1
Resend with loadavg as a statistic...
After some feedback from Slow, mainly about the load_average API
being a method rather than an ongoing statistic. So I've converted
the code over to instead update the load average statistic on a
regular basis.
2012 May 03
2
[PATCH 0/2] Don't fail if 'type' (disk format) attribute is missing from libvirt XML (RHBZ#701814).
https://bugzilla.redhat.com/show_bug.cgi?id=701814
2016 Sep 30
2
[PATCH] customize: Add --append-line.
...use.
Also adds a test.
---
builder/test-virt-builder.sh | 57 +++++++++++++++++++++++++++++++++++-
customize/Makefile.am | 2 ++
customize/append_line.ml | 70 ++++++++++++++++++++++++++++++++++++++++++++
customize/append_line.mli | 20 +++++++++++++
customize/customize_run.ml | 11 +++++++
generator/customize.ml | 34 +++++++++++++++++++++
6 files changed, 193 insertions(+), 1 deletion(-)
create mode 100644 customize/append_line.ml
create mode 100644 customize/append_line.mli
diff --git a/builder/test-virt-builder.sh b/builder/test-virt-builder.sh
index 2a9227b..80...