Displaying 20 results from an estimated 70 matches for "xlist".
Did you mean:
list
2013 May 21
0
Outlook 2013 - mounting folders with XLIST
Hello,
>> i do some tests with dovecot 2.1.7 and activated a default special-use
>> config. To get it work with outlook 2013, i also added XLIST to imap
>> capability string. basically this is working.
>>
>> is somebody also using special-use folders successful with outlook 2013?
> yes, testet a few times, works fine, without Junk folder , cause
> outlook wants this handled by it own, but i ve seen reg patches to
&g...
2012 Aug 06
1
more efficient way to parallel
...your attention and suggestion.
library(parallel)
library(MASS)
result.seq=c()
Maxi <- 100
for (i in 1:Maxi)
{
## initialization, not of interest
Sigmahalf <- matrix(sample(1:10000,size = 10000,replace =T ), 100)
Sigma <- t(Sigmahalf)%*%Sigmahalf
x <- mvrnorm(n=1000, rep(0, 10), Sigma)
xlist <- list()
for (j in 1:1000)
{
xlist[[j]] <- list(X = matrix( x [j, ],5))
}
## end of initialization
dd1 <- sapply(xlist,function(s) {min(abs((eigen(s$X))$values))})
##
sumdd1=sum(dd1)
for (j in 1:1000)
{
xlist[[j]]$dd1 <- dd1[j]/sumdd1
}
## Assume dd2 and dd1 can not be combined in...
2011 Mar 17
1
assigning to list element within target environment
...n an value to an element of a list contained in an
environment. The list will contain vectors and matrices. Here's a simple
example:
# create toy environment
testEnv = new.env(parent = emptyenv())
# create list that will be in the environment, then assign() it
x = list(a=1,b=2)
assign("xList",x,testEnv)
# create new element, to be inserted into xList
c = 5:7
Now, what I'd like to do is something like this:
assign("xList[[3]]",c,testEnv)
But the assign() help says:
"assign does not dispatch assignment methods, so it cannot be used to
set elements of vectors,...
2013 May 08
1
Xlist in userdb, Foldernames with whitespace?
Hello,
i use dovecot 2.1.7 and exported all my XLIST FolderSettings to userdb
Whole Story is here:
http://dovecot.org/list/dovecot/2013-March/089209.html
This is all successful, but there is one problem left.
I use lines like this to realize individual XLIST Foldernames in usedb:
namespace/inbox/mailbox=Sent namespace/inbox/mailbox/Sent/name=Sent...
2005 Feb 12
3
data.frame into list by columns; merge and row.names
...39;t see any easy way to do this. I wouldn't be surprised if
it's there, but I really didn't see it.
I solved the problem using a very convoluted way:
x <- data.frame(a=sample(10), b=sample(10), c=sample(10))
f <- factor(names(x), levels=names(x))
xx <- data.frame(f=f, t(x))
xlist.transpose <- split(xx, xx$f)
xlist <- lapply(xlist, function(x) x=t(x))
I am very convinced there's a much easier way, so if any of you
people enlighten me I would appreciate
b)
In terms of my own personal use, it would be much better that merge
when using 'row.names' as the b...
2013 Oct 30
1
Configuring SPECIAL-USE Dovecot 2.0.9
Hi All,
I'm trying to configure Dovecot 2.0.9 to support Outlook 2013.
As I understand it, I need to configure XLIST. I have added
imap_capability = +XLIST
to 20-imap.conf
When I try to query the IMAP folders I get an error "An IMAP command
Failed". Looking at the logs I get XLIST Command not found.
I can only assume that I'm missing something in the configuration.
Any help would...
2013 Jun 01
1
MS asks for feedback on standards support in Outlook/Exchange
Am 01.06.2013 13:40, schrieb Timo Sirainen:
> On 1.6.2013, at 9.35, Robert Schetterer <rs at sys4.de> wrote:
>
>> Am 01.06.2013 00:28, schrieb Timo Sirainen:
>>> Someone should at least mention that they should support the real SPECIAL-USE instead of just Gmail-specific XLIST..
>>
>> i cant see any major Problems recent with i.e outlook 2013 and dovecot
>> and SPECIAL-USE, perhaps look the screens at
>
> What about http://dovecot.org/list/dovecot/2013-May/090489.html ?
>
---
Outlook 2013 is only working when adding XLIST manually to imap_ca...
2013 Apr 03
1
Outlook 2013 - mounting folders with XLIST
On Sun, 2013-03-31 at 17:40 +0300, Timo Sirainen wrote:
>> >
>> > namespace/inbox/mailbox=hallohallo^Atnamespace/inbox/mailbox/hallohallo/auto=subscribe
>> >
>> > same line occurs when querying ...userdb_import as userdb_import... in
>> > place of ...userdb_import as userdb_userdb_import.
>>
>>
2004 Oct 01
1
cumsum over a list or an array
Hello list,
my question is related to svd of a matrix:
b=matrix(rnorm(50),10,5)
mysvd=svd(b)
I would like to compute each xi where xi = di* ui %*% t(vi). I do it by :
xlist=sapply(1:ncol(b), function(x1,y)
y$d[x1]*y$u[,x1]%*%t(y$v[,x1]),y=mysvd,simplify=F) # result is a list
xarray=array(sapply(1:ncol(b), function(x1,y)
y$d[x1]*y$u[,x1]%*%t(y$v[,x1]),y=mysvd),c(nrow(b),ncol(b),ncol(b))) #
result is an array
Now i would like to compute cumulative sum:
y1=x1 # y[,...
2009 Sep 03
1
Output from as.windrose() in oce package baffles me
I'm having trouble understanding the output from as.windrose(). For one
thing, data on a boundary between sectors seem to be left out of the
counts. I assume that explains the missing point in the output below
(angle 45). Shouldn't one side of each sector interval be open, to
include values such as my 45 in the example? Also, why does the angle
180 in my input apparently not result in
2011 May 19
2
balanced panel data
I have a dataframe with many firm-year observations and many variables.
Not all firms have information for all the years.
I want another dataframe with only those firms that have information all
years.
This is, I want a balanced panel data, but with the maximum number of years.
In my reprocucible example I want to keep firms 1,2 and 3 (period 2000 to
2004).
I need your help to create a
2020 Jul 07
4
Dovecot Maildirs multi language
Hello,
I'm hosting a few customers on a dovecot Server. Most users speak german
and have german as their main language. I configured the IMAP Foldernames
in a Dovecot configuration file like this:
#####
root at srv04:~# cat /etc/dovecot/conf.d/105-mailboxes.conf
imap_capability = +XLIST
namespace inbox {
inbox = yes
location =
separator = /
mailbox "Entw?rfe" {
auto = subscribe
special_use = \Drafts
auto=subscribe
}
mailbox Junk-E-Mail {
special_use = \Junk
auto=subscribe
}
mailbox &quo...
2010 Nov 23
2
Question about list function
Dear List I'm a newbie R user.
I'm utilizing the list function in order to make a var like this:
clusters<-list(a=var1,b=var2....) My problem is that the total numer of
variables that I need to include in my list is up to 200. I've the text
string with the complete list of my variables but is too long to cut and
paste in my bash shell.
So is there a way too import the list from a
2007 Apr 11
5
how to reverse a list
Hi, there:
I am wondering if there is a quick way to "reverse" a list like this:
t0 <- list(a=1, b=1, c=2, d=1)
reverst t0 to t1
> t1
$`1`
[1] "a" "b" "d"
$`2`
[1] "c"
thanks.
--
Weiwei Shi, Ph.D
Research Scientist
GeneGO, Inc.
"Did you always know?"
"No, I did not. But I believed..."
---Matrix III
2006 Jan 17
0
Perl array conversion in R to compare plots.
...xplot on all this data but
I am not sure how to extract data properly and display
so far my function looks like
compareplot <- function(x,xlab=par("xlab"))
{
new.plot()
for ( i in 1:length(x))
{
# I think I have to do some assign and paste here"???
xlist[i] <- unlist(x[[i]])
args <- paste(args,xlist[i])
}
so I want my args to look something like xlist1,xlist2,....
boxplot(args)
hist(args) ...
probplot(args)
or should I do some data.frame conversion on all of the lists... and how would
I go about doing a comparison of data on pro...
2010 Apr 01
1
IMAP extensions & their meanings
I know that is is not really a Dovecot problem; however, I was
wondering where I could get a complete list of the terms used in the
'capability' line. I have not had any success in finding out what
things like "XLIST" refer to. I don't believe that is one that Dovecot
uses; however, I have seen it with other IMAP servers, plus lots of
other flags that I do not understand.
I tried Googling but only got a few sporadic and basically useless
answers.
Thanks!
--
Jerry
Dovecot.user at seibercom.net
Disc...
2016 Apr 04
0
Using R for cURL commands,Message-ID:
...was on using R for executing the curl command, however, I'm open to other approaches. The method I've been using so far:
-----------------
These are lines snipped from a working application. I make use of the httr package. The
parameters of the call are assembled as a nested list "xlist" prior to this section. The
set of errors I check for is unique to the API I'm talking to, an internal one that's a
bit odd in its return codes, but still it gives you the idea.
auth <- authenticate(id$lanid, id$password, type="basic")
query <- POST(url=co...
2013 May 31
1
Fwd: MS asks for feedback on standards support in Outlook/Exchange
Someone should at least mention that they should support the real SPECIAL-USE instead of just Gmail-specific XLIST..
Begin forwarded message:
> From: Andrew Laurence <atlauren at me.com>
> Subject: [imapext] MS asks for feedback on standards support in Outlook/Exchange
> Date: 1. kes?kuuta 2013 1.18.42 UTC+3.00
> To: HIED-EMAILADMIN at LISTSERV.ND.EDU, windows-hied at lists.stanford.edu, off...
2007 Apr 05
2
creating a data frame from a list
Dear all,
A few months ago, I asked for your help on the following problem:
I have a list with three (named) numeric vectors:
> lst = list(a=c(A=1,B=8) , b=c(A=2,B=3,C=0), c=c(B=2,D=0) )
> lst
$a
A B
1 8
$b
A B C
2 3 0
$c
B D
2 0
Now, I'd love to use this list to create the following data frame:
> dtf = data.frame(a=c(A=1,B=8,C=NA,D=NA),
+
2013 Sep 08
1
best practice to have sent mail folder on dovecot imap server
I've already asked this here:
http://serverfault.com/questions/533940/best-practice-to-have-sent-mail-
folder-on-dovecot-imap-server
Hi,
when I add a mail account to KMail (or most other MUA I suppose) the sent mail
folder is on the local machine and I don't have my sent mails on other
machines.
I'd like to have a sent mail folder in IMAP and I thought that there would
already