search for: acharya

Displaying 20 results from an estimated 38 matches for "acharya".

2009 Sep 17
3
Help with date specification
...ly sum for the ten years using aggregate(x, years, sum). But this gave me the yearly sum for 1995 (Apr- Dec); 1996 (Jan-Dec) ---------2005 (Jan-Mar). But I want to get the aggregates for Apr-1995 to Mar 1996, Apr 1996- mar 1997 and so on. your help will be higly appreciated. Thanks in advance -- Acharya, Subodh [[alternative HTML version deleted]]
2023 Jul 21
1
Adding SRV records to zone
Hi Sagar, Are you getting a particular error? Because the same method should work just fine in NSD. Simply open the corresponding zone file (as configured in nsd.conf) and put that line in there. Best regards, Jeroen Koekkoek On Fri, 2023-07-21 at 09:14 +0200, Sagar Acharya via nsd-users wrote: > How do I add SRV record to my zone file? > > Eg. In pdns I have > > _xmpp-client._tcp.example.com.? ?3600? ? ?IN? ? ?SRV? ? ? 0 5 5222 > example.com > > > Thanking you > Sagar Acharya > https://humaaraartha.in > > P.S. Please cc me,...
2009 Dec 07
2
Filtering a zoo object based on index of another object
...zoo<- zoo(mydat, order.by = DATE) DATE2<- seq(as.Date("2009-01-01"), as.Date("2009-01-30"), by = 7) Now I need to create a new zoo object with index as DATE2 and corresponding data values. Any kind of help will be highly appreciated. Thanks in advance you very much -- Acharya, Subodh [[alternative HTML version deleted]]
2023 Jul 21
1
Adding SRV records to zone
...#39;m asking that what is the proper method to add SRV records. I read the documentation but I couldn't find anything around it. If you can perhaps add something which specifies how each and every type of record is to be written on documentation, that would be very useful. Thanking you Sagar Acharya https://humaaraartha.in 21 Jul 2023, 18:46 by jeroen at nlnetlabs.nl: > Hi Sagar, > > Are you getting a particular error? > > Because the same method should work just fine in NSD. Simply open the > corresponding zone file (as configured in nsd.conf) and put that line > in t...
2009 Sep 09
2
Help with data containing date
...ulate the monthly and Annual average averages of A, B, C, D, and E, for the 10 years. I tried to use the xts package to convert the data into a time series object but was not able to even change it into the time series object. Any help would be highly appreciated Thank you in advance. -- Subodh Acharya University of Florida Gainesville, FL. [[alternative HTML version deleted]]
2017 Sep 20
0
how many hosts could be down in a 12x(4+2) distributed dispersed volume?
...on provided it appears like you have placed 2 bricks of a subvolume on one host. Please confirm. The number of hosts that could go down without losing access to data can be derived based on the brick configuration/distribution. Please let us know the brick distribution plan. Regards, Sunil kumar Acharya Senior Software Engineer Red Hat <https://www.redhat.com> T: +91-8067935170 <http://redhatemailsignature-marketing.itos.redhat.com/> <https://red.ht/sig> TRIED. TESTED. TRUSTED. <https://redhat.com/trusted> On Tue, Sep 19, 2017 at 1:09 AM, Mauro Tridici <mauro.trid...
2023 Jul 21
1
Adding SRV records to zone
How do I add SRV record to my zone file? Eg. In pdns I have _xmpp-client._tcp.example.com.? ?3600? ? ?IN? ? ?SRV? ? ? 0 5 5222 example.com Thanking you Sagar Acharya https://humaaraartha.in P.S. Please cc me, I'm not subscribed to this list.?
2010 Jun 14
1
avoid row/column indexing in capture.output
....7423391 [7,] 0.30 0.7603594 [8,] 0.35 0.7737155 [9,] 0.40 0.7840432 [10,] 0.45 0.7922850 . . But I need need to have an output like this 4 A S C I time = yes RUN 1 111 0.00 1.7500000 0.05 0.3983540 0.10 0.6010150 ... Any kind of help will be highly appreciated. Thank you in advance -- Acharya, Subodh [[alternative HTML version deleted]]
2011 Jul 14
1
Error: "non-numeric argument to binary operator"
...RangeDays)) rh42Vec = (((rhCube[2,2,1:file42YrRangeDays]) * scaleFact) + offset) #(Here is the point where I got the error "Error in (rhCube[2, 2, 1:file24YrRangeDays]) * scaleFact : non-numeric argument to binary operator" I appreciate if anyone can help me out. Sincerely, Anil Acharya
2009 Oct 27
1
option to control the spac between columns in data frame
...1496.0 190.0 V2 LDR_perv 1147 5.7 489.6 163.6 V3 MDR_imperv 281 52.6 4141.7 654.7 V4 MDR_Perv 654 5.7 511.8 227.4 V5 IND_imperv 97 52.6 1604.4 226.0 -- Acharya, Subodh [[alternative HTML version deleted]]
2009 Oct 07
1
Formatting outputs:(chronological object)
...91-02-01 297.9274 1991-03-01 315.2565 1991-04-01 290.9797 1991-05-01 327.0480 1991-06-01 281.5030 1991-07-01 316.7332 1991-08-01 289.9122 1991-09-01 296.9334 1991-10-01 280.2053 1991-11-01 295.6098 1991-12-01 321.6451 Total for year 1991 = xxx Any help would be highly appreciated Thanks -- Acharya, Subodh [[alternative HTML version deleted]]
2010 Apr 26
1
finite difference scheme for 2D differential equations
...} if (j==n){ conc[i,n] = conc[i-1,n] + dt*(D/dx^2)* ( conc[i-1,n-1] - conc[i-1,n]) } conc[i,j] = conc[i,j] } } Now in 2D the equation will be like this dc/dt = Dx*d^2c/dx^2 + Dy*d^C/dy^2 So that when I solve it I will get C(x, y, t) at each node of the grid. Thanks for the help in advance. -- Acharya, Subodh [[alternative HTML version deleted]]
2010 Jun 04
2
Help with iteration using while loop
...= 0.224, Time = 0.2, tolerance = 0.000001) But I want do something like this ( conceptually) for( i in 2:itermax) { Fpt[i] = K*Time + M*S*log(1+ Fpi/(M*S)) if((Fpt[i]- Fpt[i-1])<= tolerance) break print(Fpt[i] } something like this. any kind of help is highly appreciated. thank you -- Acharya, Subodh [[alternative HTML version deleted]]
2009 Sep 08
1
Help with use of rep function in R
...r 34 times, and then, again, 5 for 13 times, 6 for 12 times,........, 15 for 28 times, and so on. I used, the function rep(A, times = B) It didn't work because apparently, the times command , worked for only if the length of A and B was equal. Thank you for your help in advance. -- Subodh Acharya University of Florida Gainesville, FL. [[alternative HTML version deleted]]
2009 Sep 11
2
rsync deleted all my important docs...
How is rsync supposed to behave when I give the --delete-excluded? Recently I lost several of my important documents because of a corrupted file system on the source. Here are some logs, * Rsync gets an IO error on one of the folders, -- rsync: readlink_stat("/mnt/raid-backup/Documents/Finance") failed: Input/output error (5) -- * It starts deleting all my financial documents, --
2023 Oct 10
0
Updated invitation: Gluster Community Meeting @ Tue Oct 10, 2023 2:30pm - 3:30pm (IST) (gluster-users@gluster.org)
...UTCBridge:??meet.google.com/cpu-eiue-hvkMinutes meeting: https://hackmd.io/fB7S_jpZQ7K-d3ROFTUtFwPrevious Meeting notes: GitHub Organizer nladha at redhat.com nladha at redhat.com Guests nladha at redhat.com - organizer sajmoham at redhat.com alpha754293 at hotmail.com Sheetal Pamecha Shwetha Acharya Deepshikha Khandelwal Sunil Kumar Heggodu Gopala Acharya Vinayakswami Hariharmath sunkumar at redhat.com Ana Neri Richard Wareing David Hasson tshacked at redhat.com Wojciech J. Turek pranith.karampuri at phonepe.com sasundar at redhat.com amar at kadalu.io prakash.mohanraj at gmail.com jstrunk at...
2023 Apr 11
0
Updated invitation: Gluster Community Meeting @ Tue Apr 11, 2023 2:30pm - 3:30pm (IST) (gluster-users@gluster.org)
...Bridge:??meet.google.com/cpu-eiue-hvkMinutes meeting: https://hackmd.io/fB7S_jpZQ7K-d3ROFTUtFw?viewPrevious Meeting notes: GitHub Organizer nladha at redhat.com nladha at redhat.com Guests nladha at redhat.com - organizer sajmoham at redhat.com alpha754293 at hotmail.com Sheetal Pamecha Shwetha Acharya Deepshikha Khandelwal Sunil Kumar Heggodu Gopala Acharya Vinayakswami Hariharmath sunkumar at redhat.com Ana Neri Richard Wareing David Hasson tshacked at redhat.com Wojciech J. Turek pranith.karampuri at phonepe.com sasundar at redhat.com amar at kadalu.io prakash.mohanraj at gmail.com jstrunk at...
2023 May 09
0
Updated invitation: Gluster Community Meeting @ Tue May 9, 2023 2:30pm - 3:30pm (IST) (gluster-users@gluster.org)
...Bridge:??meet.google.com/cpu-eiue-hvkMinutes meeting: https://hackmd.io/fB7S_jpZQ7K-d3ROFTUtFw?viewPrevious Meeting notes: GitHub Organizer nladha at redhat.com nladha at redhat.com Guests nladha at redhat.com - organizer sajmoham at redhat.com alpha754293 at hotmail.com Sheetal Pamecha Shwetha Acharya Deepshikha Khandelwal Sunil Kumar Heggodu Gopala Acharya Vinayakswami Hariharmath sunkumar at redhat.com Ana Neri Richard Wareing David Hasson tshacked at redhat.com Wojciech J. Turek pranith.karampuri at phonepe.com sasundar at redhat.com amar at kadalu.io prakash.mohanraj at gmail.com jstrunk at...
2023 Jan 11
0
Updated invitation: Gluster Community Meeting @ Wed Jan 11, 2023 2:30pm - 3:30pm (IST) (gluster-users@gluster.org)
...Bridge:??meet.google.com/cpu-eiue-hvkMinutes meeting: https://hackmd.io/fB7S_jpZQ7K-d3ROFTUtFw?viewPrevious Meeting notes: GitHub Organizer nladha at redhat.com nladha at redhat.com Guests nladha at redhat.com - organizer sajmoham at redhat.com alpha754293 at hotmail.com Sheetal Pamecha Shwetha Acharya Deepshikha Khandelwal Sunil Kumar Heggodu Gopala Acharya Vinayakswami Hariharmath sunkumar at redhat.com Ana Neri Richard Wareing David Hasson tshacked at redhat.com Wojciech J. Turek pranith.karampuri at phonepe.com sasundar at redhat.com amar at kadalu.io prakash.mohanraj at gmail.com jstrunk at...
2023 Jul 11
0
Updated invitation: Gluster Community Meeting @ Tue Jul 11, 2023 2:30pm - 3:30pm (IST) (gluster-users@gluster.org)
...Bridge:??meet.google.com/cpu-eiue-hvkMinutes meeting: https://hackmd.io/fB7S_jpZQ7K-d3ROFTUtFw?viewPrevious Meeting notes: GitHub Organizer nladha at redhat.com nladha at redhat.com Guests nladha at redhat.com - organizer sajmoham at redhat.com alpha754293 at hotmail.com Sheetal Pamecha Shwetha Acharya Deepshikha Khandelwal Sunil Kumar Heggodu Gopala Acharya Vinayakswami Hariharmath sunkumar at redhat.com Ana Neri Richard Wareing David Hasson tshacked at redhat.com Wojciech J. Turek pranith.karampuri at phonepe.com sasundar at redhat.com amar at kadalu.io prakash.mohanraj at gmail.com jstrunk at...