Displaying 20 results from an estimated 44 matches for "foreseen".
Did you mean:
foresee
2000 Nov 16
2
OpenSSH-2.2.0p1 + SecurID.
...lo Theo,
> > > Could you let me know where this test patch would be available.
> >
> > Try:
> > http://www.omniti.com/~jesus/SecurID/
> >
> > --
Regarding your patch, did you continue the integration (mainly: Handle PIN
creation and changing ...)?
Do you foreseen to transport it in new release 2.3.0p1?
Kind regards,
Joel
**********************************************************************
This e-mail and any attachments to it may contain confidential information which is strictly intended for the use of the authorised recipient. If you have received...
2011 Jan 28
2
Injecting code in a package?
Dear list,
I''ve had this a few times now, and wonder if this is possible:
I''m using a package, often for plotting something, but I want to tune the
way the plotting goes, in a way that was not foreseen by the maker of the
package.
Now, most of the time, these kinds of R functions (say pkg::plot.something)
call into other R functions (say pkg::plot.something.internal), and it is
these that I want to tinker with.
So, my question is: can I replace an R function in a package with a version
of m...
2015 Oct 20
2
RFC: Improving license & patent issues in the LLVM community
...ncompatible bit as a shared library
> that was linked on the end user’s system was enough.
This is fairly different, but it delves very far into the grey area of what
a derivative work is, and is likely not worth getting into on the mailing
list.
What i suggested above is in fact, specifically foreseen and allowed by the
GPL, AFAIK, and requires no tricky legal thinking.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20151020/9babf5ca/attachment.html>
2007 Dec 24
2
dovecot: auth(default): LDAP: ldap_result() failed: Can't contact LDAP server
...or LDAP connections. My questions are:
* is there a reason that Dovecot wants to keep the LDAP connection open?
* Will the new V1.1 version have a config parameter to set the LDAP
client timeout or a default timeout value to close the connection?
* If there's no 'fix' foreseen for V1.1, I'd like to file a request
to add such a parameter. How can I file such a request?
The warning is annoying; the sysadmin will create a filter, to filter
the warning out from the syslog, but I'm afraid that if there's a real
problem with authentication, that will be f...
2008 Jan 09
1
Slightly OT: Dual-booting two Linux dists
I'd like to set up a machine to dual-boot Ubuntu and CentOS5. Any
problems foreseen with this? I'm mostly worried about disk labeling;
they each need their own /boot and / filesystems.
(Or do they need separate /boot partitions? Obviously there's an
issue with boot.* and *.b and what System.map is symlink'd to, etc.,
but maybe there's a way to work around that.)
2000 Jan 25
1
core dump involving function closure (PR#402)
A user has crashed R90.1 on MS Windows by succesive calls to two of my
formula/function interpretors in an order that I had not foreseen. I
have checked and this also occurs with Intel RH5.2. I have distilled
the problem down to its bare bones as the following set of
instructions:
func <- function(.mu){
.ch1 <- deparse(.mu,width=500)[-1]
.fn <- eval(parse(text=paste("function()",
paste("eval(attr(.fn,\&q...
2005 Dec 09
1
Ellipse ASR-Model Report Descriptor tree
...f the FSD message.
The USB analyzer shows :
- that the UPS_WAKEDELAY (0x840056) and UPS_GRACEDELAY (0x840057) pages
were linked to another Report ID as for previous Ellipse model.
---> This is problably normal. I think these models have another mapping.
- that the programmed value was 0 ( not foreseen ) instead of those written
in hidups.h . Therefore, the UPS cut off the power supply as soon as
programmed.
Is a report descriptor tree available anywhere, just to be sure we are
pointing to the right Report ID ?
For information, previous Ellipse model have their descriptor tree shown in
an MG...
2016 May 25
2
Suggestion: mkString(NULL) should be NA
...ion string of libz that was used to build libcurl:
mkString(data->libz_version)
This worked on all platforms that I tested. However a user found that
if libcurl was configured --without-libz (which is uncommon) the
libz_version string does not get set by libcurl and is always NULL. I
had not foreseen this and it would lead to a segfault.
I think making mkString() return NA for null strings lead to the most
robust behavior. Raising an exception seems a little harsh to me, as
there is no way the user would be able to recover from this, and there
might not be an actual problem at all.
2016 May 05
4
R process killed when allocating too large matrix (Mac OS X)
Hi Simon,
thanks for your quick reply.
1) ... so you can reproduce this?
2) Do you know a way how this can be 'foreseen'? We allocate larger
matrices in the copula package depending on the user's input
dimension. It would be good to tell her/him "Your dimension is quite
large. Be aware of killers in your neighborhood"... before the killer
attacks.
Thanks & cheers,
Marius
On Wed, May 4, 2016...
2010 Apr 09
1
Any chance R will ever get beyond the 2^31-1 vector size limit?
...e for R to not have had this limitation?
2) Is there any possibility that this limit will be overcome in future
revisions of R?
I'm very very grateful to the people who have spent important parts of
their professional lives developing R. I don't think anyone back in,
say, 1995, could have foreseen that datasets would be >>2^32-1 in
size. For better or worse, however, in many fields of science, that is
routinely the case today. *If* it's possible to get around this limit,
then I'd like to know whether the R Development Team takes seriously
the needs of large data users, or if th...
2010 Jul 03
4
ESXi, KVM or Xen?
...xen kernel apparently causes conflict with certain
software, at least based on previous incidents where I'd been advised
not to use the CentOS xen kernel if not using xen virtualization.
KVM would be ideal since it's opensource and would be supported in
CentOS as far as can be reasonably foreseen. However, looking at
available resources, it seems to have these key disadvantages
1. Poorer performance under load.
http://wiki.xensource.com/xenwiki/Open_Topics_For_Discussion?action=AttachFile&do=get&target=Quantitative+Comparison+of+Xen+and+KVM.pdf
This 2008 XenSummit paper indicates t...
2004 Sep 17
2
lattice: bwplot and panel.lmline()
...in the
> viewport being used (basically, the smallest factor is mapped to 1,
> the next to 2, etc).
>
> I have this working (see http://rjvbertin.free.fr/RegrInBWPlot.pdf; I
> can send the code if somebody is interested), but I wonder if
>
> 1) something like this has not been foreseen already in lattice (in
> particular, panel.abline will in general not give correct results
> when called from a bwplot panel function!
Could you expand on that? Incorrect results in what sense? panel.abline
just draws straight lines, it doesn't work with the panel data directly
(so, fo...
2016 May 05
1
R process killed when allocating too large matrix (Mac OS X)
...ay 4, 2016, at 9:00 PM, Marius Hofert <marius.hofert at uwaterloo.ca> wrote:
>
>> Hi Simon,
>>
>> thanks for your quick reply.
>>
>> 1) ... so you can reproduce this?
>
> Yes, I can on 10.11.4.
>
>
>> 2) Do you know a way how this can be 'foreseen'? We allocate larger
>> matrices in the copula package depending on the user's input
>> dimension. It would be good to tell her/him "Your dimension is quite
>> large. Be aware of killers in your neighborhood"... before the killer
>> attacks.
>>
>
&...
2016 Feb 10
2
Change Rscript and `/usr/lib/R/bin/R` relation
Dear all,
I am trying to use multiple version of R unpacked from CRAN deb files.
It does work successfully, except for some packages installation, whether
Rscript has been used. I have configured alternatives and switch R
environments without any problem and can install most of the packages.
'======================================================
$ update-alternatives --display R
R - auto
2016 May 25
0
Suggestion: mkString(NULL) should be NA
...to build libcurl:
>
> mkString(data->libz_version)
>
> This worked on all platforms that I tested. However a user found that
> if libcurl was configured --without-libz (which is uncommon) the
> libz_version string does not get set by libcurl and is always NULL. I
> had not foreseen this and it would lead to a segfault.
>
> I think making mkString() return NA for null strings lead to the most
> robust behavior. Raising an exception seems a little harsh to me, as
> there is no way the user would be able to recover from this, and there
> might not be an actual pro...
2006 May 03
1
Centos Test repository
...r how to
configure my yum.repos.d/CentOS-Base.repo to handle a few packages that I must
obtain from the test area (firefox, which seems to have moved since yesterday,
and postgresql). I expected that at some point I would have to ask for help
here on the list, but no, it turns out that my need was foreseen and provided
for at: http://dev.centos.org/centos/4.2/CentOS-Testing.repo.
Which, after suitably modifying with the addtion of an "includepkgs="
directive works beautifully.
So instead of asking for help I am writing to thank you all.
Regards,
Jim
P.S.
Any hope of an OpenOffice.org v...
2011 May 20
0
Playback noanswer & SIP
...the RTP without a 200 OK.
The question is: are there a SIP command to indicate the gateway to allow pass the RTP without the 200?
This is an usual case when the Service Provider play a message like "I'm sorry, you have dialed a wrong number...". So, I assume that the SIP protocol have foreseen the commands to implement this feature, I hope.
Thank You
--
Jorge Mendoza
2013 Mar 27
0
chan_mobile: FXS
...t-addres
and blackberry address) and "mobile show devices" is showing me that the
BT-link is up, and remains stable up.
Seems good, but it looks like asterisk is seeing the BB as a trunk/FXO.
However, i want to use the phone as an FXS.
Before ending up in trying something that was never foreseen and perhaps
even impossible, i was hoping that i could use the BB as an oridinary
"audio device" and still use the keys on the phone for starting/ending
calls, and the dialpad for selecting phone numbers.
And having the connections go (via BT) through asterisk instead of GSM.
Is this pos...
2005 Jun 06
1
Rails spider/site copy with internal web requests
...ule to find and
route each URL returned from "url_for", then call "render_component"
with the parameters found from the route, but it seems that it would
be better to run each controller in their own request from start to
finish.
I''d love to hear your ideas and foreseen complications or if there
are other tools that could easily accomplish the mentioned goals.
Sean
2004 Aug 21
1
[LLVMdev] Proposed BC Changes
Based on recent discussions, here's some changes I'm thinking of making
to the bytecode format in release 1.5 (version 5 bytecode). These are
all mostly trivial. Just wanted to run this by everyone in case I
misunderstood something or there are issues I haven't foreseen.
case 4: // 1.3.1 (Not Released)
// In version 4, basic blocks have a minimum index of 0 whereas all the
// other primitives have a minimum index of 1 (because 0 is the "null"
// value. In version 5, we made this consistent.
hasInconsistentBBSlotNums = tru...