search for: _e

Displaying 20 results from an estimated 107 matches for "_e".

2016 Apr 14
3
Decision Tree and Random Forrest
...ow worked examples, as does even the help for rpart. If none of those, or your extensive reading, work for your project you will have to be a lot more specific about why not. Sarah > Mike > On Apr 13, 2016 5:32 PM, "Sarah Goslee" <sarah.goslee at gmail.com > <javascript:_e(%7B%7D,'cvml','sarah.goslee at gmail.com');>> wrote: > > It sounds like you want classification or regression trees. rpart does > exactly what you describe. > > Here's an overview: > http://www.statmethods.net/advstats/cart.html > > But there are a...
2013 Aug 20
1
files got sticky permissions T--------- after gluster volume rebalance
Dear gluster experts, We're running glusterfs 3.3 and we have met file permission probelems after gluster volume rebalance. Files got stick permissions T--------- after rebalance which break our client normal fops unexpectedly. Any one known this issue? Thank you for your help. -- ??? -------------- next part -------------- An HTML attachment was scrubbed... URL:
2013 Jul 01
3
Asterisk 1.8.20 AGI function SAY DATETIME does not play anything when mode in say.conf is changed to "new"
..._[n]um:XX000000000 => num:${SAY:0:2}, digits/billion _[n]um:XXXXXXXXXXX => num:${SAY:0:2}, digits/billion, num:${SAY:2} _[n]um:XXX000000000 => num:${SAY:0:3}, digits/billion _[n]um:XXXXXXXXXXXX => num:${SAY:0:3}, digits/billion, num:${SAY:3} ; enumeration _e[n]um:X => digits/h-${SAY} _e[n]um:1X => digits/h-${SAY} _e[n]um:[2-9]0 => digits/h-${SAY} _e[n]um:[2-9][1-9] => num:${SAY:0:1}0, digits/h-${SAY:1} _e[n]um:[1-9]00 => num:${SAY:0:1}, digits/h-hundred _e[n]um:[1-9]XX => num:${SAY:0:1}, digits/h-hundred, enum...
2012 Jun 25
4
Puppet commands require root access
Hi Everyone; Why does running "puppet resource" require root/sudo access? Is it supposed to be this way or do I have a permissions issue? I installed using the gzip files... Thanks! -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to puppet-users@googlegroups.com. To unsubscribe from this
2016 Mar 20
2
We really need more community involvement with GSoC
@James I am not sure in IRC if we can retrieve back the older messages. So consider Slack as suggestion only. *Vivek Pandya* On Sun, Mar 20, 2016 at 6:29 PM, James Molloy <james at jamesmolloy.co.uk> wrote: > Hmm. But we already use IRC, we don't already use Slack (as a community). > > On Sun, 20 Mar 2016 at 10:57, vivek pandya <vivekvpandya at gmail.com> wrote: >
2016 Apr 13
0
Decision Tree and Random Forrest
Tjats great that you are familiar and thanks for responding. Have you ever done what I am referring to? I have alteady spent time going through links and tutorials about decision trees and random forrests and have even used them both before. Mike On Apr 13, 2016 5:32 PM, "Sarah Goslee" <sarah.goslee at gmail.com> wrote: It sounds like you want classification or regression trees.
2012 Sep 27
3
load global variable so I can access in spec files
In my spec_helper, I want to load yaml file to a variable, and then be able to use that in my tests. spec_helper.rb: RSpec.configure do |config| end config = YAML::Load(......) some_spec.rb describe ''blah'' do it "should be...." do MyClass.new( config[''test''] ) end end How can I do this? -------------- next part -------------- An
2012 Oct 09
8
unexpected should_receive behaviour
Hi, surely I''m missing something... but what!? in my spec I''ve User.should_receive(:find).with("1").and_return(@user) and in my controller User.find(params[:id]) green light... correct... but if I change my controller using another method, for example first: User.first or even User.all I get green light too... I was expecting an error like expected: 1 time
2012 Dec 03
17
[PATCH 0 of 3] xen: sched_credit: fix tickling and add some tracing
Hello, This small series deals with some weirdness in the mechanism with which the credit scheduler choses what PCPU to tickle upon a VCPU wake-up. Details are available in the changelog of the first patch. The new approach has been extensively benchmarked and proved itself either beneficial or harmless. That means it does not introduce any significant amount of overhead and/or performances
2007 Sep 06
2
Wordpress Javascript Index Loop
...9;file'', {duration: 0.5});" title="Filed Under"><img src="<?php echo bloginfo(''template_url''); ?>/ images/file.gif" /></a> <div id="file" style="display: none;"> <?php echo ''''; _e(get_the_category_list('', '')) ?></div> Thanks --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Spinoffs" group. To post to this group, send email to rubyonrails-spin...
2015 Jun 20
2
[LLVMdev] Code-generation: lang=>JSON, JSON=>lang and merging into lang
Possibly protobuf or capn proto would be much more clean alternatives to json. I was working with interpreting instruction semantics a while back, and you shouldn't have to write a parser to get the data structure back into coherent form, you can get what you want automatically and have the structure isolated into a common schema. On Sat, Jun 20, 2015 at 9:22 AM, Stephen Cross <scross at
2016 Oct 17
2
LLVM backend -- Avoid base+index address mode for X86
Hi Bruce, Thanks for you reply. I check the *.td files under the lib/Target/X86 folder, but have not got interesting findings. It requires some knowledge of LLVM backend to fully understand the *.td files. I will get some background and keep searching. Of course I appreciate if anyone with such experience can point the concrete locations. Regards, Hu Hong On 17 October 2016 at 22:20, Bruce
2016 Mar 20
2
We really need more community involvement with GSoC
On 3/19/16 6:26 AM, Bruce Hoult via llvm-dev wrote: > I work for one of those "top companies", but LLVM is only one of the > back-ends I'm working with so I have only pretty narrow knowledge of > it (but ok knowledge of compilers in general, I hope). > > I'm trying to post easy to understand answers to those beginner > questions when I have time (there was
2012 Jul 19
1
Hiera and The Forge
Is there any metadata in the forge that would allow me to search if the module is built with Hiera support? I am just now getting around to running smoothly, and it would be great to be able to see what you other masters have designed. Thanks, Tony -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To view this discussion on the web
2012 Oct 11
1
PuppetDB Installation Issue
I am attempting to install puppetdb using the downloaded module. I have puppet 3.0 with passenger installed. I am getting the following error: Error: Could not retrieve catalog from remote server: Error 400 on SERVER: Puppet::Parser::AST::Resource failed with error ArgumentError: Invalid resource type firewall at /etc/puppet/modules/puppetdb/manifests/server/firewall.pp:23 Would appreciate any
2012 Jul 03
6
Using onlyif
Here''s what I''m using: exec { "cert-fix": command => "curl http://curl.haxx.se/ca/cacert.pem -o /etc/pki/tls/certs/ca-bundle.crt", onlyif => "test -e /etc/pki/tls/certs/ca-bundle.crt", } But it keeps on failing: > [default] Running Puppet with /tmp/vagrant-puppet/manifests/acid.pp... > Parameter onlyif failed: ''test -e
2017 May 17
2
Machine instruction verifier pass
- Please do not add any more uses of the LiveVariables pass! It is deprecated and only kept around for one last pass that isn't converted. All new code should use LiveIntervalAnalysis! - Kill flags are optional: If they are present they must be correct, but it is legal to have a value die without having a kill flag on the operand. So often a simple fix is to clear out the kill flags from
2013 Nov 15
3
Upgrade from Puppet 2.7.20 to latest !!!
Dear All, I have my puppet servers and clients on puppet 2.7.20 and I am planning to upgrade to the latest version. But the problem is that I have a lot of modules (downloaded from forge and few of my own) which used by hundreds of puppet clients. I need to know 1) Will the functionality of these modules get affected after this upgrade ? 2) Other than ritual of being on the latest verison, are
2003 Sep 10
0
[Ffmpeg-devel] libavcodec/vp3.c compile problem (fwd)
...nly once vp3.c:374: for each function it appears in.) vp3.c:376: warning: integer overflow in expression vp3.c:378: `_Bd' undeclared (first use in this function) vp3.c:381: `_Cd' undeclared (first use in this function) vp3.c:382: `_Dd' undeclared (first use in this function) vp3.c:386: `_E' undeclared (first use in this function) vp3.c:390: `_F' undeclared (first use in this function) vp3.c:396: invalid lvalue in assignment vp3.c:402: `_H' undeclared (first use in this function) Why this BSD variant exposes _A ... _G I have no idea but the work around is either to chan...
2012 Nov 14
0
[LLVMdev] Clang error - CPU feature not currently enabled
...on 64-bit because that's a 32-bit indirect jump. 64-bit needs jmp *%rdx. On Wednesday, November 14, 2012, Shaltiel, Alon wrote: > ** ** > > ** ** > > *From:* Shaltiel, Alon > *Sent:* Wednesday, November 14, 2012 11:39 AM > *To:* 'llvmdev at cs.uiuc.edu <javascript:_e({}, 'cvml', > 'llvmdev at cs.uiuc.edu');>' > *Subject:* Clang error - CPU feature not currently enabled**** > > ** ** > > Hello,**** > > I’m trying to use clang to compile a file on Mac OS (x86_64) and get the > following error.**** > > ****...