search for: solvabl

Displaying 20 results from an estimated 302 matches for "solvabl".

Did you mean: solvable
2007 Dec 10
3
Is the SSL issue solvable for (the apt-get) Puppet version 0.20.1 ??
Hi All, I''ve been trying to resolve the SSL issue as described on the link at the bottom. I understand the issue and I''ve tried to implement all the different patches (one at a time .. :-). However for most of them there are either files missing or code not found in the files. It seems this is due to a version difference in Puppet. The docs and patches seem to be for the
2007 Apr 25
4
How to solve difficult equations?
This below is not solvable with uniroot to find "a": fn=function(a){ b=(0.7/a)-a (1/(a+b+1))-0.0025 } uniroot(fn,c(-500,500)) gives "Error in uniroot(fn, c(-500, 500)) : f() values at end points not of opposite sign" I read R-help posts and someone wrote a function: http://finzi.psych.upenn.edu/R/Rhelp...
2005 Oct 11
6
PRI echo issues: solvable?
Hello, After solving the other "low hanging fruit" audio issues in our Asterisk PBX, we are left with occasional cases of severe echo which we have not found a solution for yet. Our system: - Asterisk 1.2.0-beta1 - TE110P on a PRI - TDM04 and TDM40, but these are unrelated to current echo issues - Fedora core 3 - Echo canceller KB1 Most calls have minimal, acceptable echo levels. But
2008 Jan 31
2
Delete/insert rows in data matrix
Hello all, I have the following problem. I want to insert blank rows in an data frame so as to make it comparable with another data frame with more rows. How can I insert these rows? If this is not solvable, then, alternatively, is it easy to delete rows from a data frame? Thanks for helping, Eleni [[alternative HTML version deleted]]
2015 Jan 29
7
[LLVMdev] Adding PDB support to lib\DebugInfo
...just put the PDB code in the same folder as the dwarf code, but I don't like this approach for a number of reasons: 1) Not every consumer of DebugInfo wants both types of DebugInfo. 2) The pdb reading code relies *very heavily* on Windows APIs, and will not compile on other platforms. This is solvable with some CMake machinery, but it's ugly and unwarranted in my opinion. So as a first step in this direction I'd like to propose moving the code in lib/DebugInfo to lib/DebugInfo/dwarf, and then updating the rest of llvm accordingly. Thoughts? Comments? Suggestions? Zach --------------...
2012 Nov 12
1
[LLVMdev] RFC: Code Ownership
...#39;ve found are that everyone has to be registered and have the same username as svn for "raise concern" to alert them. The other is that you still get an audit even if the patch was approved pre-commit. The first issue is already being worked on. The second isn't really a generally solvable problem unless you include the phabricator Differential number in the commit message, as quite a few reviews end with "change x and commit". - Michael Spencer
2009 Jul 17
2
R: extract data.frames from a list
Dear useRs and developeRs, I am struggling with a simple but not obviously solvable issue. Suppose I have the following list of data.frames called 'tmp': a <- data.frame(a=rnorm(10),b=letters[1:10]) (tmp <- list(a,a[1:4,],a[1:7,])) It is known that all data.frames in this list have the same number of columns (and this is a good thing). I want to build a bigger dat...
2016 Dec 19
4
Dynamic DNS and bind_dlz
I'm trying to troubleshoot why our workstations have stopped dynamically registering their ip addresses in our AD using bind_dlz setup. It worked for a couple of months and now does not. I realized I have a basic question about how it is supposed to work. Do the workstations (after getting a dynamic address from the dhcpd server) contact the AD DC directly with the information? Or does dhcpd
2007 Nov 17
7
Using RSpec to drive the design of a GUI desktop application
Hello everybody, I''ve been using RSpec as a tool to create web applications for some time now, in Rails, and using plain Ruby with WEBrick as well. The tool suits my needs and the story runner is great. Now there are things that aren''t solvable on the web, you''ll need a _real_ desktop application for those problems. So I''ve toyed a bit around with various GUI libraries as wxRuby and RubyCocoa, to get a feeling on how these libraries work and I love to create native OS X applications using cocoa. Of course, the next que...
2006 Sep 22
2
"logistic" + "neg binomial" + ...
...sed "exponential distribution" -- that is, the likelihood for each item would be of the form (1-P[1])*(1-P[2])*...*(1-P[n-1])*P[n] where P[i] could have a logistic model in terms of the values of X[i] and Y[i], and n is the index of the impact at which failure occurred. That is then a solvable problem. Even so, I'm not (so far) finding in the R resources the appropriate analogue of glm for this kind of model. I dare say a prolonged trawl through the various "survival" resources might lead to something applicable, but ... And then there's the cumulative frailty ... !...
2006 Mar 16
2
Surv object in data.frame and Design package
...he ie.setup function.) Even if I detach Design I cannot build a data.frame as before loading Design. If I include the Surv object with the I() function it seems to work, but then there appeare the problems discussed in the posting from yesterday "Surv object in data.frame". The problem is solvable, but I was surprised of the unexpected difficulties, especially that detaching Design did not solve the problem. Is it wrong to expect that R works after detaching a package as before loading it? Comments? Thanks Heinz T?chler ## example starttime <- c(0, 0, 1.5, 0, 2.5) stoptime <- c(...
2015 Dec 04
2
RFC: New function attribute HasInaccessibleState
...h any other call-site "Y" with the same arguments which dominate the call-site at "X". However, there are some cases that this would not be able to optimize. For example, if we have two csecandidates ("X" and "Y") which do not dominate one another. This is solvable using another attribute: speculatable. This attribute would tell us that we can hoist the call out of arbitrary conditions. This would allow us to move our csecandidate call-site to the common dominator of "X" and "Y" and RAUW. On Fri, Dec 4, 2015 at 8:54 AM, Krzysztof Par...
2005 Jun 23
2
solving equation system
Hello, I want to solve some two dimensional equation system with R. Some systems are not solvable analytically. Here is an example: (I) 1/n*sum{from_i=1_to_n}(Xi) = ln lambda + digamma(c) (II) mean(X) = x / lambda I want to find lambda and c, which R-function could do that task? Carsten [[alternative HTML version deleted]]
2013 Nov 05
2
[LLVMdev] LICM and SCEV AA?
On Nov 5, 2013, at 11:42 AM, Renato Golin <renato.golin at linaro.org> wrote: > On 2 November 2013 05:59, Hal Finkel <hfinkel at anl.gov> wrote: > > I would be scared to enable SCEV AA because it's not well tested > > This seems like a solvable problem. SCEV AA itself is something like 30 lines of non-boilerplate code, and essentially does one thing (calls getMinusSCEV in both directions and uses getUnsignedRange on the result). We should look it over. > > If SCEV AA itself is conservative, the worst that can happen is that it won...
2013 Nov 02
2
[LLVMdev] LICM and SCEV AA?
...problematic: Currently, LICM lives in the > > same loop pass manager instance as LoopSimplify, LoopRotate and > > LoopUnswitch, all of which preserve SE. > > > > Suggestions? > > I would be scared to enable SCEV AA because it's not well tested This seems like a solvable problem. SCEV AA itself is something like 30 lines of non-boilerplate code, and essentially does one thing (calls getMinusSCEV in both directions and uses getUnsignedRange on the result). We should look it over. > and > updating SCEV across transforms can be problematic. LICM would > req...
2004 Sep 15
2
Slightly off-topic --- distribution name.
...lvin as it were, but I need a real name to substitute for melvin.) The distribution is really just a toy --- but it provides a nice (and ``non-obviouse'') example of a two parameter distribution where both the moment and maximum likelihood equations for the parameter estimators are readily solvable, but at the same time are ``interesting''. So it's good for exercises in an intro math-stats course. The distribution is simply that of the ***difference*** of two independent exponential variates, with different parameters. I.e. X = U - V where U ~ exp(beta) and V ~ exp(alpha) (w...
2015 Jan 19
2
[LLVMdev] Dropping the DW_ prefix from names in dwarfdump
...the "OP" given the context - nothing else textual can appear there, right?) Any thoughts on skipping the "DW_" (maybe even the AT/TAG/FORM too) in the rest of dwarfdump? (skipping the AT/TAG (FORM would be relatively easy I think) would be a bit trickier, but still identifiable/solvable) I haven't tried it to see how it looks/reads. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20150119/f7bdd7bd/attachment.html>
2014 Dec 10
2
[LLVMdev] dmb ishld in AArch64
>> Switching to a clean built on r223853, it still gives me: >> >> ldr x8, [x21,#8] >> stp x21, x8, [x19] >> dmb ishst >> ldr x8, [x19,#8] >> str x19, [x8] >> str x19, [x21,#8] > > Isn't that correct though? The problematic "str" has been folded into > the "stp" instruction, so "x19 + 8"
2017 May 31
2
OT: Want to capture all SIP messages
> On Wed, May 31, 2017 at 12:36:47PM -0700, Steve Edwards wrote: >> I want to capture all SIP messages. >> >> I have about 30 hosts in about 6 colos. >> >> My first thought was dumpcap, but the output file name format bugs me. >> >> What do you use for long term SIP capture? On Wed, 31 May 2017, Daniel Tryba wrote: > What bugs you about the output
2020 Mar 31
1
Path length problem?
Hello all, I am trying to investigate if a path length problem is solvable at all under linux/samba. To my knowledge path length on w*ndows can be max 32767 chars and filename length max 255 chars. But linux (and POSIX) tell me that the maximum path length is 4096. So I would expect that copying some deep tree from w*ndows to a samba server might be a problem. And indeed...