similar to: Enterprise Ruby Studio

Displaying 20 results from an estimated 2000 matches similar to: "Enterprise Ruby Studio"

2006 Aug 17
0
[ADV] The Rails Edge
Hi Folks, Apologies in advance for the blatant advertisement. Just thought you might be interested in our new regional Ruby/Rails conference series. The first will take place on November 16-18 in Denver, CO. http://therailsedge.com -------------------- What''s It About? -------------------- You all know that Rails and Ruby are on the move. Every month brings new tools, new
2006 Apr 13
1
[ADV] Pragmatic Studio: Advanced Rails
Hi Folks, We''re excited to announce that Dave Thomas and I will be teaching an Advanced Rails Studio: a hands-on, master-level workshop where you''ll learn the cutting-edge techniques used by the experts to build killer Rails apps with confidence and efficiency. We?re still finalizing exactly when and where we?ll hold this Studio. But if you?re seriously interested in
2009 Feb 19
0
[ADV] Rails Studio in Reston, VA
Hi folks, The Pragmatic Studio is happy to announce the next Rails Studio will be in Reston, VA on April 15-17. If you''re just getting into Rails, or need to get your team members up to speed quickly, this course is for you. In this hands-on workshop, you''ll learn directly from two experienced Rails developers and authors: Dave Thomas and Chad Fowler. You''ll come away
2009 Sep 16
0
[ADV] Upcoming Advanced Ruby and Rails Studios
Pragmatic Studio''s Advanced Ruby training is coming up next month (early registration ends soon!), and folks often ask what to expect in our advanced classes. You might also be wondering how Rails developers will benefit from attending this public class. So I asked Dave Thomas and Chad Fowler (the instructors) to share a few of their thoughts on the Advanced Ruby class in this short
2006 Jun 26
3
Streamlined
I was looking at Justin Gehtland''s blog. There are instructions on getting started with Streamlined, however gems returned an error that streamlined was not in the repository. I guess Justin is putting the preparations down ? Stuart
2007 Dec 12
0
[ADV] New Ruby Pragmatic Studio
Hi Folks - Just a quick reminder before the end of the year... We have a new Ruby Studio coming up on February 27-29th, taught by Dave Thomas and Chad Fowler. They''ll help you get up to speed on object-oriented programming with Ruby. It''s an ideal course if you''re new to the language, need a comprehensive refresher, or plan to start a Rails project. Speaking of
2010 Sep 17
1
[LLVMdev] How clang is seen outside the community (Was: Re: [cfe-dev] david's integer overflow stuff)
On Fri, Sep 17, 2010 at 4:44 PM, David Chisnall <csdavec at swan.ac.uk> wrote: > On 17 Sep 2010, at 23:24, Chris Lattner wrote: >> I don't see how this affects adoption.  If they haven't adopted it yet, then a change from 2.7->2.8 won't affect them. > > Because the major negative comment that is raised when I suggest people adopt clang is that they don't
2006 Jan 12
10
Take Rails Studio Workshop?
In two weeks, Dave Thomas will be in Pasadena doing a three-day Rails workshop. I''m about to sign up for it. I figure three intense days with Dave and a few dozen other Rails developers will produce huge learning leaps for me. Then it occurred to me that it might be useful to ask the list if anyone has attended one of these workshops before and, if so, how valuable you found
2012 Apr 16
2
Survival Curves
Hello I'm trying to make survival curves for some longevity data - 100 males and 100 females, some of which are still living (not dead at the end of survey) I would like to make sex specific survival curves as time on the X axis, proportion alive on the Y, and a line for each sex (two lines) Data looks like this: Focal DOB DOD Longevity Sex 1 89-04-20 na
2011 Jul 16
2
[LLVMdev] select1st, select2nd
Chris Lattner <clattner at apple.com> writes: > The problem that I have with this sort of higher order metaprogramming Metaprogramming? This isn't template metaprogramming if that's what you mean. > in C++'98 is that you're trading one set of complexity for another. What's the other complexity? -Dave
2008 Mar 20
3
create matrix
Hi all, I have a dataset consisting of 5 columns and over 5000 rows. Each row gives information about an individual animal, including longevity, i.e. at what age an animal died. For the model I use I need to create n rows for each animal, n being its longevity, and a new column 'survival' with a binary 0/1 outcome. When an animal died e.g. at age 5, there have to be 5 rows of identical
2006 Feb 13
2
Survreg(), Surv() and interval-censored data
Can survreg() handle interval-censored data like the documentation says? I ask because the command: survreg(Surv(start, stop, event) ~ 1, data = heart) fails with the error message Invalid survival type yet the documentation for Surv() states: "Presently, the only methods allowing interval censored data are the parametric models computed by 'survreg'"
2011 Jul 17
0
[LLVMdev] select1st, select2nd
I'm talking about mapped iterator + select1st. -Chris On Jul 16, 2011, at 2:58 PM, greened at obbligato.org (David A. Greene) wrote: > Chris Lattner <clattner at apple.com> writes: > >> The problem that I have with this sort of higher order metaprogramming > > Metaprogramming? This isn't template metaprogramming if that's what you > mean. > >>
2006 Nov 04
0
New version of the AWDwR beta book available
I''ve uploaded the B1.12 version of AWDwR. The major changes include: - Justin Gehtland''s new chapter on Web 2.0 - James Duncan Davisdon''s chapter on deployment (this is an interesting one---JDD has strong opinions on how a Rails application should be deployed, and the chapter mirrors this. You''ll find it short and easy to follow). - I changed the
2006 Mar 22
1
Multiple Updates, Multiple Renders, One Ajax Call
The following code snippet allows you to update multiple DOM elements in a single Ajax call in Rails (1.1): # pass in a hash of domid=>template name def update_many(options) render :update do |page| options.each do |k,v| page.replace_html k, render(:partial=>v) page.visual_effect :highlight, k end end end So, if you wanted to update the
2008 Nov 13
3
metaprogramming with lm
Hello, Say I want to make a multiple regression model with the following expression: lm(y~x1 + x2 + x3 + ... + x_n,data=mydata) It gets boring to type in the whole independent variables, in this case x_i. Is there any simple way to do the metaprogramming for this? (There are different cases where the names of the independent variables might sometimes have apparent patterns or not)
2007 Feb 26
2
Apache+mod_proxy_balancer+Mongrel+Mephisto, Apache kills CPU
Our Mephisto install kills Mongrels and causes Apache to pound the CPU. This started when we moved to Apache+mod_proxy_balancer+Mongrel. Here''s what we know: The following things are working OK, except when used in the combination listed above: mongrel, mongrel_rails, MySQL, Apache, mod_proxy_balancer. We believe these are all OK because we moved five other Rails apps to this
2009 Feb 22
2
SSDs and filesystem alignment...
Does BTRFS perform any journal and/or filesystem structure alignment (for benefit to SSD longevity and SSD, RAID array and large-sector device performance) at present? ext4''s Ted Tso will deliver 128KB alignment with the next release of e2fsprogs (ie 1.41.4) [1], so perhaps it''s a good idea for btrfsprogs also, if not already available? Daniel --- [1]
2018 Feb 23
2
what is the centos/elrepo policy toward LTS kernels?
i'm sure there's a simple answer to this -- i already understand that newer kernels than the ones shipped with the official release aren't officially supported but there is the elrepo kernel repository here: http://elrepo.org/linux/kernel/el7/x86_64/RPMS/ with a mixture of long-term (lt) and mainline (ml) kernels. i assume that the mainline kernels pretty closely track the latest
2011 Jul 16
0
[LLVMdev] select1st, select2nd
On Jul 15, 2011, at 1:57 PM, David A. Greene wrote: > Chris Lattner <clattner at apple.com> writes: > >> On Jul 15, 2011, at 12:35 PM, David Greene wrote: >> >>> I've run into a use case where I'd like to use a mapped_iterator to >>> iterator the 1st (or 2nd) items in a sequence of std::pairs. Does >>> select1st/select2nd exist