Displaying 13 results from an estimated 13 matches for "22.44".
Did you mean:
22.42
2009 Jun 23
2
values in graph points
Hello,
How to add x values in graph points?
Thanks a lot,
Romildo
x <- c(22.44, 20.14, 15.85, 15.97)
plot(x, type="n", axes=FALSE, ann=FALSE, labels=c(22.44, 20.14, 15.85,
15.97))
par(lwd=1)
lines(x)
points(x, pch=5, bg="grey", cex=1.5)
axis(2, las=1)
axis(1, at=1:4, lab=c("none", "50-50", "80-20", "90-10"))
box()
2012 Jan 06
1
failed: Too many levels of symbolic links
All,
My dovecot install works great except for one error I keep seeing this
in my logs. The folder has 7138 messages in it. I am informed the user
they needed to reduce the number of messages in the folder and believe
this will fix the problem. My question is about where the problem
lies. Is the problem related to an internal limit with Dovecot v2.0.15
or with my Debian (3.1.0-1-amd64)?
2007 Sep 02
1
how to sub-sample a variable on another file coordinates
Hello 'R' Users,
I have a monthly mean CO2 necdf data file defined on 1x1 lat by lon
coordinate. I want to sub-sample this variable CO2 on the coordinates
of another ASCII data file. The coordinates of another ASCII data file are
as:
-24.01 152.06 -18.58 150.19 -13.46 148.35 -8.29 147.03 -3.14 146.19 1.53
145.59 7.08 145.33 12.25 145.02 17.46 144.31 22.44 142.35 27.53 141.26 33.04
2007 May 03
5
ZFS vs UFS2 overhead and may be a bug?
[originally reported for ZFS on FreeBSD but Pawel Jakub Dawid
says this problem also exists on Solaris hence this email.]
Summary: on ZFS, overhead for reading a hole seems far worse
than actual reading from a disk. Small buffers are used to
make this overhead more visible.
I ran the following script on both ZFS and UF2 filesystems.
[Note that on FreeBSD cat uses a 4k buffer and md5 uses a 1k
2012 Feb 07
1
Fedora 16 configuration
Hello,
I am trying to get dovecot to work on a fedora 16 install with sendmail.
I have been able to get it to work in the past with dovecot.conf but not
with the new conf.d directory and associated config files.
I keep seeing this in maillog:
Feb 7 14:28:59 sendmail dovecot: pop3-login: Aborted login (no auth
attempts): rip=x.x.x.x, lip=x.x.x.x
And the mail client comes back with username or
2012 Mar 30
1
Is it possible to migrating mail to dovecot using imapc?
I'm excited to hear that dovecot now supports imap as a mailbox type.
I've got a mailbox over on another imap server, which I want to migrate to dovecot. I was wondering whether I could use 'doveadm backup' to setup a two way synchronisation process between the old imap mailbox and the new dovecot mailbox. That way I can do the migration, and can coordinate the mail clients
2012 May 22
1
fts_lucene crashing
I found this in mail.err. Anyone ever experience this?
May 22 14:51:51 mba dovecot: imap(formulaire): Panic: file
lucene-wrapper.cc: line 196: unreached
May 22 14:51:51 mba dovecot: imap(formulaire): Error: Raw backtrace:
/opt/dovecot-2.1.6-lucene/lib/dovecot/libdovecot.so.0(+0x4200a)
[0x7f7e0edfd00a] ->
/opt/dovecot-2.1.6-lucene/lib/dovecot/libdovecot.so.0(+0x4204e)
[0x7f7e0edfd04e] ->
2013 Apr 17
0
Dovecot 2.2 & LEMONADE extensions
On 3/29/2013 12:48 AM, Stephan Bosch wrote:
> On 3/28/2013 11:10 PM, Timo Sirainen wrote:
>> On 28.3.2013, at 22.44, Ed W <lists at wildgooses.com> wrote:
>>
>> Also there's a good chance that Dovecot v2.3 will have an SMTP
>> submission server with BURL support (that will simply forward the
>> mail to a real SMTP server).
>
> A few weeks back I
2011 May 16
2
wireframe advice - with reproducible code
Dear List,
i am trying to produce a 3d plot using wireframe using the code:
wireframe(Residuals_FD ~ Elevation * Temperature, data = data2, scales = list(arrows = FALSE), drape = TRUE, colorkey = TRUE)
As you can see when the code (using the data below) is run the plot area is set-up correctly but the actual surface is missing?
Any help would be greatly appreciated.
Chris
#data
Elevation
2007 Apr 05
4
New full text search indexer
As described earlier
(http://dovecot.org/list/dovecot/2006-December/018055.html), Dovecot
nowadays has full text search indexing support in CVS HEAD.
Currently there are two backends: Lucene and Squat. Lucene's problem is
that standard IMAP SEARCH command can't be used with it without breaking
IMAP RFC. So Lucene can be used only with non-standard X-BODY-FAST and
X-TEXT-FAST search
2014 Sep 01
1
Correlation Matrix with a Covariate
R Help -
I'm trying to run a correlation matrix with a covariate of "age" and will
at some point will also want to covary other variables concurrently.
I'm using the "psych" package and have tried other methods such as writing
a loop to extract semi-partial correlations, but it does not seem to be
working. How can I accomplish this?
library(psych)
> set.cor(y =
2007 Sep 18
0
[LLVMdev] 2.1 Pre-Release Available (testers needed)
Hi,
LLVM 2.1-pre1 test results:
Linux (SUSE) on x86 (P4)
Release mode, but with assertions enabled
LLVM srcdir == objdir
# of expected passes 2250
# of expected failures 5
I ran the llvm-test suite on my desktop while I was also working on that PC,
so don't put too much trust in the timing info. Especially during the "spiff"
test the machine was swapping
2007 Sep 15
22
[LLVMdev] 2.1 Pre-Release Available (testers needed)
LLVMers,
The 2.1 pre-release (version 1) is available for testing:
http://llvm.org/prereleases/2.1/version1/
I'm looking for members of the LLVM community to test the 2.1
release. There are 2 ways you can help:
1) Download llvm-2.1, llvm-test-2.1, and the appropriate llvm-gcc4.0
binary. Run "make check" and the full llvm-test suite (make
TEST=nightly report).
2) Download