Displaying 20 results from an estimated 17703 matches for "remain".
Did you mean:
remains
2004 Aug 17
1
[Bug] LTP: mkdir fail after setreuid
...le, 01777) Failed, errno=3D1 :
>Operation not permitted
>chmod05 1 BROK : mkdir(2) of testdir failed
>chmod06 1 FAIL : chmod() fails, Process is not owner/root,
>errno:1, expected errno:13
>chown04 1 BROK : mkdir(2) of testdir_1 failed
>chown04 2 BROK : Remaining cases broken
>chown04 3 BROK : Remaining cases broken
>chown04 4 BROK : Remaining cases broken
>chown04 5 BROK : Remaining cases broken
>chown04 6 BROK : Remaining cases broken
>chown04 7 BROK : Remaining cases broken
>creat06 3 FAIL :...
2017 Feb 23
1
[PATCH 00/35] treewide trivial patches converting pr_warning to pr_warn
...e and pr_warn is
> not used in tools/.
>
> Done with 'sed s/\bpr_warning\b/pr_warn/' and some emacsing.
>
> Miscellanea:
>
> o Coalesce formats and realign arguments
>
> Some files not compiled - no cross-compilers
>
> Joe Perches (35):
> alpha: Convert remaining uses of pr_warning to pr_warn
> ARM: ep93xx: Convert remaining uses of pr_warning to pr_warn
> arm64: Convert remaining uses of pr_warning to pr_warn
> arch/blackfin: Convert remaining uses of pr_warning to pr_warn
> ia64: Convert remaining use of pr_warning to pr_warn
>...
2008 Sep 10
1
Return dimension index from array with n-dimensions
...a <- array(100:1,dim=c(5,4,5))
which(a == 7)
nindex(a,7)
nindex<-function(array.,index.){
dims <- dim(array.)
ldim <- length(dim(array.))
dimmy <- matrix(NA,ncol=length(index.),nrow=ldim)
remain <- matrix(NA,ncol=length(index.),nrow=ldim)
remain[1,] <- index.
for(i in 1:(length(dims)-1)){
dimmy[i,] <-
ceiling(remain[i,]/(prod(dims[1:(ldim-i)])))
dimmy[i,dimmy[i,]==0] <- rev(dims)[i]
remain[i+1,] <...
2011 Feb 04
1
Easy help with plots, font size
...ze of the fonts (especially the axes and axes labels) to be
bigger!
Thanks so much!
Here is my code:
# Poster figure 1
stationmean=c(19.4833,10.8000)
fieldmean=c(14.6852, 15.5981)
plot(c(0,1),fieldmean,xaxt='n',type="b",pch=20,col="green3",
main="Foxtail Seeds Remaining vs.Field Type", ylab="Mean Number Foxtail
Seeds Remaining",
xlab="Field Type",ylim=c(10,20),xlim=c(-.25,1.25))
axis(1,at=c(0,1),labels=c("Cover Crop","Wheat Stubble"))
# Poster figure 2
stationmean=c(19.4833,10.8000)
fieldmean=c(14.6852, 15.5981)...
2011 Oct 06
1
Wilcox Test / Mann Whitney U Test
...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(cbind(dropouts,remain))[-(1:length(drop...
2004 Aug 06
0
and and in stats.log
...a serial killer is my distaste
for manual labor." -- Dilbert
-------------- next part --------------
*** icecast-1.3.12/src/ice_string.c 2002-04-10 23:26:42.000000000 +0100
--- icecast-1.3.12.japc/src/ice_string.c 2002-10-23 16:59:10.000000000 +0100
***************
*** 475,495 ****
remains = remains % 60;
if (days > 0)
! snprintf(buf, BUFSIZE, "%lu days, %lu hours, %lu minutes", days, hours, remains);
! else if (hours > 0)
! snprintf(buf, BUFSIZE, "%lu hours, %lu minutes", hours, remains);
else
{
snprintf(buf, BUFSIZE, "%lu minutes...
2004 Aug 06
0
and and in stats.log
...a serial killer is my distaste
for manual labor." -- Dilbert
-------------- next part --------------
*** icecast-1.3.12/src/ice_string.c 2002-04-10 23:26:42.000000000 +0100
--- icecast-1.3.12.japc/src/ice_string.c 2002-10-23 16:59:10.000000000 +0100
***************
*** 475,495 ****
remains = remains % 60;
if (days > 0)
! snprintf(buf, BUFSIZE, "%lu days, %lu hours, %lu minutes", days, hours, remains);
! else if (hours > 0)
! snprintf(buf, BUFSIZE, "%lu hours, %lu minutes", hours, remains);
else
{
snprintf(buf, BUFSIZE, "%lu minutes...
2017 Feb 17
11
[PATCH 00/35] treewide trivial patches converting pr_warning to pr_warn
...is a separate
define pr_warning for that directory tree and pr_warn is
not used in tools/.
Done with 'sed s/\bpr_warning\b/pr_warn/' and some emacsing.
Miscellanea:
o Coalesce formats and realign arguments
Some files not compiled - no cross-compilers
Joe Perches (35):
alpha: Convert remaining uses of pr_warning to pr_warn
ARM: ep93xx: Convert remaining uses of pr_warning to pr_warn
arm64: Convert remaining uses of pr_warning to pr_warn
arch/blackfin: Convert remaining uses of pr_warning to pr_warn
ia64: Convert remaining use of pr_warning to pr_warn
powerpc: Convert remaini...
2017 Feb 17
11
[PATCH 00/35] treewide trivial patches converting pr_warning to pr_warn
...is a separate
define pr_warning for that directory tree and pr_warn is
not used in tools/.
Done with 'sed s/\bpr_warning\b/pr_warn/' and some emacsing.
Miscellanea:
o Coalesce formats and realign arguments
Some files not compiled - no cross-compilers
Joe Perches (35):
alpha: Convert remaining uses of pr_warning to pr_warn
ARM: ep93xx: Convert remaining uses of pr_warning to pr_warn
arm64: Convert remaining uses of pr_warning to pr_warn
arch/blackfin: Convert remaining uses of pr_warning to pr_warn
ia64: Convert remaining use of pr_warning to pr_warn
powerpc: Convert remaini...
2017 Feb 17
11
[PATCH 00/35] treewide trivial patches converting pr_warning to pr_warn
...is a separate
define pr_warning for that directory tree and pr_warn is
not used in tools/.
Done with 'sed s/\bpr_warning\b/pr_warn/' and some emacsing.
Miscellanea:
o Coalesce formats and realign arguments
Some files not compiled - no cross-compilers
Joe Perches (35):
alpha: Convert remaining uses of pr_warning to pr_warn
ARM: ep93xx: Convert remaining uses of pr_warning to pr_warn
arm64: Convert remaining uses of pr_warning to pr_warn
arch/blackfin: Convert remaining uses of pr_warning to pr_warn
ia64: Convert remaining use of pr_warning to pr_warn
powerpc: Convert remaini...
2004 Jul 06
3
posix
mainly question for the intel folks,
any chance to rerun the ltp testsuites to see how we are doing these
days with all the changes ?
thanks :)
Wim
2004 Aug 06
1
Akos...Darkice questions
...nd get this error...
DarkIce: LameLibEncoder.h:122: specified bits per sample not supported [24]
teststream#
<p>When I start Darkice I get the following error for about 5 seconds and then it stops with "broken pipe".
08:57:09: BufferedSink, new peak: 53112
08:57:09: BufferedSink, remaining: 28808
08:57:09: BufferedSink, new peak: 53640
08:57:09: BufferedSink, remaining: 28280
08:57:09: BufferedSink, new peak: 53902
08:57:09: BufferedSink, remaining: 28018
08:57:09: BufferedSink, new peak: 54422
08:57:09: BufferedSink, remaining: 27498
08:57:09: BufferedSink, new peak: 54942
08:57:...
2004 Aug 06
0
Akos...Darkice questions
...nd get this error...
DarkIce: LameLibEncoder.h:122: specified bits per sample not supported [24]
teststream#
<p>When I start Darkice I get the following error for about 5 seconds and then it stops with "broken pipe".
08:57:09: BufferedSink, new peak: 53112
08:57:09: BufferedSink, remaining: 28808
08:57:09: BufferedSink, new peak: 53640
08:57:09: BufferedSink, remaining: 28280
08:57:09: BufferedSink, new peak: 53902
08:57:09: BufferedSink, remaining: 28018
08:57:09: BufferedSink, new peak: 54422
08:57:09: BufferedSink, remaining: 27498
08:57:09: BufferedSink, new peak: 54942
08:57:...
2004 Aug 06
0
Akos...Darkice questions
...nd get this error...
DarkIce: LameLibEncoder.h:122: specified bits per sample not supported [24]
teststream#
<p>When I start Darkice I get the following error for about 5 seconds and then it stops with "broken pipe".
08:57:09: BufferedSink, new peak: 53112
08:57:09: BufferedSink, remaining: 28808
08:57:09: BufferedSink, new peak: 53640
08:57:09: BufferedSink, remaining: 28280
08:57:09: BufferedSink, new peak: 53902
08:57:09: BufferedSink, remaining: 28018
08:57:09: BufferedSink, new peak: 54422
08:57:09: BufferedSink, remaining: 27498
08:57:09: BufferedSink, new peak: 54942
08:57:...
2012 Mar 12
2
Maximum of remaining elements of vector
Dear community
I have the following problem. I'd like to have the maximum of the remaining
elements of a vector.
ex.
x<-c(1,2,3,4,1,2,3,1,2,1)
f(x) = c(4,4,4,4,3,3,3,2,2,1)
where the first element is: max(x[1:length(x])
the second one: max(x[2:length(x)])
the third one: max(x[3:length(x)]) and so on
Of course this can be done with a loop, but isn't there a nicer and faste...
2016 Jun 01
2
Migration problem - takes 5 minutes to start moving the memory
...uto-converge --copy-storage-inc --xml vm-6160.xml 6160 qemu+tls://<destination_hypervisor>/system
Here is the log output, look at the time elapsed:
root at virt-hv009:~# virsh domjobinfo 6160
Job type: Unbounded
Time elapsed: 27518 ms
Data processed: 21.506 GiB
Data remaining: 29.003 GiB
Data total: 50.509 GiB
Memory processed: 0.000 B
Memory remaining: 520.820 MiB
Memory total: 520.820 MiB
File processed: 21.506 GiB
File remaining: 28.494 GiB
File total: 50.000 GiB
Constant pages: 0
Normal pages: 0
Normal data:...
2008 Aug 25
2
patch for native iphone support
...(working copy)
@@ -639,6 +639,9 @@
char *ptr = client->refbuf->data + client->refbuf->len - 2;
int bytes;
const char *useragent;
+ char *range;
+ int rangenumber;
+ int rangenumber2;
if (client_mp3 == NULL)
return -1;
@@ -657,7 +660,44 @@
remaining -= bytes;
ptr += bytes;
}
+ range = httpp_getvar (client->parser, "range");
+ if (range != NULL) {
+ int ret = 0;
+ int rangeproblem = 0;
+ ret = sscanf(range, "bytes=%d-%d", &rangenumber, &rangenumber2);
+ if (ret !...
2013 Jan 02
4
column selection
Dear R users,
sorry for a very basic question. i wanted to ask that if your column are too much in number and you want to select the remaining columns, starting from column number 117. one way is to use usual command
>q[ ,(117:2300)].
is there a way by which i can select the remaining columns starting from column number 117 without using the usual command or without giving the column number of the last column?
more precisely, can...
2009 Dec 04
3
[PATCH] nouveau: avoid running out of relocs
...tateobj.h
index b595405..28f483f 100644
--- a/src/gallium/drivers/nouveau/nouveau_stateobj.h
+++ b/src/gallium/drivers/nouveau/nouveau_stateobj.h
@@ -113,8 +113,10 @@ so_emit(struct nouveau_channel *chan, struct nouveau_stateobj *so)
unsigned nr, i;
nr = so->cur - so->push;
- if (pb->remaining < nr)
- nouveau_pushbuf_flush(chan, nr);
+ /* This will flush if we need space.
+ * We don't actually need the marker.
+ */
+ nouveau_pushbuf_marker_emit(chan, nr, so->cur_reloc);
pb->remaining -= nr;
memcpy(pb->cur, so->push, nr * 4);
@@ -138,8 +140,10 @@ so_emit_rel...
2007 May 01
2
Simulation using parts of density function
Hi
My simulation with the followin R code works perfectly:
sim <- replicate(999, sum(exp(rgamma(rpois(1,2000), scale = 0.5, shape = 12))))
But now I do not want to have values in object "sim" exceeding 5'000'000, that means that I am just using the beginning of densitiy function gamma x < 15.4. Is there a possibility to modify my code in an easy way?
Thanks for any help!