search for: muir

Displaying 20 results from an estimated 34 matches for "muir".

Did you mean: mir
2006 May 29
19
WYSIWYG Editors and Rails
...interfaced between the two. KTML4 does have manual integration instructions for how to insert it into the many OS CMS system''s out there so there is some doco available. Also, if there is something better out there written in Ruby I''d love to hear about it :) Cheers, Brendon Muir -- Posted via http://www.ruby-forum.com/.
2010 Jan 13
2
[LLVMdev] Cross-module function inlining
On 13 Jan 2010, at 20:34, Nick Lewycky wrote: > On 13 January 2010 12:05, Mark Muir <mark.i.r.muir at gmail.com> wrote: > > But... now there's a small problem with library calls. Symbols such as 'memset', 'malloc', etc. are being removed by global dead code elimination. They are implemented in one of the bitcode modules that are linked together (im...
2010 Jan 13
0
[LLVMdev] Cross-module function inlining
On 13 January 2010 12:05, Mark Muir <mark.i.r.muir at gmail.com> wrote: > On 13 Jan 2010, at 16:43, Nick Lewycky wrote: > > > Mark Muir wrote: > >> - Run the existing Clang tool on each source file, using -emit-llvm to > generate a .bc file for each module. > >> - Run llvm-link to merge them in...
2010 Jan 13
2
[LLVMdev] Cross-module function inlining
On 13 Jan 2010, at 16:43, Nick Lewycky wrote: > Mark Muir wrote: >> - Run the existing Clang tool on each source file, using -emit-llvm to generate a .bc file for each module. >> - Run llvm-link to merge them into a single .bc file. >> - Run llc to generate a complete machine assembly. >> >> However, with optimisations enabl...
2010 Jan 14
0
[LLVMdev] Cross-module function inlining
Mark Muir wrote: > > On 13 Jan 2010, at 20:34, Nick Lewycky wrote: > >> On 13 January 2010 12:05, Mark Muir <mark.i.r.muir at gmail.com >> <mailto:mark.i.r.muir at gmail.com>> wrote: >> >> >> But... now there's a small problem with library calls. Sym...
2006 Jul 11
1
Dragging and Dropping between lists
...that really helps, plus I''m finding the doco on how to implement the scriptaculous functions quite sparse for a beginner :) Any helps would be greatly appreciated. I''ve got to the stage where I can generate the two static lists but that''s about it :) Cheers, Brendon Muir -- Posted via http://www.ruby-forum.com/.
2009 Dec 16
4
[LLVMdev] Compiler driver
Hi all, I'm developing a custom back-end for an odd-ball architecture (but one that is still describable by LLVMTargetMachine). The toolchain that it will fit into doesn't have a linker as such, so I want to use assembly as the default output. I've got to the point of emitting working custom assembly for very simple C programs (i.e. ones that don't rely on libraries). At the
2006 Jul 17
1
sortable_element - Altering defaults set by rails
...]]> </script> ----- I want to override the default rails entry there and replace it with my call to Sortable.serialise, right now It''s displaying both of them which breaks the app. I know this is probably just a basic syntax issue but how do I get it done? Cheers, Brendon Muir -- Posted via http://www.ruby-forum.com/.
2006 Feb 22
9
acts_as_habtm_list plugin
I''d like to announce acts_as_habtm_list plugin for rails. acts_as_habtm_list is a Ruby on Rails plugin, that can manage ordered lists through a join-table. It is providing almost the same Api as acts_as_list. The position column has to be defined in the join table. You can find additional information at: http://www.inlet-media.de/acts_as_habtm_list/ Install it executing this command
2003 Aug 14
5
Access denied when printing to Samba printers
...is was working briefly a week ago, but is not currently and I can't determine why. This is small comfort of course; but it does show that it's at least possible to get this working :-) -- Ben Finney <benfinney@thegoodguys.com.au> IT Technical Support Officer Support Centre, The Muir Electrical Company ph: +61 3 9338 4300 web: <http://www.thegoodguys.com.au/>
2009 Dec 18
0
[LLVMdev] Compiler driver
Hi Mark, Mark Muir <mark.i.r.muir <at> gmail.com> writes: > I want to be able to package this compiler as a cross-compiler > - a single binary to go from C to assembly for that target. It > should define a macro (as shown above) to allow the target to > be identified by source code. I was thi...
2006 Jun 20
1
Comparing partial response curves from GAM
...ent. I recognize that point-wise standard error estimates can be produced using the GAM package but Im not certain how to translate this into a statistical test for the entire curve. Any feedback is much appreciated. Thanks. Solomon Solomon Dobrowski Tahoe Environmental Research Center (TERC) John Muir Institute of the Environment University of California, Davis 530 754 9354 [[alternative HTML version deleted]]
2006 May 25
10
One set of source code with multiple instances
...9;t want to be rolling out complete copies of the source to each of the 100 seperate instances (on the same server). I''d love to hear everyone''s suggestions as I really want to use Rails but need to know that I won''t come unstuck right off the bat. :) Cheers, Brendon Muir -- Posted via http://www.ruby-forum.com/.
2006 Aug 29
1
Deviance function in regression trees
...distribution in R or Should I log transform the response variable? If the specification of error distribution in regression trees is important, than are these techniques truly " non-parametric". Thanks for your inputs. Solomon Dobrowski Tahoe Environmental Research Center (TERC) John Muir Institute of the Environment University of California, Davis 530 754 9354 [[alternative HTML version deleted]]
2009 Dec 16
0
[LLVMdev] Compiler driver
Le 16 déc. 2009 à 10:54, Mark Muir a écrit : > Hi all, > > I'm developing a custom back-end for an odd-ball architecture (but one that is still describable by LLVMTargetMachine). The toolchain that it will fit into doesn't have a linker as such, so I want to use assembly as the default output. I've got to the...
2016 Apr 18
3
Indicator Species analysis; trouble with multipatt
...quot;,") > ap<-data[c(1:24, 1:81)] > groups<-c(rep(1:4,6)) > indval<- multipatt(ap, groups, control = how(nperm=999)) *Error in tx %*% comb : non-conformable arguments* -- Ansley Silva *"The clearest way into the Universe is through a forest wilderness." John Muir* *Graduate Research Assistant*
2010 Jan 13
0
[LLVMdev] Cross-module function inlining
Mark Muir wrote: > I've developed a working LLVM back-end (based on LLVM 2.6) for a custom architecture with its own tool chain. This tool chain creates stand-alone programs from a single assembly. We used to use GCC, which supported producing a single machine assembly from multiple source files. >...
2006 Nov 06
21
acts_as_ferret and associations
I have the following models: class Book < ActiveRecord::Base acts_as_ferret belongs_to :author end class Author < ActiveRecord::Base has_many :books end and in the controller: def search if params[:query] @query = params[:query] @total, @books = Book.full_text_search(@query, :page => (params[:page]||1)) @pages =
2016 Apr 19
0
Indicator Species analysis; trouble with multipatt
...lt;-c(rep(1:4,6)) >> indval<- multipatt(ap, groups, control = how(nperm=999)) > *Error in tx %*% comb : non-conformable arguments* > > > > -- > Ansley Silva > > > *"The clearest way into the Universe is through a forest wilderness." > John > Muir* > > > *Graduate Research Assistant* > ______________________________________________ > R-help at r-project.org mailing list -- To UNSUBSCRIBE and more, see > https://stat.ethz.ch/mailman/listinfo/r-help > PLEASE do read the posting guide > http://www.R-project.org/posting...
2010 Jan 13
2
[LLVMdev] Cross-module function inlining
I've developed a working LLVM back-end (based on LLVM 2.6) for a custom architecture with its own tool chain. This tool chain creates stand-alone programs from a single assembly. We used to use GCC, which supported producing a single machine assembly from multiple source files. I modified Clang to accept the architecture, but discovered that clang-cc (or the Clang Tool subclass inside Clang)