Displaying 3 results from an estimated 3 matches for "conteiner".
Did you mean:
container
2004 Jun 15
1
R: slope estimations of teeth like data
...;- 0.03*x[1:100]+rnorm(100, mean=.001, sd=.03)
z <- 3-rep(seq(1,100,10),each=10)*.03+rnorm(100,mean=.001, sd=.03)
yy <- NULL
for( i in 1:10) yy <- c(yy,c(y,z)[1:floor(runif(1)*200)])
y.l <- length(yy)
plot(1:y.l, yy)
x axis is actually a time and y is a weight of gradually filled conteiner, which is
irregularly emptied. I want to do an hourly and/or daily averages of increases in
weight (it can by done by aggregate)
myfac <- gl(y.l/12,12,length=1271) #hopefully length is ok
y.agg <- aggregate(diff(yy), list(myfac), mean)
## there will be list(hod=cut(time.axis,"h...
2005 Aug 25
0
[Fwd: Re:Dovecot] Finally PEBKAC was Failed authentication to a mysql database (bug or PEBKAC?)]
-----Forwarded Message-----
From: jigen <jigen at metalabs.org>
To: Timo Sirainen <tss at iki.fi>
Subject: Re:Dovecot] Finally PEBKAC was Failed authentication to a mysql database (bug or PEBKAC?)
Date: Sat, 20 Aug 2005 18:33:11 +0200
On Fri, 2005-08-19 at 16:56, Timo Sirainen wrote:
> Dovecot just passes these values to Mysql library without doing anything
> to them itself. So
2005 Aug 09
6
Failed authentication to a mysql database (bug or PEBKAC?)
Hello,
I'm trying to setup a mailserver running postfix and dovecot with mysql
as database backend. Postfix is already running and delivers mails just
fine. Unfortunately, dovecot has great problems connecting to the
database (using username + password). If I disable the password,
everthing works fine. But, thats harakiri, security wise ;-)
I tried dovecot-1.0-stable and the latest