Displaying 5 results from an estimated 5 matches for "mehrdad".
Did you mean:
behrad
2013 Aug 25
1
Dovecot auth error
...tfix/private/auth {
? ? group = postfix
? ? mode = 0666
? ? user = postfix
? }
}
ssl_cert = </etc/pki/dovecot/certs/dovecot.pem
ssl_key = </etc/pki/dovecot/private/dovecot.pem
userdb {
? driver = passwd
}
protocol pop3 {
? pop3_uidl_format = %08Xu%08Xv
Any help would be appreciable.
Thanks!
Mehrdad.
2013 Nov 04
0
[LLVMdev] Implementing an llvm.setreturnaddress intrinsic
...etPointerTy(),
getValue(I.getArgOperand(0)),
getValue(I.getArgOperand(1))));
return 0;
My best guess is that my code is being optimized out -- but I'm not sure
where or why.
Does anyone know why this might be happening?
Thank you!
Mehrdad
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20131103/0ceafed6/attachment.html>
2004 Jul 27
0
Looking for Latest pam_smb Package
In integration of Documentum Sever with Active Directory, the
instructions point to pam_smb package version 1.9.8 that can be found on
the Samba FTP site. How do I get pam_smb version 3.x?
_________________________________________
Mehrdad Khoshand
8111 Gatehouse Rd. Falls Church, VA 22042
Phone: 703.289.2199 / Fax: 703-289-2995
2010 Oct 11
1
Lattice::bwplot unexpected behaviour when using vector of colors
Hi,
I'm trying to produce colored boxplots using lattice::bwplot function. I need to plot each boxplot in the panel with a specific color. Naturally I used a vector of colors and expected to see colored boxplots. Although the boxplots were colored, the color of whiskers and the boxes do not match. Here is an example:
d = data.frame(y = rnorm(100), x=1:4)
box.color <-
2010 Oct 11
1
Lattice::bwplot unexpected behaviour when using vector of colors
Hi,
I'm trying to produce colored boxplots using lattice::bwplot function. I need to plot each boxplot in the panel with a specific color. Naturally I used a vector of colors and expected to see colored boxplots. Although the boxplots were colored, the color of whiskers and the boxes do not match. Here is an example:
d = data.frame(y = rnorm(100), x=1:4)
box.color <-