Displaying 6 results from an estimated 6 matches for "releaf".
Did you mean:
releas
2010 Jun 02
2
Faster union of polygons?
....3, -14.8, -19.4, -22.2, -23.5,
-22.2, -17.6, -7.8, 0, 0, -2.4, 2.8, 8.9, 19.9, 33.9, 34.8, 40.4,
49.7, 69.2, 77.4, 83.4, 91.4, 99, 92.8, 87.3, 81.2, 71.1, 57.6,
45.4, 39.2, 26, 15.6, 5.3, 0.6, 0), .Dim = c(26L, 2L), .Dimnames = list(
NULL, c("X", "Y")))
# Lots of polygons:
releaf <- function(leaf)cbind(leaf[,1]+rnorm(1,0,50),leaf[,2]+rnorm(1,0,50))
leaves <- replicate(500, releaf(leaf), simplify=FALSE)
# Make into gpc.poly class:
leaves <- lapply(leaves, as, "gpc.poly")
# Make union .....
system.time({
leavesoutline <- union(leaves[[1]], leaves[[2]])...
2023 Feb 22
1
Restored mail folders conflict with renamed original ones
....ExCom
* LIST (\HasNoChildren \UnMarked) "." GEO.UHCO
* LIST (\HasChildren \UnMarked) "." "Grants Active"
* LIST (\HasChildren \UnMarked) "." "Grants Active.European"
* LIST (\HasNoChildren \UnMarked) "." "Grants Active.European.URBAN RELEAF"
* LIST (\HasChildren \UnMarked) "." "Grants Active.European.SMURBS"
* LIST (\HasNoChildren \UnMarked) "." "Grants Active.European.SMURBS.In
Kind"
* LIST (\HasNoChildren \UnMarked) "." "Grants
Active.European.SMURBS.Final Reports"
*...
2023 Feb 20
1
Restored mail folders conflict with renamed original ones
...x
includes a large number of mail folders):
# doveadm mailbox list -u userx
IGARSS 2024
IAC2022
Junk
...
Junk E-mail
INBOX.EMISSION
...
Trash
Trash.Equality
Trash.sadf
...
Grants Active
Grants Active.European
Grants Active.European.URBAN RELEAF
Grants Active.European.SMURBS
Grants Active.European.SMURBS.In Kind
Grants Active.European.SMURBS.Final Reports
Grants Active.European.RI-URBANS
Grants Active.European.QA4EO
Grants Active.European.ATMO-ACCESS
Grants Active.European.IGOSP
Grants Active.European.GAUSS...
2023 Feb 22
1
Restored mail folders conflict with renamed original ones
Can you please try
doveadm exec imap -u username_of_the_user
1 LIST "" "*"
and see if it is there?
Aki
> On 22/02/2023 14:28 EET Nikolaos Milas <nmilas at noa.gr> wrote:
>
>
> On 21/2/2023 9:56 ?.?., Aki Tuomi wrote:
> > Can you enable mail_debug=yes, restart, ask the user to access the folder(s) and provide those logs?
> >
>
> Hi
2023 Feb 23
1
Restored mail folders conflict with renamed original ones
...1 LIST "" "*"
> ...
> * LIST (\HasChildren \UnMarked) "." "Grants Active"
> * LIST (\HasChildren \UnMarked) "." "Grants Active.European"
> * LIST (\HasNoChildren \UnMarked) "." "Grants Active.European.URBAN
> RELEAF"
> * LIST (\HasChildren \UnMarked) "." "Grants Active.European.SMURBS"
> * LIST (\HasNoChildren \UnMarked) "." "Grants
> Active.European.SMURBS.In Kind"
> * LIST (\HasNoChildren \UnMarked) "." "Grants
> Active.European.SMU...
2007 Nov 17
11
slog tests on read throughput exhaustion (NFS)
I have historically noticed that in ZFS, when ever there is a heavy
writer to a pool via NFS, the reads can held back (basically paused).
An example is a RAID10 pool of 6 disks, whereby a directory of files
including some large 100+MB in size being written can cause other
clients over NFS to pause for seconds (5-30 or so). This on B70 bits.
I''ve gotten used to this behavior over NFS, but