search for: ramda

Displaying 18 results from an estimated 18 matches for "ramda".

Did you mean: lamda
2010 Nov 01
2
is there any remus ready distro?
Dear all, We are struggling to install xen 4.0 with remus on Ubuntu and debian 6.0. Can you suggest some source that can help us or some distro which has inbuilt feature. Ramdas S +91 9342 583 065 _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
2008 Mar 19
1
weibull model
Dear Helpers: If you know how to fit a Weibull model using R, you are my savior for my project. The hazard ramda is specified as t^alpha * (1+a*dose*exp(-b*dose)). Or, can we modify the Cox model to capture the proportional part above? Here t is the survial time, dose is a subject received in a exposed group. Thank you a lot. Boshao ___________________________________________________________________...
2006 Jun 07
4
Edge rails and routes
I have a route that works under 1.1.2 but does not work under edge rails. route.wishlist ''wishlist/:id'', :action => ''show_wishlist'', :id => nil, :requirements => {:id => /\d*/} This worked great without an :id, but under edge rails when I call wishlist_url with no parameters I get: "Exception: can''t convert nil into
2006 Jun 16
4
Unit test and get request with a URL
I''m tyring to write a unit test that uses a get() method to simulate a get request in my functional test. However, get wants an action, and I have a URL. I''m trying to redirect to a URL the user tried to hit before logging in. After they login I want to go back to the URL they originally tried. I can''t find the get() method code in the help or otherwise. I
2007 May 24
0
Node reboot missing file on one node...
...this node (Since it was giving the datafile missing in the alert log) and rebooted the node, all the ocfs mount points came back up fully mounted and with all the datafiles in it. Thank you for your help with this. Have a great day. </R> -- Oracle Email Signature Logo Rajeev Ramdas | Grid Solution Specialist | 6037388061 Oracle Sales Consulting 1 Oracle Drive, Nashua, NH
2006 May 31
3
Camping and Builder and XML
Hi, I have built a simple Camping application which indexes an ODBC datasource using Ferret on startup, then accepts search strings and renders the resulting hit list in HTML, and it works quite nicely. The next step was to alternately render the list in XML for consumption by another application. In Rails, I would simply use Builder in the view to get the job done, and so I did the same in
2006 Jun 08
2
Does Edge Rails play well with GEM Rails?
Hi, I have the current version of GEM rails installed on my machine at the moment. I would like to put edge rails on for a project that I''m working on, but I would like to keep the Gem version, at least for the moment. Also is there any documentation about installing Edge rails? I have looked on the wiki but it was not obvious to me where it is. Cheers Daniel -------------- next part
2006 Jun 18
0
Rails Core Weekly June 11 - June 18
...from the following url : http://www.pinupgeek.com/articles/category/rails-core-weekly-news We have an Atom/RSS feed available there as well. Rails Core Weekly summarizes the rails-core mailing list, a list dedicated to Ruby on Rails internals and its development. RCW is brought to you by Rodney Ramdas and proofread by the good people of The Caboose (http://blog.caboo.se/) for accuracy. All bad jokes, mistakes, etc. are mine. Rails Core Weekly June 12 - June 19 2006 ========================================== It was a slow week, no announcements, no hot new features. Perhaps the Core needed...
2006 Jul 16
1
Rails Core Weekly July 2 - July 16
...e from the following url: http://www.pinupgeek.com/articles/category/rails-core-weekly-news We have an Atom/RSS feed available there as well. Rails Core Weekly summarizes the rails-core mailing list, a list dedicated to Ruby on Rails internals and its development. RCW is brought to you by Rodney Ramdas and proofread by the good people of The Caboose (http://blog.caboo.se/) for accuracy. Here are some the more interesting threads of the last 14 days or so. Unfortunately Trac seems to be pretty much down at this time so no ''New Features"" goodies in this post. Rails Core Week...
2006 Jun 11
3
[SUMMARY] Rails Core Weekly June 5 - June 11
...led by Kevin Clark about submitting enhancements in general is <a href="http://www.ruby-forum.com/topic/67958#new">here</a>. *RSS and Feedback* RSS feed : <a href="http://www.pinupgeek.com/articles/category/rails-core-weekly-news">here</a> Feedback : rramdas-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org Credits: thanks to <a href="http://blog.caboo.se">#caboose</a>for reviewing ! -- Rodney http://www.pinupgeek.com http://www.dutchrailers.org
2006 Aug 06
0
Rails Core Weekly July 16 - August 6
Rails Core Weekly July 16 - August 6 Rails Core Weekly summarizes the rails-core mailing list, a list dedicated to Ruby on Rails internals and its development. RCW is brought to you by Rodney Ramdas and proofread by the good people of The Caboose (http://blog.caboo.se/) for accuracy. RSS feed and RCW home: http://www.pinupgeek.com/articles/category/rails-core-weekly-news The ruby on rails podcast by Michael Genereux supposedly now includes RCW: http://phobos.apple.com/WebObjects/MZStore.w...
2006 Apr 27
11
Action Mailer Error!!!
What does this mean? Bad file descriptor - connect(2) -- Posted via http://www.ruby-forum.com/.
2006 Jul 02
0
Rails Core Weekly June 19 - July 2 2006
...from the following url : http://www.pinupgeek.com/articles/category/rails-core-weekly-news We have an Atom/RSS feed available there as well. Rails Core Weekly summarizes the rails-core mailing list, a list dedicated to Ruby on Rails internals and its development. RCW is brought to you by Rodney Ramdas and proofread by the good people of The Caboose (http://blog.caboo.se/) for accuracy. Enjoy. Rails Core Weekly June 19 - July 2 2006 ========================================== I missed a week. I''m sorry. I was at Railsconf 2006 and there was just too much going on to write an RCW. Als...
2006 Jun 07
10
habtm "AND" find conditions
I have two tables and a join table for them e.g. books, authors in a many to many relationship (habtm) and a join table books_authors. I can successfully search for a book that has "author.id = 2 OR author.id = 4" but I am unable to search for "author.id = 2 AND author.id = 4" This is because the result of all the joins only has one author.id column so no single row has
2006 Nov 14
11
RESTful mixin, mixin repo?
Hi, I just put together a little mixin to provide pseudo-RESTful services in camping apps. Basically, it looks for a hidden _verb field in form posts, and sets the @method to the supplied value (e.g. put or delete - which browsers don''t support). This lets you define put and delete methods in your controllers. Groovy. Code: http://pastie.caboo.se/22613 Is there any permanent repo of
2006 Jul 17
0
ANN: Rails Workshop with David Black, Sept 18, Amsterdam, NL
Hi there, Before I forget, there''s a 1-day workshop led by none other than David Black in Hotel Arena, Amsterdam, The Netherlands on September 18 (right after Railsconf Europe). David''s workshop will have something in it for beginners and more experienced Rails developers alike. More info and signup over at: http://www.buildless.com Seating is limited to 25 people. --
2006 May 28
0
[SUMMARY] Rails Core Weekly (May 23 - May 28)
Rails Core Weekly May 23 - May 28 [ http://wrath.rubyonrails.org/pipermail/rails-core/2006-May/001500.html ] On may 23 I just missed an opportunity to report on a patch (http://dev.rubyonrails.org/ticket/5167) politely submitted by Francois Beausoleil that adds a generator for observers. Marcel Molina Jr. hates repeating himself so a generator for observers is most welcome. The patch is applied
2006 Jun 04
0
[SUMMARY] Rails Core Weekly May 29 - June 4
Rails Core Weekly May 29 - June 4 Dear List, Another week has passed, here''s RCW, the McCartney Edition: This weeks kicks of with Josh Susser fixing has_and_belongs_to_many #create method to properly populate joins with new records :http://www.ruby-forum.com/topic/67478#new. Check out his test: def test_create_by_new_record devel = Developer.new(:name => "Marcel",