Displaying 20 results from an estimated 33 matches for "naresh".
2011 Jul 19
1
Is libvirt supported on Citrix Xenserver?
...o this domain (frontend (domid=0 | kind=vbd | devid=51712); backend (domid=0 | kind=vbd | devid=51712)). Even a reboot of the machine didnt help.
Any pointers on the above 2 issues would be of great help.
Thanks in Advance!
Regards,
Sharmila
From: "G Naresh Kumar"naresh.gadepalli at gmail.com
Sent: Sat, 16 Jul 2011 16:55:16 +0530
To: Matthias Bolte matthias.bolte at googlemail.com
Cc: libvirt-users at redhat.com
Subject: Re: [libvirt-users] Is libvirt supported on Citrix Xenserver?
Hi Matthias,
>
Sorry for the confusion.It wa...
2010 Oct 22
4
502 bad gateway on nginx with recv() failed
...t of connections in
TIME_WAIT:
tcp 0 0 127.0.0.1:8141 127.0.0.1:54507
TIME_WAIT -
tcp 0 0 127.0.0.1:8141 127.0.0.1:57322
TIME_WAIT -
Fluctuating all the way from 20 to 800. A quick restart of nginx
tended to bring the number down.
-Naresh V.
2024 Sep 22
2
store list objects in data.table
...carsreg2 <- carsdt[, .(coef = list(coef(lm(mpg ~ disp + hp + wt))), rsq
= summary(lm(mpg ~ disp + hp + wt))$r.squared), by = .(cyl)]
Now if I want to also include F-statistic, it would require an
additional call to lm() and adding a column to above data.table.? Is
there a way to avoid this?
Naresh
On 9/22/24 2:00 AM, Bert Gunter wrote:
> Well, you may have good reasons to do things this way -- and you
> certainly do not have to explain them here.
>
> But you might wish to consider using R's poly() function and a basic
> nested list structure to do something quite similar...
2024 Sep 21
3
store list objects in data.table
...only the coeffients of the first regression. mydt[2,
2] has residuals of the first regression.? These are the first two
components of "lm" object.
mydt[1, myreg[[1]]]
#(Intercept)?????????? x
#?? 0.107245??? 1.034110
Is there a way to put full "lm" object in each row?
Thanks,
Naresh
2011 Jun 15
1
Is libvirt supported on Citrix Xenserver?
Hi,
Is libvirt supported on Citrix Xenserver. I have been searching for the same
with little/no luck.
If supported, can you point to some links/documents which can help me try
out the same.
Thanks,
Naresh
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://listman.redhat.com/archives/libvirt-users/attachments/20110615/37e4df03/attachment.htm>
2023 Nov 18
1
combine barchart and xyplot in lattice
On Sat, 18 Nov 2023 at 06:44, Naresh Gurbuxani
<naresh_gurbuxani at hotmail.com> wrote:
>
> In below graph, I would like to add two vertical lines using
> panel.abline(). Is this possible?
I assume you want the 'v' variable in panel.abline() to be interpreted
in the context of your x-axis, which here represent...
2024 Sep 22
1
store list objects in data.table
...ed [['s. For example:
result[[2]][[2]] ## the reg component of the degree 2 polynomial
## is the same as
result[[c(2,2)]] ## this is a bit easier for me to groc.
Again, feel free to ignore without replying if my gratuitous remarks
are unhelpful.
Cheers,
Bert
On Sat, Sep 21, 2024 at 2:25?PM Naresh Gurbuxani
<naresh_gurbuxani at hotmail.com> wrote:
>
> I am trying to store regression objects in a data.table
>
> df <- data.frame(x = rnorm(20))
> df[, "y"] <- with(df, x + 0.1 * x^2 + 0.2 * rnorm(20))
>
> mydt <- data.table(mypower = c(1, 2), myreg =...
2024 May 09
2
Strange variable names in factor regression
On converting character variables to ordered factors, regression result
has strange names. Is it possible to obtain same variable names with
and without intercept?
Thanks,
Naresh
mydf <- data.frame(date = seq.Date(as.Date("2024-01-01"),
as.Date("2024-03-31"), by = 1))
mydf[, "wday"] <- weekdays(mydf$date, abbreviate = TRUE)
mydf.work <- subset(mydf, !(wday %in% c("Sat", "Sun")))
mydf.weekend <- subset(mydf, wday...
2010 Apr 20
1
Google Map Key Error
Hi All,
I am working on the google map application when I uploaded my files i
am getting the below error
The given key has gone over the requests limit in the 24 hour period
or has submitted too many requests in too short a period of time.
Please help me
Thanks in advance
With Regards,
Naresh Bonagiri
--
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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
To unsubscribe from this group, send email to rubyonrails-talk+unsub...
2008 Mar 21
2
Xen info
Hi,
Could you let me know the any links or any pdf or books, which expains all
the variable we used for configuring xen domains.
Thanks in Advance
Regards,
Chandraprakash Naresh Gupta
=====-----=====-----=====
Notice: The information contained in this e-mail
message and/or attachments to it may contain
confidential or privileged information. If you are
not the intended recipient, any dissemination, use,
review, distribution, printing or copying of the
information conta...
2011 Jul 19
0
Is libvirt supported on Citrix Xenserver?
...connected to this domain (frontend (domid=0 | kind=vbd | devid=51712); backend (domid=0 | kind=vbd | devid=51712)). Even a reboot of the machine didnt help.
Any pointers on the above 2 issues would be of great help.
Thanks in Advance!
Regards,
SharmilaFrom: "G Naresh Kumar"naresh.gadepalli at gmail.comSent: Sat, 16 Jul 2011 16:55:16 +0530To: Matthias Bolte matthias.bolte at googlemail.comCc: libvirt-users at redhat.comSubject: Re: [libvirt-users] Is libvirt supported on Citrix Xenserver?Hi Matthias,
>
Sorry for the confusion.It was an edited one...
2023 Nov 18
1
combine barchart and xyplot in lattice
In below graph, I would like to add two vertical lines using
panel.abline(). ?Is this possible?
Thanks,
Naresh
mydf <- data.frame(hour = rep(6:20, 2),
traffic = c(round(dnorm(6:20, 9, 3) * 10000), round(dnorm(6:20, 17, 4) *
10000)),
direction = rep(c("inbound", "outbound"), c(15, 15)))
vehicles <- data.frame(hour = 6:20,
count = c(100, 120, 140, 125, 105, 80, 70, 75, 80, 100, 110...
2011 Mar 15
2
How do you distribute ruby-augeas for ruby-entreprise?
We are using ruby-entreprise, instead of redhat''s default ruby.... I
was trying to deploy the needed gem using:
/opt/ruby-enterprise/bin/gem install --no-rdoc --no-ri
/tmp/ruby-augeas-0.3.0.gem
But found out this would require gcc to be installed!
How can I preb-build this gem to remove the need for gcc on the nodes?
is there an option of the gem command to generate a distributable
2023 Jan 27
3
implicit loop for nested list
>
> I am looking for a more elegant way to write below code.
>
> #Simulation results have different dimensions
> mysim <- lapply(1:10, function(y) {
> two.mat <- matrix(rnorm(4), nrow = 2)
> four.mat <- matrix(rnorm(16), nrow = 4)
> list(two.mat = two.mat, four.mat = four.mat) #results with different dimensions
> })
>
> #Collect different
2010 Dec 28
4
Nested Class
Hi:
I have something like this:
class xinetd {
... some Puppet code ...
class xinetd::telnet {
... some Puppet code ...
}
}
node ''host1'' {
include xinetd::telnet
}
However, when running Puppet says it can''t find class xinetd::telnet.
I can include xinetd so I know my site.pp correctly includes all .pp
files.
I am running Puppet 2.6.0.
Thanks
2024 Sep 28
1
lattice xyplot with cumsum() function inside
...oes up to 26. But group "B" goes up to 26 + 71.55
#I can get intended graph in this way
mydt[, xyplot(xcumsum ~ date, groups = xgroup, type = c("l", "g"),
auto.key = list(columns = 2, space = "bottom"))]
Is this a bug or incorrect use of function?
Thanks,
Naresh
2023 Jan 27
1
implicit loop for nested list
...which should give you a matrix-list. You can slice this matrix-list
just like normal, then cbind it in one step:
```
two.mat <- do.call("cbind", mysim["two.mat", ])
four.mat <- do.call("cbind", mysim["four.mat", ])
```
On Thu, Jan 26, 2023 at 10:33 PM Naresh Gurbuxani
<naresh_gurbuxani at hotmail.com> wrote:
>
> >
> > I am looking for a more elegant way to write below code.
> >
> > #Simulation results have different dimensions
> > mysim <- lapply(1:10, function(y) {
> > two.mat <- matrix(rnorm(4), n...
2011 Jan 21
5
What the??? Failing dependancies and not sure why...
Observe the following code sniget:
user {
nagios :
comment => "Nagios Host Monitoring Service",
shell => "/bin/bash",
home => "/home/nagios",
ensure => present
}
file {
nagios-homedir :
path => "/home/nagios",
owner => "nagios",
2024 Nov 05
0
lattice subscripts with both condition and group
...l to ? ? ? ? ? ? ? ? ? ? ? ??
function xyplot()? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ??
? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?
Thanks, ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?
Naresh ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ??
? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?
library(data.table) ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?
library(lattice) ? ? ? ? ? ? ? ? ? ?...
2010 Mar 30
0
boot_cpu_data differs between Xen hypervisor boot and normal pv_ops kernel boot
...time boot_cpu_data structure seems to differ in these two forms
of booting.
Due to this, Iam not able to use the hardware performance counters in
my Xeon 5530 processor as hardware events(cache-misses etc) are being
disabled.
Is there any reason for this ?
Any help is appreciated.
Thanks,
Naresh Rapolu.
_______________________________________________
Xen-users mailing list
Xen-users@lists.xensource.com
http://lists.xensource.com/xen-users