Displaying 6 results from an estimated 6 matches for "doint".
Did you mean:
point
2004 Apr 05
3
Evaluation of functionals
Suppose I have
f1 <- function(x) x
f2 <- function(x) x^2
funlist <- list(f1,f2)
Then I would like to evaluate funlist such that when x is 10 I should get a list with 10 and 100.
A naive way of doint this is
myf <- funlist[[1]]
do.call(paste(quote(myf)), list(x=10))
myf <- funlist[[2]]
do.call(paste(quote(myf)), list(x=10))
- but there has to be much more elegant ways of doing this. I just can't figure out how..
Put more generally, is there a way of making R "un...
2018 Jul 31
1
uid problem
...'m stuck at this point. obviously, if the LDA is spawned with
vmail:vmail perms, it cannot become uid 10001 (btw, the LDAP and passwd
accounts were once connected, but for security reasons, the connection
has been severed -- still the /home/aik/mail dir is owned by uid 10001 etc).
what am i doint wrong?
thanks,
a
2016 Aug 12
2
Reducing JIT time
Hi,
What other options do I have to reduce JIT time for large amount of code?
- setting optimization level to none helps a lot
- enabling FastISel doesn't seem to help much
Thanks!
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20160812/f05d51fb/attachment.html>
2018 Jul 31
0
uid problem
...is spawned with
>> vmail:vmail perms, it cannot become uid 10001 (btw, the LDAP and passwd
>> accounts were once connected, but for security reasons, the connection
>> has been severed -- still the /home/aik/mail dir is owned by uid
>> 10001 etc).
>>
>> what am i doint wrong?
>>
>> thanks,
>> a
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://dovecot.org/pipermail/dovecot/attachments/20180731/0f575037/attachment-0001.html>
2018 Jul 31
0
uid problem
...ome uid 10001 (btw, the LDAP and
>>>> passwd
>>>> accounts were once connected, but for security reasons, the connection
>>>> has been severed -- still the /home/aik/mail dir is owned by uid
>>>> 10001 etc).
>>>>
>>>> what am i doint wrong?
>>>>
>>>> thanks,
>>>> a
>>>
>>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://dovecot.org/pipermail/dovecot/attachments/20180731/8b67e123/attachment-0001.html>
DO NOT REPLY [Bug 5124] New: Lessons to learn from other tools, better use of resources, speed gains
2007 Dec 06
12
DO NOT REPLY [Bug 5124] New: Lessons to learn from other tools, better use of resources, speed gains
https://bugzilla.samba.org/show_bug.cgi?id=5124
Summary: Lessons to learn from other tools, better use of
resources, speed gains
Product: rsync
Version: 3.0.0
Platform: All
OS/Version: All
Status: NEW
Severity: enhancement
Priority: P3
Component: core
AssignedTo: