Displaying 7 results from an estimated 7 matches for "wodering".
Did you mean:
wondering
2002 Sep 23
2
can wine be run as daemon
I noticed that when i launched WINWORD.EXE the first
time it took about 20 seconds to load, but when i ran
it on the 2nd time it took about 10 seconds only!, it
seems that it is now cached in the memory...I was
wodering if it is possibe to load wine as a daemon so
that it will
be faster to load? sort of like a daemon? does my
analogy here make sense?
I would appreciate any help, comments, suggestions...
TIA
irvin
__________________________________________________
Do You Yahoo!?
Everything you'll ever need...
2007 Mar 20
2
kernel 2.6.13
Hi,
i'm just wodering if all the features and bug fixes of 2.6.13 kernel is in
the latest kernel.
and which one is the latest?
kernel-smp#2.6.9-42.0.8.plus.c4
kernel-smp#2.6.9-42.0.8.EL
or they're different kernels?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists....
2010 Jan 19
3
problem with the precision of numbers
Hi All,
I was wodering if it is possible to increase the precision using R. I ran
the script below in R and MAPLE and I got different results when k is large.
Any idea how to fix this problem? thanks for your help
for (k in 0:2000){
s=0
for(i in 0:k){
s=s+((-1)^i)*3456*(1+i*1/2000)^3000
}
}
--
View this message in...
2011 Oct 21
2
'Apply' giving me errors
So i have a simple function:
bmass=function(y){
weight=y$WT*y$MSTR
return(bio)
}
And want to apply to a whole bunch of rows in my data.frame:
final1=apply(final,1,yldbu)
BUT...recieve the following error:
"Error in y$WT : $ operator is invalid for atomic vectors"
However when i try:
> final[1,]$WT*final[1,]$MSTR
[1] 156.3
It gives me the correct answer....what is apply not
2004 Nov 30
3
2k-factorial design with 10 parameters
Hi,
I'd like to apply a 2^k factorial design with k=10 parameters. Obviously
this results in a quite long term for the model equation due to the high
number of combinations of parameters.
How can I specify the equation for the linear model (lm) without writing
all combinations explicitly down by hand? Does a R command exist for
this problematic?
Thanks for your help in advance,
Sven
2008 Aug 30
4
GETQUOTAROOT (part 2)
...size of the maildirsize file itself. A file
size greater than 5119 bytes results in no quota for the INBOX
of the user, and the file seems to be ignored entirely by
dovecot.
I guess the solution to this is to just copy over a fresh
(i.e. empty save for the limit line) maildirsize file, but I
was wodering if this maildirsize size limit is some innate
property of dovecot. Would not others, especially converts
from courier-imap that also use maildirsize files, have this
experience also?
Thank you.
Patrick
2003 Dec 01
0
No subject
apply to this (security=domain) case, since auth is via the PDC.
So, shouldn't winbind_lookup_sid() be succeeding. Should I be
trying to track the failure in that code?
In case it's helpful, ldd /usr/sbin/smbd shows:
libdl.so.2 => /usr/lib/libdl.so.2 (0x40017000)
libnsl.so.1 => /lib/libnsl.so.1 (0x4001a000)
libpam.so.0 => /lib/libpam.so.0 (0x40030000)
libc.so.6 =>