search for: rosett

Displaying 4 results from an estimated 4 matches for "rosett".

Did you mean: rosetta
2006 May 17
3
Re: Re: Ruby on Rails Searchable and AnnotatableDocs
> body#rails_outertrack_com { > font-size: 14px /* Be kind to these li''l eyes of yours, baby */ > } > > Dominique Rose-Rosette Be kinder by specifying {font-size 1em} so that it''s scalable. My pixels are smaller than yours baby. Seriously though folks, please try and move away from absolute sizes for elements (px). Unless they''ve fixed it IE can''t resize a 14px font (View -> Text Size)....
2006 Jan 11
0
File_column : how can I resize/convert/whatever an image according to form-submitted values?
...ze ''250x'' stuff.jpg" or "convert -resize ''x100'' stuff.jpg" end end What should I put in that resize_image callback function? Would a callback be the DRY way, to begin with? Any tips, ideas, previous experiences, anyone? TIA, Dominique Rose-Rosette
2010 Nov 29
3
question
Hi, is there a way to convert an rpart tree into ifelese statement that codes the data withi factors labeled for the tree? for e.g. if Age>50 and group=B,C then 'Age>50 and group=B,C' if Age<=50 then group=N,A then 'Age<=50 then group=N,A' data$tree<-as.factor(ifelse(Age>50 and group in (B,C), 'Age>50 and group=B,C',
2006 May 16
25
Ruby on Rails Searchable and Annotatable Docs
I recently updated my Rannotate application. The interface has been completely redone and there are lots of new features. The basic idea is to create searchable and user annotatable documentation for the Ruby on Rails API (think php.net). Check it out at - http://rails.outertrack.com * What is Rannotate? Rannotate is a Rails application and RDoc YAML generator that work together to provide