Displaying 20 results from an estimated 5000 matches similar to: "image function"
2002 Sep 07
1
rcopy.pl an Perl script for rsync (with XML config)
Hello all,
I have been working on a Perl script called "rcopy.pl" that basically allows
you to configure rsync via an XML file. It's very easy to use. And it's very
usable at this point.
FEATURES:
* allows you to create your own set of rules to backup a system
(synchronize) -- a la 'rdist'
* you can have multiple servers and user accounts for different sources in
one
2017 Feb 12
2
Maildirsize not updated
I am using dovecot lmtp
root at messagerie[10.10.10.19] ~ # grep virtual_transport /etc/postfix/main.cf
# transport_maps = hash:/var/lib/mailman/data/transport-mailman, proxy:mysql:/etc/postfix/mysql-virtual_transports.cf
# virtual_transport = maildrop
virtual_transport = lmtp:unix:private/dovecot-lmtp
root at messagerie[10.10.10.19] ~ #
On Thursday, February 9, 2017 7:54 PM, WJCarpenter
2017 Feb 09
2
Maildirsize not updated
On Thursday, February 9, 2017 2:02 PM, Aki Tuomi <aki.tuomi at dovecot.fi> wrote:
> how do you measure the difference?
header of maildirsize and output of doveadm quota get -u user at domain.tld
Here's another occurence that happened a couple weeks ago on 25-01-2017 (retrieved from a mail I sent to the user and to teammates):
in some unit in % of quota
2002 Jun 27
3
plot(..., type="h") w/ origin not at y=0
Is it a way to make plots with vertical lines, like plot(x, y, type="h"),
but starting from a different value than y=0.
For example, with x=1:3, y=-(1:3), y.orig=-3 :
-1 |
|
y -2 | |
| |
-3 | | |
1 2 3
x
Thanks
--
Cyril Humbert
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list --
2016 May 11
2
How do I share folders ?
Hello dovecot,
First poster here.
What I want : give a.chaouche at algerian-radio.dz list and read permissions on a.chaouche at backup.algerian-radio.dz. Let's just discuss sharing the inbox then I can do the same for subfolders, in any. a.chaouche at algerian-radio.dz and a.chaouche at backup.algerian-radio.dz are two different users. Details about the domains aren't relevant here I
2003 Apr 16
1
rsync-2.5.6 on AIX 4.3.3
Hi all,
After a few days of looking into why rsync-2.5.6 would not work when using
the "::" syntax on AIX 4.3.3, I discovered it is only the case when the
system is not patched. I patched my system to maintenance level 10 and it
works fine.
AIX 4.3.3.0 - not working
# uname -a
AIX host1 3 4 00070F3F4C00
# instfix -i | grep ML
<stuff deleted>
All filesets for 4.3.3.0_AIX_ML
2019 Mar 10
3
sieve vacation to an alias group
On 3/10/19 9:07 AM, Yassine Chaouche via dovecot wrote:
>
> On 3/9/19 12:41 PM, Monis Monther via dovecot wrote:
>
>> Hi,
>>
>> We have an alias group named xyz at example.com
>> <mailto:xyz at example.com>, this alias group has 3 actual users
>> a at example.com <mailto:a at example.com>, b at example.com
>> <mailto:b at
2003 Jan 13
2
Bug in boxplot(..., add=TRUE) ?
R 1.6.1 on Windows NT4:
The boxplot() function appears to draw its own tick marks
and axis values even when called with add=TRUE. As a toy
example, try
x <- rnorm(100)
f <- factor(rep(1:4, each=25))
plot(c(0,4), c(-3,3), type="n", xaxt="n", yaxt="n")
boxplot(x ~ f, add=TRUE)
My expectation is that a high-level plotting function will
not mess with the axes
2002 Dec 30
2
Writing packages with `methods' package
I'm trying to write a package which uses classes/methods as defined in the
`methods' package. I have a single .R file which defines the class and
various methods for that class. At the top of the file I have
require(methods)
and then
setClass("myclass", ...)
setGeneric("intersect")
setMethod("intersect", "myclass", function(x,y) ...)
I noticed
2002 Aug 31
1
building r-devel on RedHat 7.1 with gcc 3.1.1
Has anyone tried to build r-devel on a RedHat 7.1 with the gcc 3.1.1
compiler? I didn't have problems with gcc 2.95.x or gcc 3.0.4, but when I
ran the configure with gcc 3.1.1 I got the following error:
[...]
checking whether gcc accepts -M for generating dependencies... yes
checking whether gcc supports -c -o FILE.lo... yes
checking how to get verbose linking output from g77... -v
checking
2003 Jan 15
2
Contour Plots
r-help,
I can't seem to get the below data organized in such a manner so as to
generate a contour plot
using any of the functions {lattice.contourplot, base.contour,
base.filled.contour}. I was wondering
if anyone could please tell me what I need to do to accomplish this.
X,Y,Level
-31.105,86.911,3843
-3.385,86.911,3896
24.335,86.911,3874
-24.175,79.700,3900
-3.385,79.700,3927
2003 Feb 11
2
geoR question from new R user
Hi,
I'm a new R user. My goal is to do a variogram using geoR.
I started by trying to do the example in the geoR Illustrative Session
using my own data.
I am able to read in my Ascii data using: D <- matrix(scan("file.dat",
n=530*3), 530,3, byrow=TRUE).
Then I use: as.geodata(D, coords.col=1:2, data.col=3) to make the
object D geodata.
I check the descriptive statistics,
2002 Feb 19
2
cdf of the standard normal distribution
Dear Experts,
I need to calculate the cdf of the standard normal distribution, i.e.
H(x) = 1/sqrt(2*pi) integral(exp(-z^2/2) dz), where z is b/w -infi to
infi.
I know there should be a way to do it in R, but did not know to do it.
I'd appreciate any help you could offer.
Charlie Liu
Graduate student intern at EPA/ECO
2002 Mar 11
2
gif, jpeg and png image files reader
Hi all,
Although R seems to have jpeg() and png() functions that converts data into
jpeg and png formated files, it
doesn't have functions the other way around.
Does one of R contributed packages have gif, jpeg and png image readers? I
did help.search() but no luck
Regards,
Jonathan
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read
2003 Jan 16
7
X11 device now needs to be explicitly started?
_
platform i686-pc-linux-gnu
arch i686
os linux-gnu
system i686, linux-gnu
status
major 1
minor 6.2
year 2003
month 01
day 10
language R
>
Until this version, I've not had to explicitly start the x11 device.
Now,
2006 Jul 13
1
ts and stl functions - still a problem
Hi
I am still having problems with using the stl function, when I read the csv file into R into a file called tkr and use dim(tkr) the result is 132 1 which is fine.
When coerce it into a trime series using ts either:
tstkr <- ts(t(tkr), deltat=1/12) or
tstkr <- ts(c(tkr), deltat=1/12)
and use the stl function I get the following error:
Error in
Data.frames : difference between x$a and x[, "a"] ? - How set new values on x$a with a as variable ?
2010 Sep 10
2
Data.frames : difference between x$a and x[, "a"] ? - How set new values on x$a with a as variable ?
Hi,
I got two questions :
1st Question
a="S"
b=data.frame(S=3)
do.call(`<-`,list(do.call(`$`,list(b,"S")),5))
=> How can I put new values on S column having the column name as a variable ?
2 nd Question
a="S"
b=data.frame(S=3)
b[,"S"]=list(1:10) #Doesnt works
b$S=list(1:10) #Works
=>
2019 Mar 10
2
sieve vacation to an alias group
I am curious to know how did you define the filter on an alias in the
first place ? is it a filter defined globaly in dovecot ? I don't see
how it can be defined in any individual mailbox. Can you show the
dovecot/sieve configuration to achieve this ?
Yassine.
On 3/10/19 11:40 AM, Monis Monther via dovecot wrote:
> Hi Yassine,
>
> Thanks for the effort, unfortunately, we cannot
2003 May 01
4
List of lists? Data frames? (Or other data structures?)
Hi, I'm faced with the following problem and would appreciate some
advice.
I could have a data frame x that looks like this:
aa bb
a 1 "A"
b 2 "B"
The advantage of this is that I could access all the individual
components easily. Also I could access all the rows and columns
easily.
Alternatively, I could have a list of
2002 Aug 28
2
sourcing a file with the plot.lme() function
I ran into a problem trying to make a plot from a file that's read using
source. Basically, I have the following code in a file "plot.R" :
library(nlme)
data(Loblolly)
fm1 <- nlme(height ~ SSasymp(age, Asym, R0, lrc),
data = Loblolly,
fixed = Asym + R0 + lrc ~ 1,
random = Asym ~ 1,
start = c(Asym = 103, R0 = -8.5, lrc = -3.3))