search for: sudhi

Displaying 10 results from an estimated 10 matches for "sudhi".

Did you mean: sudhir
2015 Jun 12
3
CentOS QA
Hello everyone I'm not sure if this is the forum to ask this query. I was wondering how the CentOS making sure that it work with different architectures, machine models etc. Is there any team to do all these testing ? Thanks Sudeesh John
2015 Jun 18
2
CentOS QA
...one by Redhat. But after repackaging the sources how doest CentOS make sure the integrity of the product. Is it being done by a dedicated team or by community ? On Fri, Jun 12, 2015 at 8:37 PM, Jonathan Billings <billings at negate.org> wrote: > On Fri, Jun 12, 2015 at 09:49:42AM +0530, Sudhi wrote: > > I'm not sure if this is the forum to ask this query. I was wondering how > > the CentOS making sure that it work with different architectures, machine > > models etc. Is there any team to do all these testing ? > > This isn't for CentOS, but for RHEL: >...
2011 Dec 07
0
EM Algorithm for missing data
...uot; Incomplete Data in Generalized Linear Models" by Joseph G Ibrahim. i have half way through developing the R code based on this this paper, I need little help in tweaking my code furthure. ---------------------------------------------------------------------------- a=read.table("C:/sudhi/ex3.csv",header=T,sep=",") #Set design matrix n=1558 X1=as.matrix(rep(1,n)) X2=as.matrix((a[,1])) X3=as.matrix((a[,2])) X4=as.matrix((a[,3])) X5=as.matrix((a[,4])) X6=as.matrix((a[,5])) X7=as.matrix((a[,6])) X8=as.matrix((a[,7])) X=cbind(X1,X2,X3,X4,X5,X6,X7,X8) #Start Newton-Raph...
2009 Mar 26
2
send_file using AJAX
I have a AJAX based form and when I use send_file there is no pop-up that appears to prompt user to download file... how do I fix this? Regards, Sudhindra -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public....
2009 May 20
2
prototype.js insert issue
...rst line <<page.insert_html :bottom,:list,"<ul>">> automatically closes <ul> if I see with firebug the output is <ul></ul> <li>Hello item</li> </ul> Which is wrong Using prototype how do I only insert a start tag <ul>? Thanks, Sudhindra -- Posted via http://www.ruby-forum.com/.
2015 Jun 12
0
CentOS QA
On Fri, Jun 12, 2015 at 09:49:42AM +0530, Sudhi wrote: > I'm not sure if this is the forum to ask this query. I was wondering how > the CentOS making sure that it work with different architectures, machine > models etc. Is there any team to do all these testing ? This isn't for CentOS, but for RHEL: https://access.redhat.com/e...
2015 Jun 18
0
CentOS QA
On Thu, Jun 18, 2015 at 07:51:28AM +0530, Sudhi wrote: > Thanks for the replies. > I understood that a major part of testing being done by Redhat. But after > repackaging the sources how doest CentOS make sure > the integrity of the product. Is it being done by a dedicated team or by > community ? It's done by the community....
2009 Feb 23
0
Tree view similar to Grid view
Hi, Is there a plugin similar to wice grid for tree representation? A tree control which could directly use the active record the way wice grid does it? Thanks, Sudhi -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gman...
2009 Apr 29
1
Rails, multiple connections and threads
...le the script is being executed are other connection requests to server waiting or are there services? 2. Is there a number parallel connections concept with rails? If yes how to configure it? 3. Should I make the script call as part of a new Thread to avoid other conenctions from waiting? Thanks, Sudhindra -- Posted via http://www.ruby-forum.com/.
2009 Apr 15
0
Plugin or just a zip file...
...plan to place the files in vendor/plugins/test folder... Should I make test as a plugin or just provide updates in a zip file? What is the rails suggested way. These files are only used as include files for a few operations, they in no way are required to alter Model/View or Controller. Thanks, Sudhindra -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public....