Displaying 5 results from an estimated 5 matches for "strippe".
Did you mean:
stripped
2005 Feb 22
0
Question about NA's
Hi,
i got a little question about the NA's in vectors and matrices. When I
want to do some operations on a matrix with some NA's it is possible
to stripp them before the computation proceed (by na.rm=TRUE).
But how can I stripp NA's when I want to proceed a 'if', 'for'
or 'while' string? Because when I don't stripp them I always reveive
the message
2009 Feb 16
1
[LLVMdev] Invalid call generated on 64-bit linux when calling native C function from IR
Hi,
when I try to generate LLVM-IR which calls back to native C functions the
jit compiler generates invalid code on 64-bit linux. The same code works
fine on 32-bit linux, 32-bit OS X and 64-bit OS X. A reproduction case is
attached to this mail. It is a simple modification of the "How to use jit"
example adding a call to a native function.
I am currently using EE->addGlobalMapping
2005 Jun 24
3
[Need Help] Problem with compilation xen-2.0-testing
Hi,
I have a problem with compilation my own kernel with the xen-2.0-testing
package. I use this packadge because there are drivers for the nforce2
nic called fordedeth.
I do the following:
wget xen-2.0-testing-src.tgz
tar xvfz xen-2.0-testing-src.tgz
cd xen-2.0-testing
make world
( The first compilation show now errors and build all kernels. )
cd linux-2.6.11-xen0
make clean
make ARCH=xen
2014 May 30
1
Disabling plus sign extension delimiter in lmtp listener (or userdb)
Hello
We have migrated our email services from a server, which did not support IMAP
and folders, therefore threated the plus sign + as a normal character in a
part of an email address.
Our new server delivers the emails via lmtp to dovecot.
the few users which got a + character in the username first could not log-in
(fixed by adding + to auth_username_chars).
Now the next problem turn out to
2008 Apr 15
1
Dovecot LDA / Deliver question
Problem described:
I am trying to get Postfix + Dovecot + MySQL setup to work together in a
virtual mail hosting platform. I am running Postfix 2.3.x, and MySQL 5.0.x.
I am trying to use Dovecot's LDA for delivery to the users vmail home
directory -- usually under /var/vmail/domain.com/j/jdoe for home and
/var/vmail/domain.com/j/jdoe/.maildir for mail location, using MAILDIR
format.