search for: gaurav

Displaying 20 results from an estimated 212 matches for "gaurav".

2006 Jun 18
5
on change of drop down showing a new textfield
...and a new textfield should pop up and the data entered there should be considered instead of dropdown. i have done this using javascript/dhtml but i was wondering how this can be done using pure rails i.e using some of the RoR apis?. i would appreciate if anyone helps me with this. warm regards gaurav v bagga -------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060618/1f85dd99/attachment.html
2007 Nov 20
2
ntp queries not being answered
Hello All, My name is Gaurav, and I am tasked with configuring a linux box with NTP. I am having a problem that I hope you can help me with. We have installed CentOS V5 on 1 processor down in the lab. The rest of the processors on the network are AIX boxes versions 3.2.5 and 5.2. I worked through the entire initial NTP con...
2010 Mar 08
4
Centos 5.4 DNS resolution issue
I can ping the google.com ip addresses (209.85.231.104) but can't ping the FQDN, obviously DNS is broken. I can also ping the nameserver ip addresses specified in /etc/resolv.conf. -- Gaurav On Sun, Mar 7, 2010 at 10:48 PM, Gaurav Nangla <gaurav.knangla at gmail.com>wrote: > Hi Everyone, > I've setup a Centos 5.4 (x86_64) box in a VM recently; the trouble is I just > can't get internet to work on it. > > Pinging the resolved google.com ips, nameserver ips...
2006 Jun 18
3
on change of drop down a textfield emerging
...and a new textfield should pop up and the data entered there should be considered instead of dropdown. i have done this using javascript/dhtml but i was wondering how this can be done using pure rails i.e using some of the RoR apis?. i would appreciate if anyone helps me with this. warm regards gaurav v bagga -------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060618/5e9c9107/attachment.html
2009 Dec 08
4
Split comma separated list
...g three issues: 1) R identifies the third column as an integer, instead of a list of lists 2) I havent been able to split the third column into individual values 3) How do I get it in a format suitable for plotting a boxplot? Any suggestions? I'd really appreciate any help on this. Thank you, Gaurav [[alternative HTML version deleted]]
2017 Sep 01
2
peer rejected but connected
...State: Peer Rejected (Connected)". This inconsistency arise due to upgrade you did. Workaround: 1.Go to node 10.5.6.17 2.Open info file from "/var/lib/glusterd/vols/<vol-name>/info" and remove "tier-enabled=0". 3.Restart glusterd services 4.Peer probe again. Thanks Gaurav On Thu, Aug 31, 2017 at 3:37 PM, lejeczek <peljasz at yahoo.co.uk> wrote: > attached the lot as per your request. > > Would bee really great if you can find the root cause of this and suggest > a resolution. Fingers crossed. > thanks, L. > > On 31/08/17 05:34, Gaurav Ya...
2006 Nov 04
2
sql query in active record
...id in active record using joins,condition how can i write that in docs i found for conditions you do by giving "?" and then the parameter eg. a.b_id=? but it takes b.id as string i.e a.b_id=''b.id'' i dont want that any suggestions thanks in advance regards gaurav -------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20061006/bccc813f/attachment.html
2016 May 08
2
GSoC: Weighting Schemes
...t, in particular looking at the evaluation work he did previously >>(https://github.com/samuelharden/xapian-evaluation) I've started exploring and trying to get this evaluation module running on my system. Facing some issues initially so trying to sort out those issues with the help from Gaurav on IRC. >>We may want to take the opportunity to discuss whether parts or all of >>this evaluation framework can be moved into the main Xapian repo, and >>if there are changes that will make it easier to use for evaluation in future. Yes, it'd be a huge plus for us as it wou...
2011 Nov 28
1
centos asterisk 1.8 rpms: chan_gtalk and res_jabber missing?
...piling from sources, I'm trying to do an rpm only asterisk install on CentOS 5.7. I'm using the asterisk repositories and I installed all the asterisk18 rpms, but find that chan_gtalk and res_jabber are missing. Is there a separate rpm that includes support for gtalk? Thanks in advance. -Gaurav -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20111127/fb445805/attachment.htm>
2006 Nov 04
4
live search
...in opera front and behind " item " i printed the value in console and saw it gives "item" but in textbox after selection whitespaces gets appended any idea what can be wrong anyone faced similar problem or is it that something is wrong the way i have implemented regards gaurav -------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20061006/bd6b06fe/attachment.html
2018 Aug 07
2
GSoC - Math Aware Search report
Hi All, I created a work product page for GSoC evaluation. I plan to add a couple of sections soon (bit more detail on summary, challenges, Test suite speed up work details). Also, Project plan page is not completed yet. Link: https://trac.xapian.org/wiki/GSoC2018/Maths/Work%20Product Please let me know if you have any suggestion regarding this. Regards, Guruprasad -------------- next part
2016 May 09
2
GSoC: Weighting Schemes
...s.in/fire/static/data). It needs to be signed to gain access by organization to permit us to use data. @olly and @James Earlier being part of fire team, i was able to use this data. Not sure i have the data now, Should we fill these form and ask permission to use this data from FIRE team? Thanks, Gaurav On Mon, May 9, 2016 at 4:03 PM, James Aylett <james-xapian at tartarus.org> wrote: > On Sun, May 08, 2016 at 04:36:16PM +0530, Vivek Pal wrote: > > > >>you need to independently calculate, or independently > > >>verify, the correct outputs for some test sets (...
2008 Jun 25
2
[LLVMdev] LLVM inquiry
Hi This is Gaurav Khanna, from MacResearch.org - a community for scientists that use the Mac and related hardware for research. One service we perform for the community is supply g77 & gfortran compilers for Mac OS X (which are not supplied by Apple). We are interested in the progress made by LLVM and have some...
2010 Jan 20
2
R help for read.table()
...ccess the first column as file[i,1]. file <- read.table("data.txt",header=FALSE) for ( i in 1:nrow(file)) {  cat(file[i,1],":")  pvalue <- 2*(1-pnorm(abs(file[i,2])))  cat(pvalue,"\n") } can anyone help  me how to read the first column. regards Gaurav Kumar www.gauravkumar.org PhD Student, Chemistry and Biomolecular Sciences, Macquarie , Sydney, Australia. MS (Computational Biology), NCBS-TIFR, Bangalore, India. [[alternative HTML version deleted]]
2006 Jul 21
10
why validation on server side
...javascript file in a browser makes a response to client slow and validation at server side offsets that....????? any sugeestions???? is it that i am missing something as mostly till now i have developed in development mode???? its not long i am coding in RoR a few months old...... warm regards gaurav v bagga -------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060721/9ce9ab01/attachment.html
2017 Aug 29
2
Glusterd proccess hangs on reboot
Here is the logs after stopping all three volumes and restarting glusterd in all nodes. I waited 70 minutes after glusterd restart but it is still consuming %100 CPU. https://www.dropbox.com/s/pzl0f198v03twx3/80servers_after_glusterd_restart.zip?dl=0 On Tue, Aug 29, 2017 at 12:37 PM, Gaurav Yadav <gyadav at redhat.com> wrote: > > I believe logs you have shared logs which consist of create volume followed > by starting the volume. > However, you have mentioned that when a node from 80 server cluster gets > rebooted, glusterd process hangs. > > Could you pleas...
2017 Jun 20
1
gluster peer probe failing
Thanks Gaurav! 1. Any time estimation on to when this fix would be released? 2. Any recommended workaround? Best, Guy. From: Gaurav Yadav [mailto:gyadav at redhat.com] Sent: Tuesday, June 20, 2017 9:46 AM To: Guy Cukierman <guyc at elminda.com> Cc: Atin Mukherjee <amukherj at redhat.com>; g...
2017 Oct 04
0
Glusterd not working with systemd in redhat 7
..., Niels > > > Thanks in advance > > > Ismael > > > ________________________________ > De : Atin Mukherjee <amukherj at redhat.com> > Envoy? : dimanche 17 septembre 2017 14:56 > ? : ismael mondiu > Cc : Niels de Vos; gluster-users at gluster.org; Gaurav Yadav > Objet : Re: [Gluster-users] Glusterd not working with systemd in redhat 7 > > The backport just got merged few minutes back and this fix should be available in next update of 3.10. > > On Fri, Sep 15, 2017 at 2:08 PM, ismael mondiu <mondiu at hotmail.com<mailto:mondiu...
2017 Aug 29
0
Glusterd proccess hangs on reboot
...s after stopping all three volumes and restarting > glusterd in all nodes. I waited 70 minutes after glusterd restart but > it is still consuming %100 CPU. > https://www.dropbox.com/s/pzl0f198v03twx3/80servers_after_glusterd_restart.zip?dl=0 > > > On Tue, Aug 29, 2017 at 12:37 PM, Gaurav Yadav <gyadav at redhat.com> wrote: >> >> I believe logs you have shared logs which consist of create volume followed >> by starting the volume. >> However, you have mentioned that when a node from 80 server cluster gets >> rebooted, glusterd process hangs. >&...
2011 Jul 28
2
[LLVMdev] number of static paths
...they are just storing the path information at run time and dynamically adding entries for the new path. But i need to know the number of static paths (total paths in a function ) whether they are executed or not. Please help me know that, can LLVM provide me with number of static paths or not. -- Gaurav Kumar MTech CSE IIT Kanpur +918960440344 http://www.cse.iitk.ac.in/users/gourav/ -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20110729/364b3a0e/attachment.html>