Displaying 2 results from an estimated 2 matches for "abcabcabc".
Did you mean:
aaabcabc
2010 Aug 14
1
incrementing matrix elements more efficiently
I need to increment cells of a matrix (collusionM). The indexes to increment are in an index (matchIndex). This is some of the code
for (j in 1:(rows-1)) matchIndex[[j]] <- which(mx[j]==mx)
for (j in 1:(rows-1)) collisionM[j,matchIndex[[j]]] <- collisionM[j,matchIndex[[j]]] + 1
I could put them in the same loop but this is slower. The first for statement is fine. It finds the matches
2015 Apr 17
1
userdb username changed
...sql
}
protocol lmtp {
mail_plugins = quota
}
protocol lda {
mail_plugins = quota
}
protocol imap {
mail_plugins = quota imap_quota
}
protocol pop3 {
mail_plugins = quota
}
/etc/dovecot/dovecot-example-mysql.conf.ext:
driver=mysql
connect = host=10.10.90.206 dbname=mail user=user password=abcabcabc
password_query = SELECT at.userid AS user, at.password AS password, \
at.home AS userdb_home, at.uid AS userdb_uid, at.gid AS userdb_gid, \
concat('*:storage=', at.quotabytes, 'b:messages=',
at.quotamessages) AS userdb_quota_rule \
FROM auth at INNER JOIN mai...