search for: bhatia

Displaying 20 results from an estimated 25 matches for "bhatia".

Did you mean: bhati
2006 Jan 12
4
has_one relationship problem
I was wondering if anyone could see the error in this littte application I have two models, User and Selection Selection is an extension of the User model so in the User model I have a has_one :selection and in Selection I have a belongs_to :user in my views, i cannot get @user.selection to work but @user works fine. http://www.rafb.net/paste/results/GSBt1e61.html Thanks, r.b
2006 Sep 15
1
Xen Installation problems
...ion of XEN boot up on a Red Hat Linux Guest OS. What''s happening is that the grub loader tries to install Xen but after a while it crashes and starts rebooting recursively. I have tried both the entries listed below. I am using the following entries in the grub.conf file: title Xen-bhatia 3.0 / XenLinux-bhatia 2.6.16 root (hd0,0) kernel /bhatia/boot/xen-3.0.gz dom0_mem=262144 console=ttyS0,9600n8 console=tty0 module /bhatia/boot/vmlinuz-2.6-xen root=/dev/VolGroup00/LogVol00 rhgb quiet console=ttyS0,9600n8 console=tty0 title Xen 3.0 / XenLinux 2.6.16 r...
2008 Sep 08
3
Support for different Architectures
Dear All, I am new to FLAC. I have to port FLAC on sh4 architecture. Can somebody please let me know which architectures FLAC supports today? Also if somebody has an idea about the functionality of the code written in assembly, it would be of great help. Thanks and Regards Divyahaas Bhatia Senior Technical Leader Pace Micro Technology (India) Private Limited Bringing Technology Home Tel: + 91 80 4189 2791 Fax: + 91 80 4189 1000 E-mail:divyahaas.bhatia at pace.com Manyata Tech Park, Nagavara, Bangalore 560045, INDIA www.pace.com This message h...
2018 Mar 17
3
length of 'dimnames' [2] not equal to array extent- For Correlation Plot
...ssign the result to anything: as.matrix() does not work in > place. > > CR1 <- as.matrix(CR1) > > Now try. > > If that doesn't work, then provide a reproducible example so we can > offer further advice. > > Sarah > > On Sat, Mar 17, 2018 at 11:08 AM, Shivi Bhatia <shivipmp82 at gmail.com> > wrote: > > Created a new data set with 3 numeric variable to find correlation > > > > CR1<- mar%>% as_data_frame%>% select(AGE, OLD_CAR_PURCHASE_YRS, > > Total.Spend.With.AA) > > > > had to convert it to a data fram...
2017 Sep 20
4
arguments imply differing number of rows
Hi Team, I using the syntax as: data.df<- data.frame( city= c(rep(c("Delhi", "Bangalore","Chandigarh"),each=5)), population= c(4000:6000,3500:4300,3000:3200) ) But i am getting the error as arguments imply differing number of rows: 15, 3003. Tried searching google but could not understand & find the solution. Thanks, Shivi [[alternative HTML version
2007 Feb 28
1
FASTTRAP_SUNWDTRACE_SIZE
Hi, What is the value of FASTTRAP_SUNWDTRACE_SIZE for PowerPC ? This macro is in file fasttrap_isa.h For Intel : /usr/src/uts/intel/sys #define FASTTRAP_SUNWDTRACE_SIZE 64 and for Sparc : /usr/src/uts/sparc/sys #define FASTTRAP_SUNWDTRACE_SIZE 128 Regards Deepak Bhatia This message posted from opensolaris.org
2014 Sep 11
1
chan_sip.c:23647 handle_request_invite: Failed to authenticate device
...5043]: chan_sip.c:23647 handle_request_invite: Failed to authenticate device 601<sip:601 at 111.118.185.107>; tag=2f498fbd [Sep 10 12:55:24] NOTICE[15043]: chan_sip.c:23647 handle_request_invite: Failed to authenticate device 601<sip:601 at 111.118.185.107>;tag=209a8aa9 Regards Deepak Bhatia -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20140911/f1b99926/attachment.html>
2018 Mar 17
0
length of 'dimnames' [2] not equal to array extent- For Correlation Plot
...y follow your description at first. corrplot expects a correlation matrix, not your original data. You need to use cor() first. That's pretty clear in the documentation. See for instance the examples: data(mtcars) M <- cor(mtcars) corrplot(M) Sarah On Sat, Mar 17, 2018 at 12:00 PM Shivi Bhatia <shivipmp82 at gmail.com> wrote: > Hi Sarah, > Thank you for your help. > > I tried using CR1<-as.matrix(CR1) but gives error Error in corrplot(CR1, > method = "circle") : The matrix is not in [-1, 1]!. I am using a corrplot > library. > > Please find the...
2007 Jun 01
1
Error starting dovecot 1.0.0 /var/run/dovecot/auth-master failed: No such file or directory
...down Jun 1 20:30:16 foo dovecot: child 9760 (auth) returned error 89 I've read the http://wiki.dovecot.org/CompilingSource but am stuck now with this issue. i also googled around a bit but could get any more information about this problem. any help is appreciated. thanks in advance. yashesh bhatia. ---------------------------------------------------------------- Go Pre http://www2.localaccess.com/rlalonde/pre.htm ----------------------------------------------------------------
2017 Sep 20
0
arguments imply differing number of rows
4000:6000 gives you 4000, 4001, ..., 6000. I suspect you want population= c(seq(4000, 6000, length=5), seq(3500, 4300, length=5), seq(3000, 3200, length=5)) Bob On 20 September 2017 at 17:07, Shivi Bhatia <shivipmp82 at gmail.com> wrote: > Hi Team, > > I using the syntax as: > > data.df<- data.frame( > city= c(rep(c("Delhi", "Bangalore","Chandigarh"),each=5)), > population= c(4000:6000,3500:4300,3000:3200) > ) > > But i am gett...
2006 Dec 28
0
Re: Xen-users Digest, Vol 22, Issue 145
> From: Nico Kadel-Garcia <nkadel@gmail.com> > Date: December 28, 2006 6:32:42 AM EST (CA) > To: Ian Pratt <m+Ian.Pratt@cl.cam.ac.uk> > Cc: "Bhatia, Nikhil" <bhatia@ornl.gov>, xen- > devel@lists.xensource.com, xen-users@lists.xensource.com, > ian.pratt@cl.cam.ac.uk > Subject: Re: [Xen-users] RE: [Xen-devel] Xen-3.0.3 migration problems > > > Ian Pratt wrote: >>> xm migrate --live vcs-dmz02 dmz03.ornl.go...
2006 Apr 15
8
I need to send an email when something happens in my model...
but the model isn''t the right place to send mail from. That just seems like pretty bad coupling, generating emails from within the model. Or is that not a problem? On top of that, these emails need to contain links back to my site...which is a bit of a pain in ActionMailer, but I found directions on http://wiki.rubyonrails.com/rails/pages/HowtoUseUrlHelpersWithActionMailer however I
2018 Mar 17
0
length of 'dimnames' [2] not equal to array extent- For Correlation Plot
....frame function, but more importantly, you didn't assign the result to anything: as.matrix() does not work in place. CR1 <- as.matrix(CR1) Now try. If that doesn't work, then provide a reproducible example so we can offer further advice. Sarah On Sat, Mar 17, 2018 at 11:08 AM, Shivi Bhatia <shivipmp82 at gmail.com> wrote: > Created a new data set with 3 numeric variable to find correlation > > CR1<- mar%>% as_data_frame%>% select(AGE, OLD_CAR_PURCHASE_YRS, > Total.Spend.With.AA) > > had to convert it to a data frame, code: > > as.matrix(as.dat...
2018 Mar 17
2
length of 'dimnames' [2] not equal to array extent- For Correlation Plot
Created a new data set with 3 numeric variable to find correlation CR1<- mar%>% as_data_frame%>% select(AGE, OLD_CAR_PURCHASE_YRS, Total.Spend.With.AA) had to convert it to a data frame, code: as.matrix(as.data.frame(CR1)) Now i need to run a correlation plot for these 3 variables: corrplot(CR1, method = "circle") But i am getting this error: Error in
2015 May 29
1
[LLVMdev] Whole Program Analysis with dynamically loaded libraries
Hi I was wondering if there is any way we can run whole program analysis on more than just one compilation unit. I would like to include the dynamically loaded libraries into the call graph too. Is there a way to do that? Thanks and Regards Rohit -------------- next part -------------- An HTML attachment was scrubbed... URL:
2006 Mar 13
0
XATTR and extra meta data sync between nodes
Hallo, Does Rsync support XATTR sync between nodes? Using setfattr -n user.line -v 100 <File Name> setfattr -n user.creator -v ?Rakesh Kumar Bhatia? <File Name> will create extended attribute for different files. I used rsync -av <source> <destination> to copy the files. extended attributes are missing in the destination path. Can use the command getfattr -d <file name> to check the XATTR attributes. What about...
2009 May 21
1
How to install ActiveScaffold plugin?
I am upgrading to raills 2.3.2. I’m having problems with AjaxScaffold which has been deprecated. I am a linux novice. The web site http://activescaffold.com/ has the following command: script/plugin install git://github.com/activescaffold/active_scaffold.git I tried the above and also ruby script/plugin … Nothing happens. Any ideas?
2018 May 25
0
Query on the Arimax modeling results
...* 2. *Is there a limit on the number of regressors we can get in the model in ARIMAX modeling exercise in R? This is because we are only getting 3 regressors at max.* Will be very thankful if you could provide answers to our queries. Best Regards Regards, Sanchi ??????????? Sanchi Bhatia Senior Analyst | o +91-124-495-3813 | m +91-9810531725 *Absolutdata <https://www.absolutdata.com/>* ? *Intelligent Analytics* San Francisco | London | Dubai | New Delhi | Bangalore | Singapore ?????????????????????????????.????????..?????? Join us: *Blog <https://www.absolut...
2018 Jun 01
2
Cannot Load A Package
Hi All, I am trying to download semnet package but getting the error: package not available for R version 3.4.4. I tried downloading it from install.packages('semnet',repos='http://cran.us.r-project.org') and install.packages('semnet',repos='http://cran.revolutionanalytics.com/') and even the https://cran.r-project.org/src/contrib/semnet.tar.gz but doesnt seem to
2006 Jun 01
9
More flexible file column?
The file column plug-in is great, but there is a problem with it. Well, two... But the other is well documented now. :^) Consider a time when you''ve created a CMS for a client and it''s been in use for over a year. Say 1500+ images have been uploaded so far. Now the client comes back with a simple request... ''Can you change the thumbnail size to 80/90, rather than