Displaying 7 results from an estimated 7 matches for "test33".
Did you mean:
test32
2011 Sep 07
1
Problem with configuring dovecot to take namespaces from database
..., unfortunately it doesn't work.
My user_query is:
SELECT '/dane/domeny/%d/mail/%n/' as home, dovecot_typ_skrzynki ||':'||
'/dane/domeny/%d/mail/%n/' ||'.'|| dovecot_typ_skrzynki as
mail_location, '*:bytes='||quota_mb||'M' as quota_rule ,
'test33/location=mdbox:~/.mdbox/test33/' as "namespace/test3/prefix"
In debug log i'm getting:
Debug: master out:
USER#0111#011user at examle.com#011home=/dane/domeny/mejor.pl/mail/marcin/#011mail_location=maildir:/dane/domeny/mejor.pl/mail/marcin/.maildir#011quota_rule=*:bytes=0M#011na...
2004 Aug 23
1
1.0-test33
http://dovecot.org/test/
I think I found and fixed the last bug that was giving me problems. Now
that Dovecot has been successfully working for a few hours, time for a
new test release :)
This release has major changes, so there might still be some bugs left.
Be careful.
If you're upgrading from previous 1.0-test release, you must delete all
existing dovecot.index.log files or you will get
2003 May 16
4
Newbie hung up with matrices
...%*%A: requires
numeric matrix/vector arguments".
I have some VBA and VB experience (thus a little Object Oriented
programming experience), am I right in beliving that I am not "dimensioning"
correctly? I have been trying the following example:
A<-matrix
A<-read.csv("test33.csv"), where the data is
A,B,C
1,4,7
2,5,8
3,6,9
x<-c(4,5,6)
x%*%A
ERROR (as shown above)
ALSO, I have downloaded the RExcel add-in, but have not found any reference
manual, etc that describes how to use it. Any suggestions here are
appreciated, as I primarily do...
2004 Sep 12
1
IMAP session freezes
I've been having IMAP sessions "freeze" with fetchmail trying to
retrieve larger e-mails, typically over 20K and always with an
attachment. When I switch to POP3 I am able to retrieve the same
e-mails just fine. This started at test33. I'm currently using
test42 on a OpenBSD 3.5/macppc system with Maildir.
2009 Aug 24
1
how to add 95% confidential interval as vertical lines to x axe in density plot
...n=6, sd=6))
myda<-data.frame(factor,traits1,traits2,traits3,traits4,traits5,traits6,traits7,traits8,traits9,traits10,traits11,traits12,traits13,traits14,traits15,traits16,traits17,traits18,
traits19,traits20,traits21)
library(ggplot2)
d = melt(myda, id = "factor")
str(d)
pdf("test33.pdf")
p =
ggplot(data=d, mapping=aes(x=value, y=..density..)) +
facet_wrap(~variable)+
stat_density(aes(fill=factor), alpha=0.5, col=NA, position = 'identity') +
stat_density(aes(colour = factor), geom="path", position = 'identity')
print(p)
dev.off()
Mao J-F
2004 Aug 23
0
1.0-test35
http://dovecot.org/test/
Test33/34 weren't usable for very long. Test35 fixes several problems in
them.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 189 bytes
Desc: This is a digitally signed message part
URL: <http://dovecot.org/pi...
2009 Aug 21
0
how to plot 95% confidential interval as vertical lines to x axe in density plot
...n=6, sd=6))
myda<-data.frame(factor,traits1,traits2,traits3,traits4,traits5,traits6,traits7,traits8,traits9,traits10,traits11,traits12,traits13,traits14,traits15,traits16,traits17,traits18,
traits19,traits20,traits21)
library(ggplot2)
d = melt(myda, id = "factor")
str(d)
pdf("test33.pdf")
p =
ggplot(data=d, mapping=aes(x=value, y=..density..)) +
facet_wrap(~variable)+
stat_density(aes(fill=factor), alpha=0.5, col=NA, position = 'identity') +
stat_density(aes(colour = factor), geom="path", position = 'identity')
print(p)
dev.off()
Mao J-F