Displaying 3 results from an estimated 3 matches for "s2o".
Did you mean:
s2io
2010 Jul 12
2
a small puzzle?
I know the following may sound too basic but I thought the mailing list is
for the benefit of all levels of people. I ran a simple if statement on two
numeric vectors (news1o and s2o) which are of equal length. I have done an
str on both of them for your kind perusal below. I am trying to compare the
numbers in both and initiate a new vector s as 1 or 0 depending on if the
elements in the arrays are greater or lesser than each other. When I do a
simple s=(news1o>s2o) I get t...
2010 Jul 12
6
in continuation with the earlier R puzzle
.... But if I am going to run a for loop
every time for large vectors I might as well use C or any other language.
The reason R is powerful is becasue it can handle large vectors without each
element being manipulated? Please let me know where I am wrong.
for(i in 1:length(news1o)){
+ if(news1o[i]>s2o[i])
+ s[i]<-1
+ else
+ s[i]<--1
+ }
--
'Raghu'
[[alternative HTML version deleted]]
2009 Feb 24
4
"dovecot-uidlist: Duplicate file entry at line" error
This is with respect to an error that I am facing in dovecot.
The error is that is seen in logs is "Feb 23 00:04:46 mailblade1
dovecot: IMAP(USERNAME): /indexes/USERNAME/.INBOX/dovecot-uidlist:
Duplicate file entry at line 7:
1234776125.M559298P3988.s2o.qlc.co.in,S=13111,W=13470:2, (uid 94277 ->
97805)"
This error is seen for multiple users.
Once this error occurs for a user, the user downloads mails all over
again in POP3.
Please help! And let us know what can be done.
Details of our setup
----------------------
The setup has deploye...