search for: tackl

Displaying 20 results from an estimated 1642 matches for "tackl".

Did you mean: tackle
2015 Jun 16
4
Bugzilla activity?
Hi! I was wondering whether anybody was looking at the bugs on Bugzilla. I'm asking because I've seen bugs tackled on the mailing list quite quickly, but two fully reproducible reports I've filed on Bugzilla haven't triggered any reaction in several weeks (for the older one). FWIW, these are: - Line goes beyond plot region https://bugs.r-project.org/bugzilla3/show_bug.cgi?id=16299 - format() does not...
2005 Aug 19
2
tackle with error
Dear sir; may you drop me some idea how can i get rid of following error message: Error in switch(nmeth, { : NA/NaN/Inf in foreign function call (arg 1) i dont know what does nmeth and ther rest of error message mean? i have a file which contains 460 rows and 174 columns including missing value as NA. Regards, Mostafa
2005 Jan 11
1
BroadVoice outgoing works - now tackle caller ID
Hi, I got a broadvoice "business" account under the byod(bring your own device) program. I have applied the patches and created new asterisk debian packages. I have the account working on inbound and outbound. The problem area is outbound caller ID. I have 3 other accounts with IAX2 providers and have no problem setting the caller ID on outbound calls. I called them and they
2018 May 10
1
Tackling of convergence issues in gamlss vs glm2
Hello: I'd like to know how and if the GLM convergence problems are addressed in gamlss. For simplicity, let's focus on Normal and Negative Binomial with log link. The convergence issues of the glm() function were alleviated in 2011 when glm2 package was released. Package gamlss was released in 2012, so it might still use the glm-like solution or call glm() directly. Is that the case or
2012 Jul 11
1
Help needed to tackle multicollinearity problem in count data with the help of R
Dear everyone, I'm student of Masters in Statistics (Actuarial) from Central University of Rajasthan, India. I am doing a major project work as a part of the degree. My major project deals with fitting a glm model for the data of car insurance. I'm facing the problem of multicollinearity for this data which is visible by the plotting of data. But I'm not able to test it. In the case
2013 Feb 26
2
Converting code to R Question
I'm learning R and am converting some code from SPSS into R. My background is in SAS/SPSS so the vectorization is new to me and I'm trying to learn how to NOT use loops...or use them sparingly. I'm wondering what the most efficient to tackle a problem I'm working on is. Below is an example piece of code. Essentially what it does is set a variable to zero, loop through item responses, and add one if a condition is met. For example, if item one was responded as a 1 then add one to the final variable. If item two was responded as a...
2006 Sep 11
3
[LLVMdev] gfortran calling convention
...ater, but I > would like to be able to keep moving on this without running over old > bugs... No idea, but that sounds like a pretty big change. It may be simpler (or comperable) to merge the LLVM changes into 4.1. I'm personally not interested in doing the work, but if you wanted to tackle it I'd be happy to answer questions that arise from it if I can. -Chris -- http://nondot.org/sabre/ http://llvm.org/
2009 Apr 21
8
One for the Cisco experts...
...device, we are not allowed to log on via telnet. How can I find out which port on the switch a particular server is connected to? I was hoping that this is somehow possible using the mac address and the data gathered from snmpwalk/snmpget requests but I'm not having much luck. How would you tackle this problem?
2018 Jul 31
3
Post classicupgrade Windows registry changes?
All, I am getting ready to tackle a classicupgrade. Test runs have gone well. I am just wondering about the Windows client machines after the upgrade. Do I need to remove the previously applied registry changes: DomainCompatibilityMode DNSNameResolutionRequired Do I need to dis-join, and re-join the clients? Current setup is: S...
2006 Oct 17
3
Printing Support
Printing support is added to the repository (as you have seen / will see). Kudos to Sean for tackling such a big bear. I''ll work on adding the two dialogs to bigdemo later unless Sean tackles it first. Roy
2008 Mar 25
0
[LLVMdev] Whole-function isel
...ant targets, too much time/effort for the payoff)? There is a huge payoff to doing this or even making progress on it. It is an elegant solution to many issues. There are two current problems: 1) There are some scalability issues (in compile time) with large selectiondags. Roman has been tackling this recently, so this will hopefully be a non-issue really soon. In any case, it would be very reasonable continue doing single MBB selectiondags when in "-fast" mode (i.e. -O0) and do whole function ones when compile time is worth it (-O2+ etc). 2) The bigger issue is one o...
2013 Jul 30
3
[LLVMdev] IR Passes and TargetTransformInfo: Straw Man
...and hence enable lots of downstream optimizations. This sound to be a big win for control-intensive programs where Loop-nest-opt normally is a big, expensive no-op. The con side is that, as you said, the nest is not perfect any more. However, I would argue LNO optimizations should be able to tackle the cases when imperfect part is simple enough (say, no call, no control etc). (FYI, Open64's LNO is able to tackle imperfect nesting so long as imperfect part is simple). Or you just reverse the LICM, that dosen't sound hard. Similar argument for unswitching, you can run fusion to...
2018 Jan 18
4
/lib/firmware/microcode.dat update on CentOS 6
...dor (Dell may have new firmware for x and y but not z > models, etc.) > > There is no one size fits all update for this issue. > OK, so color me confused about the timing in all this. Do we update the microcode now or do we wait until the latest microcode_ctl rpm is available and then tackle this issue? -- Unencumbered by the thought process. -- Click and Clack the Tappet brothers -- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean.
2009 Jul 17
1
Question regarding layout.
...arding my mail flow. We have some users who are in a mail group (alias), and these alias receives a lot of attached documents. So i have the document in all the mailboxes of the alias. If the attached document is 2MB and that is not rare, i have 10 times 2 MB on my mail server. Is there a way to tackle this. Maybe by making the alias a mailbox itself and give other users acces or are there other options. Also i have very lame and lazy users. They refuse to clean thrash cans (i asked about that earlier,and got that tackled through the expire plugin.),also the do not remove old mail not even r...
2008 Mar 25
4
[LLVMdev] Whole-function isel
I know that this has been discussed (at least in passing) a few times on the list, but I couldn't locate a bug for it. Have any architectural plans been made for it? Are there architectural roadblocks with the current LLVM infrastructure that will complicate the process? What has demotivated the implementation of this so far (is it not that big a benefit on important targets, too
2014 Feb 05
2
[LLVMdev] SCEV implementation and limitations, do we need "pow"?
...ction, for instance degrading to "unknow" when an expression is above a given threshold, or stop flattening and keeping only a reference to another SCEV as a term of the expression. Nick and Chandler also mentioned on IRC that SCEV should be extended with a "pow" operator to tackle such situation and being able to fold multiply-tree. While looking at SCEV, another thing is puzzling in the implementation. Focusing on multiply (ScalarEvolution:3730), the SCEV is computed by taking the SCEV of the second operand and then checking if the first one is a multiply, if it is i...
2013 Sep 18
0
[LLVMdev] [RFC] Internal command line options should not be statically initialized.
...We have an immediate need to build LLVM as a library free of static initializers, but before brute-force fixing this problem, I'd like outline the incremental steps that will lead to a desirable long term solution. We want infrastructure in place to provide an evolutionary path. Thank you for tackling this, we should have fixed this years ago. Please do a pass over the cl::opts we have, and remove ones that are long dead or unused. Do we still need -join-liveintervals? :-) On Sep 17, 2013, at 12:03 PM, Daniel Dunbar <daniel at zuster.org> wrote: > On Tue, Sep 17, 2013 at 11:29 A...
2002 Dec 16
3
Manipulating the output from read.spss
...ows that contain observations on all variables and I want to extract this subset from the original list (of lists). I'm pretty sure I can do it programmatically in R but it will take me a few hours to write and debug. Before I start down that road I thought I'd ask if anyone had already tackled this particular type problem already. Thanks a lot, Mark Schultz
2006 Sep 11
0
[LLVMdev] gfortran calling convention
...like to be able to keep moving on this without running over old > > bugs... > > No idea, but that sounds like a pretty big change. It may be simpler (or > comperable) to merge the LLVM changes into 4.1. I'm personally not > interested in doing the work, but if you wanted to tackle it I'd be happy > to answer questions that arise from it if I can. Yes, it did turn out to be a big change. So are you also saying that it'd be simpler to merge the LLVM changes into 4.1 than it would be to merge them into 4.2? Maybe it's unwise, but my first impulse if I'm go...
2004 Sep 22
3
American vs English
Folks, A few people have made me aware of some omissions in my files (not my fault, they weren't in the Script from the Wiki) which I shall be tackling this weekend. Whilst I'm making the files are there any other files you want? IVR's etc. If so make sure I have a script sent by email. -- Mark Phillips, G7LTT/KC2ENI Randolph, NJ