similar to: Unable to access the mailbox or folders !!

Displaying 20 results from an estimated 4000 matches similar to: "Unable to access the mailbox or folders !!"

2011 Dec 09
1
matrix calculation
Hello, I have a matrix animal time A01 A02 A d0 -5.4 2.7 A d112 4.6 5.9 A d224 3.9 6.3 B d0 7.1 5.6 B d112 1.5
2009 Jun 23
2
Long to wide format without time variable
Hi all, I am trying to convert a data set of physician death codings (each individual's cause of death is coded by multiple physicians) from long to wide format, but the "reshape" function doesn't seem to work because it requires a "time" variable to identify the sequence among the repeated observations within individuals. My data set has no order, and different
2011 Mar 11
3
Large dataset operations
Hello all, I'm new to R and trying to figure out how to perform calculations on a large dataset (300 000 datapoints). I have already made some code to do this but it is awfully slow. What I want to do is add a new column for each "rep_ " column where I have taken each value and divide it by the mean of all values where "PlateNo" is the same. My data is in the following
2004 Aug 20
3
How generate "A01", "A02", ..., "A99"?
Hi, Anyone can tell me how to generate "A01", "A02", ..., "A99"? paste("A", 1:99, sep="") generates "A1", "A2",..., "A99". This is not what I want. Thanks for the help. -MY [[alternative HTML version deleted]]
2009 May 22
2
Step by step: Making an R package with Fortran 95
To all. I need your help. The big question is: How do I make an R library with Fortran 95 files? You may assume that I am a pretty decent programmer in both R and Fortran. I lay out a scenario and need your help! I know how to make an ordinary R package and have dabbled with R + Fortran 95 *.dll linking. I do not have a great handle on the whole Makevars file and whatever else I might need
2007 Dec 14
2
Conflating categories
Hi, I think this is a pretty basic question. I still couldn#t find the answer to it, though. I have some data loaded into R, which looks like this: > data() ... 38358 Advice Article 38359 Advice Article 38360 GeneralInfo List 38361 GeneralInfo Article 38362 Purchase Paragraphs 38363 Purchase List 38364 Purchase Paragraphs ... I now
2007 Nov 21
1
ave and sd
Dear list, I'm still trying to calculate the sd for V2 for each group in V1 if V3 is '0': > x V1 V2 V3 1 A01 2.40 0 2 A01 3.40 1 3 A01 2.80 0 4 A02 3.20 0 5 A02 4.20 0 6 A03 2.98 1 7 A03 2.31 0 8 A04 4.20 0 # Work x$vmean <- ave(x$V2, x$V1, x$V3 == 0, FUN = mean) # Work x$vsd2 <- ave(x$V2, x$V1, FUN = sd) # Doesn't work x$vsd <- ave(x$V2, x$V1, x$V3
2018 Sep 10
2
Byte-wide stores aren't coalesced if interspersed with other stores
Hi, I have, in postres, a piece of IR that, after inlining and constant propagation boils (when cooked on really high heat) down to (also attached for your convenience): source_filename = "pg" target datalayout = "e-m:e-i64:64-f80:128-n8:16:32:64-S128" target triple = "x86_64-pc-linux-gnu" define void @evalexpr_0_0(i8* align 8 noalias, i32* align 8 noalias) {
2018 Sep 11
2
Byte-wide stores aren't coalesced if interspersed with other stores
Andres: FWIW, codegen will do the merge if you turn on global alias analysis for it "-combiner-global-alias-analysis". That said, we should be able to do this merging earlier. -Nirav On Mon, Sep 10, 2018 at 8:33 PM, Andres Freund via llvm-dev < llvm-dev at lists.llvm.org> wrote: > Hi, > > On 2018-09-10 13:42:21 -0700, Andres Freund wrote: > > I have, in postres,
2007 Sep 20
1
convert data from
Hi, I am trying to convert a data frame from: X1 X2 A 1 2 B 3 4 C 5 6 to: A01 1 A02 2 B01 3 B02 4 C01 5 C02 6. How can I do it in R? I appreciate your help. Zheng --------------------------------- [[alternative HTML version deleted]]
2012 Feb 09
1
get the first character element from a list
test<-c("20120111_181515_001_CCL54D_A01_S02_APL932_PL11_DL_20120111.CEL", "20120111_181516_002_CCL54D_A02_S08_APL932_PL11_DL_20120111.CEL") > test [1] "20120111_181515_001_CCL54D_A01_S02_APL932_PL11_DL_20120111.CEL" [2] "20120111_181516_002_CCL54D_A02_S08_APL932_PL11_DL_20120111.CEL" fields1<-strsplit(test, "_") > fields1 [[1]] [1]
2003 Nov 02
2
evolution - folders not displayed correctly
Hello, First, I used thunderbird, and everything looks great. I tried my account in evolution and all the folders appear in one level and not in several as they were in thunderbird. Inbox Inbox.foo Inbox.bar instead of Inbox foo bar What could be the problem? Thanks! ===== Terry __________________________________ Do you Yahoo!? Yahoo! SiteBuilder - Free, easy-to-use web site
2014 Jan 06
1
Dovecot quoting problem?
Hello Timo, I think the following commit makes problems: http://hg.dovecot.org/dovecot-2.2/rev/68a8b650578e # Doesn't work A01 LIST "" ~/Mail/Gesendet # OK with quoted mailbox A02 LIST "" "~/Mail/Gesendet" Details: imap * PREAUTH [CAPABILITY IMAP4rev1 LITERAL+ SASL-IR LOGIN-REFERRALS ID ENABLE IDLE SORT SORT=DISPLAY THREAD=REFERENCES THREAD=REFS
2003 Sep 03
4
telantek.adsi
I am working with the telantek.adsi file, and I was wondering how I would create a softkey for Transfer. I tried making a key definition and using SENDDTMF "#", but that didn't work. Is there another way I could do this? Also, does anybody have any ADSI scripts for use with Asterisk that they would like to share? Thank you for your time. __________________________________ Do you
2002 Sep 18
2
No subject
--============_-1179735293==_ma============ Content-Type: text/plain; charset="us-ascii" ; format="flowed" To: r-help-request@lists.R-project.org From: "Dr. Chris Wills" <cwills@ucsd.edu> Subject: Questions about sorting and functions Cc: Bcc: X-Attachments: Dear R-Gang - Two questions for you: 1) I cannot figure out how to sort one column in an array, and
2003 Sep 08
3
Adtran TA750 MWI problem
I recently set up Asterisk with an Adtran TA750. All is well except the phones do not show the MWI. I have configured zapata.conf properly, as all phones will receive a stutter dial tone if there is a message waiting in it's assigned mailbox. Does anybody know how I might fix this problem? Thank you for your time __________________________________ Do you Yahoo!? Yahoo! SiteBuilder - Free,
2004 Aug 06
2
Why can't I login to cvs?
Using the following command cvs -d :pserver:anoncvs@xiph.org:/usr/local/cvsroot login and anoncvs as the password, I get the following response cvs [login aborted]: connect to xiph.org(198.136.36.245):2401 failed: Connection refused can anyone clue me in? D Sledge __________________________________ Do you Yahoo!? Yahoo! SiteBuilder - Free, easy-to-use web site design software
2003 Sep 23
4
Segmentation Fault on reload (gdb output included)
I keep getting segmentation faults when I do a reload. Here are the core file outputs from gdb: (I have three of them and they produce the same output) (gdb) core core.6044 Core was generated by `asterisk'. Program terminated with signal 11, Segmentation fault. #0 0x401519fc in ?? () I have no idea what that means, but if somebody could point me in the right direction, that would be
2004 Aug 06
3
noobie questions
Winamp3 is broken according to some posts here. Try Winamp 2.91 or the latest XMMS. Of course, XMMS requires the xmms-mp3 libraries. Try that and see if it helps. KJ <p>On Fri, 2003-09-12 at 15:56, Jeff Ousley wrote: > Thanks, all, for the pointers. I think I have > everything configured properly, but, something is > obviously still wrong. I'm using Kerry's guide with >
2003 Sep 24
3
RedHat 9.0 and 100 percent CPU utilization
Please, don't hate me because I use Redhat. I am aware that I am asking for problems in running Asterisk on Redhat. I recently aquired a nifty server, moved my digium cards, and installed asterisk. I noticed that one of the four processors was being used at 100% and nothing was working. I tracked CPU utilization back to the Asterisk process. Please, help. James