search for: extra_files

Displaying 11 results from an estimated 11 matches for "extra_files".

2013 Jul 19
2
puppet master and fileserver separate problem
...quot;: } file { ''/home/puppet/hello'': owner => "root", group => "root", mode => 644, ensure => "file", source => "puppet://fileserver.uc.local/extra_files/hello", } } but i found that, the agent fetch file_metadata from fileserver.uc.local and fetch file_content from puppet.uc.local puppet.uc.local: ================================================ [2013-07-19 18:25:07] DEBUG accept: 192.168.0.17:43547 [2013-07-19 18:25:07] DEBUG Puppe...
2006 Apr 07
1
Formatting form tags for children of parrent data?
...s my first Rails project. All my previous work was done it Perl, so I may be missing the Ruby/Rails obvious here. The site I''m working on needs to display archived programs. Some of the programs have multiple versions, all belonging to the same listing. As such, I''ve set-up an extra_files table related to the archive list. Displaying the extra files was trivial. However, when I went to edit the edit.rhtml file, I had no idea how to format the text input fields so that they would be automaticly picked-up and placed with the parrent. Here''s what I have: archives table: i...
2014 Nov 25
3
[LLVMdev] new set of superoptimizer results
...seful about our recent work, which is the fact that > Souper now supports "optimization profiling". > > If you build an LLVM using Souper and then use that LLVM to build SPEC CPU > 2006, here are optimizations ranked by dynamic profile count: > > http://blog.regehr.org/extra_files/souper-nov-14/bydprofile.html > > In other words, if you implement optimizations near the top of this list, > you would be likely to make LLVM compile SPEC CPU 2006 in less time. > > Here are the optimizations sorted by static profile count: > > http://blog.regehr.org/extra_f...
2006 Apr 20
8
Whats the best way to do this?
I have an archive that can have 0 or more extra files associated with it. I would like to be able to edit the associated files info on the same page as the archive info. Listing the extra files info to the edit form is simple enough, but How do I form the text input fields for easy (or automatic) pick-up in the update? Or am I barking up the wrong tree here? -- Posted via
2014 Nov 24
2
[LLVMdev] new set of superoptimizer results
I hope there's some useful material in here! http://blog.regehr.org/archives/1192 John
2015 Jul 22
8
[LLVMdev] some superoptimizer results
We (the folks working on Souper) would appreciate any feedback on these IR-level superoptimizer results: http://blog.regehr.org/extra_files/souper-jul-15.html My impression is that while there's clearly plenty of material in here that doesn't want to get implemented in an opt pass, there are a number of gems hiding in there that are worth implementing. Blog post containing additional explanation and caveats is here: htt...
2014 Nov 26
2
[LLVMdev] new set of superoptimizer results
...ork, which is the fact that >> Souper now supports "optimization profiling". >> >> If you build an LLVM using Souper and then use that LLVM to build SPEC >> CPU 2006, here are optimizations ranked by dynamic profile count: >> >> http://blog.regehr.org/extra_files/souper-nov-14/bydprofile.html >> >> In other words, if you implement optimizations near the top of this list, >> you would be likely to make LLVM compile SPEC CPU 2006 in less time. >> >> Here are the optimizations sorted by static profile count: >> >> ht...
2015 Jul 22
2
[LLVMdev] some superoptimizer results
...> -- Sean Silva > > > > > On Wed, Jul 22, 2015 at 10:15 AM, John Regehr < regehr at cs.utah.edu > > wrote: > > > We (the folks working on Souper) would appreciate any feedback on > these IR-level superoptimizer results: > > http://blog.regehr.org/extra_files/souper-jul-15.html > > My impression is that while there's clearly plenty of material in > here that doesn't want to get implemented in an opt pass, there are > a number of gems hiding in there that are worth implementing. > > Blog post containing additional explanation...
2013 Oct 21
3
Resource file copy files recurse in existing directory with existing files
...'nagios''], schedule => "nagios_client-schedule", } file { "/usr/local/nagios/libexec": ensure => directory, owner => "nagios", group => "nagios", mode => 755, source => "puppet:///extra_files/basisapplikationen/monitoring/nagios/client/custom-plugins", recurse => remote, require => File [''/usr/local/nagios''], schedule => "nagios_client-schedule", } Best regards Andreas -- You received this message because you are subscrib...
2015 Jul 22
3
[LLVMdev] some superoptimizer results
...regehr at cs.utah.edu <mailto:regehr at cs.utah.edu> > > > wrote: > > > > > > We (the folks working on Souper) would appreciate any feedback on > > these IR-level superoptimizer results: > > > > http://blog.regehr.org/extra_files/souper-jul-15.html > <https://urldefense.proofpoint.com/v2/url?u=http-3A__blog.regehr.org_extra-5Ffiles_souper-2Djul-2D15.html&d=AwMFaQ&c=8hUWFZcy2Z-Za5rBPlktOQ&r=Mfk2qtn1LTDThVkh6-oGglNfMADXfJdty4_bhmuhMHA&m=Zws35DV5cT6VNt0_Wc8MbZqd8-UXh4q602LshCf-frE&s=2cBkApfDIxWcm7...
2008 Jul 03
0
Error on Autotest start
...test.rb:136:in `run'' from /Library/Ruby/Gems/1.8/gems/ZenTest-3.10.0/bin/autotest:55 from /usr/bin/autotest:19:in `load'' from /usr/bin/autotest:19 Here is the failing code: def find_files result = {} targets = self.find_directories + self.extra_files self.find_order.clear targets.each do |target| order = [] Find.find(target) do |f| Find.prune if f =~ self.exceptions next if test ?d, f next if f =~ /(swp|~|rej|orig)$/ # temporary/patch files next if f =~ /\/\.?#/ # Emacs au...