Displaying 13 results from an estimated 13 matches for "adrift".
Did you mean:
drift
2008 Mar 21
10
RFD: create new list and forum 'wine-newbies'
It has been suggested that the wine-users list
is now too busy, and needs to be split into two:
one for experienced users, and one for beginners.
However, this might leave the beginners adrift
without any experienced people to help them.
So I don't think we should do it unless at least
a handful of experienced users are willing to join the
new group and lend a hand. I'm willing, but I
can't do it all myself.
Who else would be willing to join a wine-newbies
list/forum and h...
2002 Jan 25
0
nested versus crossed random effects
...ov and "Error" or,
better yet, using lme? I guess I'm confused as to the practical difference
between coding "Trial" as replicates of certain factorial combinations
or coding "Trial" without respect to other variables in the design.
Forgive me if this is a little adrift for the R-Help mailing list.
Brad Buchsbaum
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or "[un]subscribe"
(in the "body"...
2001 Jul 24
1
strptime and "impossible" dates
Typically, when I use strptime with "impossible" dates I get an NA, which is
what I expect.
> version
_
platform sparc-sun-solaris2.6
arch sparc
os solaris2.6
system sparc, solaris2.6
status
major 1
minor 3.0
year 2001
month 06
2001 Apr 29
1
R 1.2.3 for Windows available
...nst.exe has an option to register. Program
rw1023\bin\RSetReg.exe will register, and rw1023\bin\RSetReg.exe /U
will unregister.
The windows() device no longer rounds width and height to the nearest inch.
You can override the settings Windows reports for pixels per inch
(sometimes it is seriously adrift). See ?windows.
File `extract-usage' needed for codoc was missing from rw1022sp.zip.
The default memory limit (as reset by --max-mem-size) is set to at
least 16Mb, to allow R to start on machines with 8Mb of RAM.
link.html.help() has been re-written using connections and so is
several times...
2001 Apr 29
1
R 1.2.3 for Windows available
...nst.exe has an option to register. Program
rw1023\bin\RSetReg.exe will register, and rw1023\bin\RSetReg.exe /U
will unregister.
The windows() device no longer rounds width and height to the nearest inch.
You can override the settings Windows reports for pixels per inch
(sometimes it is seriously adrift). See ?windows.
File `extract-usage' needed for codoc was missing from rw1022sp.zip.
The default memory limit (as reset by --max-mem-size) is set to at
least 16Mb, to allow R to start on machines with 8Mb of RAM.
link.html.help() has been re-written using connections and so is
several times...
2006 Aug 31
1
deliver LDA and INBOX location
(OS: Fedora Core 5; dovecot: 1.0 rc7)
On a typical UNIX-like OS, the INBOXes are in "/var/spool/mail/" using the
user identifier: so user 'fred' has INBOX "/var/spool/mail/fred".
We have a well-established different convention which subdivides this,
based on the last two digits of the uid: "/var/spool/mail/12/fred" (for
fred's uid as something ending
2004 Oct 19
0
Question on Rprof(); was: Re: sapply and loop
...;- scale(resid(storm.fm), scale = FALSE) # remove the mean
>>> > Rprof("boot.out")
>>> > storm.boot <- boot(rs, storm.bf, R = 4999) # pretty slow
>>> > Rprof(NULL)
>>>
>>>At this point your unacknowledged copying went adrift.
>>>
>>> > summaryRprof()
>>> > Error in summaryRprof() : no events were recorded
>>> >
>>> > I am using R1.8.1 in windows. Why can't I get the results?
>>>
>>>Because you didn't do your homework, and didn't even...
2007 Dec 11
3
got too little data ??
I just switched in a hurry one of our mailbox servers from UW-imapd to
Dovecot in an attempt to address performance and stability problems.
This server hosts ~5500 accounts, ~2000 are daily used, ~600
simultaneous IMAP connexions in rush hours, and lots of POP ones. Some
accounts may be accessed simultaneously with IMAP and POP.
The system is :
- Debian Sarge (x86 with amd64 kernel)
- MBOX files
2006 Sep 05
2
rc7 bug? [Was: deliver LDA and INBOX location] (fwd)
...ine 483: MAIL [null]
line 486: MAIL mbox:%h:INBOX=/var/spool/mail/%-2.02i/%u:INDEX=/var/spool/mail/indexes/%d/%n
line 492: MAIL mbox:/home/fred:INBOX=/var/spool/mail//fred:INDEX=/var/spool/mail/indexes//fred
(Aside: The act of inserting the 'i_info' will have knocked the line
numbers adrift by a couple. But it shows what is (not) happening.)
Note in the "INBOX=..." clause that while "%u" and "%h" have been
successfully expanded (good), the "%i" variant (UNIX uid) has failed to
get expanded (bad).
I'm new to dovecot, so am on a steep learn...
2015 Dec 07
4
Version numbering vis a vis CentOS and RHEL
On Dec 7, 2015, at 1:52 PM, Greg Lindahl <lindahl at pbm.com> wrote:
>
> On Mon, Dec 07, 2015 at 08:57:01PM +0100, Zdenek Sedlak wrote:
>
>> AFAIK, the 7(1503) format is used only on the websites, and internally
>> CentOS uses 7.1.1503. Do you see this as an issue?
>
> Yes. It confuses humans. There have been a bunch of examples given of
> how it confuses
2008 Oct 02
6
Nightly yum update did an "upgrade"
Hy there,
i have a centos (4.?) Box with nightly yum update enabled. Last night, it did an upgrade to 4.7 leading to several problem i.e. not respawning the dhcrelay, which is needed on this box.
Can I control the update policy not to upgrade to new releases in the nightly updates? I would like do to nightly updates, but make release upgrades manual (I get a new kernel, so I have to reboot
2004 Oct 16
7
sapply and loop
Dear all,
I am doing 200 times simulation. For each time, I generate a matrix and
define some function on this matrix to get a 6 dimension vector as my
results.
As the loop should be slow, I generate 200 matrice first, and save them into
a list named ma,
then I define zz<-sapply(ma, myfunction)
To my surprise, It almost costs me the same time to get my results if I
directly use a loop
2004 Oct 16
7
sapply and loop
Dear all,
I am doing 200 times simulation. For each time, I generate a matrix and
define some function on this matrix to get a 6 dimension vector as my
results.
As the loop should be slow, I generate 200 matrice first, and save them into
a list named ma,
then I define zz<-sapply(ma, myfunction)
To my surprise, It almost costs me the same time to get my results if I
directly use a loop