Displaying 20 results from an estimated 76 matches for "5,11".
Did you mean:
1,11
2009 Jul 30
1
ask help about boxplot , different list variation into the tick of x-axis?
...ommand "boxplot(bjavee~yearname)",it is wrong with the error
information " model.frame.default(formula = bjavee ~ yearname) :
variation 'bjavee' list is wrong".
I want to add the yearname as the x-axis tick. And yearname is a array
with the length 12,while bjavee is a 5*12 matrix. How could I get what
I want? thanks.
bjerr1<-bjerrdata$tyerr[1:bjyearnum[2]]
bjerr2<-bjerrdata$tyerr[(bjyearnum[2]+1):bjyearnum[3]]
bjerr3<-bjerrdata$tyerr[(bjyearnum[3]+1):bjyearnum[4]]
bjerr4<-bjerrdata$tyerr[(bjyearnum[4]+1):bjyearnum[5]]
bjerr5<-bjerrdata$tyerr[(bjyea...
2018 Jan 03
2
[PATCH] [PATCH] virtio: make VIRTIO a menuconfig to ease disabling it all
...v2: add "default y" to avoid breaking existing configs
Signed-off-by: Vincent Legoll <vincent.legoll at gmail.com>
---
drivers/virtio/Kconfig | 8 ++++++--
1 file changed, 6 insertions(+), 2 deletions(-)
diff --git a/drivers/virtio/Kconfig b/drivers/virtio/Kconfig
index cff773f15b7e..290a1875e1d3 100644
--- a/drivers/virtio/Kconfig
+++ b/drivers/virtio/Kconfig
@@ -5,7 +5,11 @@ config VIRTIO
bus, such as CONFIG_VIRTIO_PCI, CONFIG_VIRTIO_MMIO, CONFIG_RPMSG
or CONFIG_S390_GUEST.
-menu "Virtio drivers"
+menuconfig VIRTIO_MENU
+ bool "Virtio drivers&qu...
2018 Jan 03
2
[PATCH] [PATCH] virtio: make VIRTIO a menuconfig to ease disabling it all
...v2: add "default y" to avoid breaking existing configs
Signed-off-by: Vincent Legoll <vincent.legoll at gmail.com>
---
drivers/virtio/Kconfig | 8 ++++++--
1 file changed, 6 insertions(+), 2 deletions(-)
diff --git a/drivers/virtio/Kconfig b/drivers/virtio/Kconfig
index cff773f15b7e..290a1875e1d3 100644
--- a/drivers/virtio/Kconfig
+++ b/drivers/virtio/Kconfig
@@ -5,7 +5,11 @@ config VIRTIO
bus, such as CONFIG_VIRTIO_PCI, CONFIG_VIRTIO_MMIO, CONFIG_RPMSG
or CONFIG_S390_GUEST.
-menu "Virtio drivers"
+menuconfig VIRTIO_MENU
+ bool "Virtio drivers&qu...
2009 Jul 30
0
how to add the x-axis information
...ommand "boxplot(bjavee~yearname)",it is wrong with the error information "
model.frame.default(formula = bjavee ~ yearname) :
variation 'bjavee' list is wrong".
I want to add the yearname as the x-axis tick. And yearname is a array with
the length 12,while bjavee is a 5*12 matrix. How could I get what I want?
thanks.
bjerr1<-bjerrdata$tyerr[1:bjyearnum[2]]
bjerr2<-bjerrdata$tyerr[(bjyearnum[2]+1):bjyearnum[3]]
bjerr3<-bjerrdata$tyerr[(bjyearnum[3]+1):bjyearnum[4]]
bjerr4<-bjerrdata$tyerr[(bjyearnum[4]+1):bjyearnum[5]]
bjerr5<-bjerrdata$tyerr[(bjyea...
2011 Oct 08
1
help text for which.min
Dear R developers,
I find the which.min function very handy. However, maybe you could
consider a tiny addition to the example data in the the help text.
By adding another zero to the vector x...
x <- c(1:4, 0, 0:5,11)
...the example would more explicitly show that which.min actually
'giv[es] the index of the /first/ minimum or maximum respectively of x'.
This will also more clearly distinguish it from which(x == min(x)) that
is mentioned in the text.
which.min(x)
[1] 5
> which(x == min(x))
[...
2001 Sep 08
0
barplot forces xpd=TRUE (PR#1088)
<<insert bug report here>>
barplot hardcodes xpd as "TRUE" causing the bars to go outside of the
plot region. True can be the default, but it shouldn't be the only
option.
*** barplot.R Sat Sep 8 10:15:16 2001
--- barplot.R.orig Sat Sep 8 10:03:39 2001
***************
*** 5,11 ****
legend.text = NULL, beside = FALSE, horiz = FALSE,
col = heat.colors(NR), border = par("fg"),
main = NULL, sub = NULL, xlab = NULL, ylab = NULL,
! xlim = NULL,...
2008 Mar 30
1
[PATCH 1/2] Add SECRET_TEST_CODE to AM_CONDITIONAL in configure.ac
Otherwise, automake will fail to process vivified/code/Makefile.am
---
configure.ac | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/configure.ac b/configure.ac
index a3e186b..0e28374 100644
--- a/configure.ac
+++ b/configure.ac
@@ -300,6 +300,7 @@ else
AC_MSG_NOTICE([Vivified was not enabled.])
fi
AM_CONDITIONAL(HAVE_VIVI, [test "x$HAVE_VIVI" = xyes])
2009 Nov 10
1
Questions about Dahdi's /etc/dahdi/genconf_parameters
...rmtype
SPAN/1 TE
SPAN/2 TE
group_lines 2
pri_termtype
SPAN/3 TE
3. After a dahdi_genconf commande, generated
/etc/asterisk/dahdi-channels.conf is like this :
; Span 1: B4/0/1 "B4XXP (PCI) Card 0 Span 1" (MASTER) AMI/CCS
group=5,11
context=remote
switchtype = euroisdn
signalling = bri_cpe_ptmp
channel => 1-2
context = default
group = 63
I can see 2 "group=" and "context=" lines. What is the difference between
them ?
Shall I care to have them both ?
Regards
-------------- next part --------------
An...
2011 Aug 01
2
[LLVMdev] Debugging information problem: code being reordered / debug point jumping around
...we're doing something wrong here, or if this points 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,...
2012 Apr 20
1
lines on persp plot - proper depth ordering
...hen adding lines via the data into trans3d followed by lines
(this is probably a bad approach, but it was the first one I could get
working).
Here is a semi-contrived minimal example of my problem:
###########################################################
#line 1
x1=0:10;
y1=rep(0,11);
z1 = rep(5,11);
#line 2
x2=y2=z2 = 0:10
# make empty persp plot (awful hack to make a surface out of view)
pmat = persp(x=c(-10.1,-10), y=c(-10.1,-10), z=matrix(c(0,.1,0,.1),
nrow=2),
xlim=c(0,10), ylim=c(0,10), zlim=c(0,10), xlab='x', ylab='y', zlab='z')
# now draw the lines
li...
2005 Feb 20
1
Treatment-Contrast Interactions
...ading the help for "C" and "contrasts" functions.
(I'm actually trying to solve an exercise in a textbook: "Experimental
Design" by Kirk, Ex. 9.7b).
Here's what my data looks like:
score <- c(12, 8,10, 6, 8, 4,
10,12, 8, 6,10,14,
9, 7, 9, 5,11,12,
7,13, 9, 9, 5,11,
8, 7, 3, 8,12,10,
13,14,19, 9,16,14)
n <- 6
A <- gl(2,3*n,labels=c("a1","a2"))
B <- rep(gl(3,n,labels=c("b1","b2","b3")),2)
I understand how to test for the effects of A, B, and AB:
summary(...
2012 Oct 02
18
[PATCH 0/3] x86: adjust entry frame generation
This set of patches converts the way frames gets created from
using PUSHes/POPs to using MOVes, thus allowing (in certain
cases) to avoid saving/restoring part of the register set.
While the place where the (small) win from this comes from varies
between CPUs, the net effect is a 1 to 2% reduction on a
combined interruption entry and exit when the full state save
can be avoided.
1: use MOV
2006 Dec 21
1
heres how to get color output in rspec_autotest with rspec 0.7.5
...)
To use directly, it is very simple. In rspec_autotest/lib/
rspec_autotest.rb, add a -c to the spec_command in the initializer
function:
@spec_command = "spec -c --diff unified"
This won''t help however if you want to use rails_spec_server. To do
that I patched rspec_0.7.5 to add an option to force the adding of
colour codes (I did it this way because I assumed the check for
output==Kernel was important for some other situation and I didn''t
want to just throw it away):
diff -upr rspec-0.7.5/lib/spec/runner/formatter/
base_text_formatter.rb rspec-0.7....
2016 Jun 03
2
[PATCH v5 1/6] qspinlock: powerpc support qspinlock
...index 0000000..fc83cd2
> --- /dev/null
> +++ b/arch/powerpc/include/asm/qspinlock.h
> @@ -0,0 +1,26 @@
> +#ifndef _ASM_POWERPC_QSPINLOCK_H
> +#define _ASM_POWERPC_QSPINLOCK_H
> +
> +#include <asm-generic/qspinlock_types.h>
> +
> +#define SPIN_THRESHOLD (1 << 15)
> +#define queued_spin_unlock queued_spin_unlock
> +
> +static inline void native_queued_spin_unlock(struct qspinlock *lock)
> +{
> + u8 *locked = (u8 *)lock;
> +#ifdef __BIG_ENDIAN
> + locked += 3;
> +#endif
> + /* no load/store can be across the unlock()*/
> + smp_s...
2016 Jun 03
2
[PATCH v5 1/6] qspinlock: powerpc support qspinlock
...index 0000000..fc83cd2
> --- /dev/null
> +++ b/arch/powerpc/include/asm/qspinlock.h
> @@ -0,0 +1,26 @@
> +#ifndef _ASM_POWERPC_QSPINLOCK_H
> +#define _ASM_POWERPC_QSPINLOCK_H
> +
> +#include <asm-generic/qspinlock_types.h>
> +
> +#define SPIN_THRESHOLD (1 << 15)
> +#define queued_spin_unlock queued_spin_unlock
> +
> +static inline void native_queued_spin_unlock(struct qspinlock *lock)
> +{
> + u8 *locked = (u8 *)lock;
> +#ifdef __BIG_ENDIAN
> + locked += 3;
> +#endif
> + /* no load/store can be across the unlock()*/
> + smp_s...
2001 Dec 05
4
Questions about piecewise spline fitting
Hi All,
I want to fit a piecewise spline of degree 1, i.e. a spline consisting of a
straight line over each piece. I downloaded the R package pspline, then I
have following questions:
1. in the program, the degree of the spline is specified by 2*norder-1. Why
do they adopt such scheme that we can only fit a spline with odd degree?
2. norder cannot be set to 1. Is there any specific reason
2011 Aug 25
3
Segment out of the Graph
Hello everyone,
I have a graph and a segment parallel to the x axis at y=-10, x=0, and
bars on it.
Now the question is,
Is there a way to leave the segment there but let the graph axis start from
the origin?
In this way the segment will be out of the graph
Thanks
[[alternative HTML version deleted]]
2013 Jun 06
1
[supermin PATCH] RFC: Add a --names-only flag.
...src/supermin_pacman.ml | 2 +-
src/supermin_yum_rpm.ml | 2 +-
src/supermin_zypp_rpm.ml | 10 +++++-----
10 files changed, 36 insertions(+), 22 deletions(-)
diff --git a/src/.depend b/src/.depend
index 624191e..8342f31 100644
--- a/src/.depend
+++ b/src/.depend
@@ -5,11 +5,11 @@ supermin_cmdline.cmo: config.cmo supermin_cmdline.cmi
supermin_cmdline.cmx: config.cmx supermin_cmdline.cmi
supermin.cmo: supermin_utils.cmi supermin_package_handlers.cmi supermin_cmdline.cmi config.cmo
supermin.cmx: supermin_utils.cmx supermin_package_handlers.cmx supermin_cmdline.c...
2011 Aug 01
0
[LLVMdev] Debugging information problem: code being reordered / debug point jumping around
...doing something wrong here, or if this points 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]).
>
>...
2018 Jan 02
2
[PATCH] virtio: make VIRTIO a menuconfig to ease disabling it all
Michael Ellerman <mpe at ellerman.id.au> writes:
> Vincent Legoll <vincent.legoll at gmail.com> writes:
>
>> Hello,
>>
>> thanks for the help, and sorry for the poor patch,
>>
>> On Thu, Dec 21, 2017 at 11:53 AM, Michael Ellerman <mpe at ellerman.id.au> wrote:
>>> This breaks all existing .configs *and* defconfigs that use VIRTIO.
>>>
>>> Please don't do that.
>>>
>>> If you make it default y then everything will continue to work.
>>
>>...