Displaying 20 results from an estimated 883 matches for "arun".
2013 Aug 29
4
Add new calculated column to data frame
Hi,
I have a following data set:
id event time (in sec)
1 add 1373502892
2 add 1373502972
3 delete 1373502995
4 view 1373503896
5 add 1373503996
...
I'd like to add new column "time on task" which is time elapsed between two
events (id2 - id1...). What would be the best approach to do that?
Thanks,
Srecko
[[alternative HTML
2006 May 11
3
Please help me to combine two datasets.
...two data sets. i.e. i want to see:
Date height weight
-------------------------------------------
3/11/2005 54 32
4/11/2005 21 45
5/11/2005 22 11
Can any one give me the required r-code to perform this?
Thanks and regards,
Arun
[[alternative HTML version deleted]]
2013 Feb 17
3
Select components of a list
...r??? Pr(>|z|)
#[1,] 0.002659544 0.0009352046 0.004457766
#[2,] 0.002825612 0.0010150314 0.005373144
#[3,] 0.002409738 0.0009563814 0.011747444
#[4,] 0.001725140 0.0011635156 0.138155175
Hope it helps.
A.K.
________________________________
From: Gustav Sigtuna <gsigtuna at gmail.com>
To: arun <smartpink111 at yahoo.com>
Sent: Saturday, February 16, 2013 7:44 PM
Subject: Re: Select components of a list
Hi Arun,
Thanks for taking your time to find a solution.
I have attached a R script that will recreate a?comparable?list from publicly available data. My list is longer and crea...
2018 Dec 10
1
Crackers?
...ing to
you a new trojan for Linux. It`s professionally made by Apple Computer
Inc. (must be somebody who threatened them to do it).
<https://www.anubis-ca.com/tmp/IMG_20181210_173521.jpg>
<https://www.anubis-ca.com/tmp/IMG_20181210_175350.jpg>
---------Videresendt melding-------
Fra: Arun I. Gurung <arun-g at anubis-ca.com>
Til: Ian Mapleson <mapesdhs at yahoo.com>, rbowen at centosproject.org
Emne: Re: Crackers?
Dato: Mon, 10 Dec 2018 19:30:20 +0100
> I will take backup of my personal files and reinstall CentOS 1804
> (version 7.5).
>
> The trojan is a met...
2005 Aug 08
4
[PATCH] Fix TypeError when starting VMX domains
The attached patch fixes this traceback:
Traceback (most recent call last):
File "/usr/lib/python/xen/xend/XendDomainInfo.py", line 510, in construct
self.construct_image()
File "/usr/lib/python/xen/xend/XendDomainInfo.py", line 574, in
construct_image
self.store_channel)
File "/usr/lib/python/xen/xend/xenstore/xsobj.py", line 310, in
2007 Apr 26
2
Drawing Tangent
Dear all R-users,
I would like to draw a tangent of a given function for a particular (given)
point. However the straight line representing it should not cut any axis, it
should be a small line. Can anyone tell me how to do this?
Thanks,
Arun
[[alternative HTML version deleted]]
2007 Jan 20
3
Insert R logo
Dear all R users,
I want to insert the R logo in every graphic that I made in my Statistical
analysis using R. Can anyone tell me whether is it possible or not and if
possible how to do this? your help will be highly appreciated.
Thanks and Regards,
Arun
[[alternative HTML version deleted]]
2007 Jun 12
15
facebook api
hello guys,
i want to use facebook api for my app
any body have any idea....
--
Arun Agrawal
--~--~---------~--~----~------------~-------~--~----~
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.gmane.org
To unsubscribe from this grou...
2016 Oct 12
6
samba with customized ldap backend
...hat tool (SSSD, pam_ldap / nss_ldap, nslcd...) are you
using to retrieve information from LDAP to forge users on system side.
Once you get an answer to this previous question check how to configure
that tool to tell it that uid is uid and login. Most of them can do that.
2016-10-12 7:30 GMT+02:00 Arun Gupta via samba <samba at lists.samba.org>:
> Sir,
>
> Please help me out
>
> Regards,
> Arun
>
>
> On Tue, 4 Oct 2016, Arun Gupta wrote:
>
> Dear All,
>>
>> I have configured ldap with uid='some numeric' instead of uid=username
>>
&...
2013 Mar 08
2
Zoo Data
...olnames(z1),lty=1,col=1:2)
#subset
z2<- zoo(dat1[1:5,-1],dat1[1:5,1])
Hope this helps.
A.K.
----- Original Message -----
From: "jakob.hahn at gmail.com" <jakob.hahn at gmail.com>
To: smartpink111 at yahoo.com
Cc:
Sent: Friday, March 8, 2013 10:05 AM
Subject: Zoo Data
Hey Arun,
thank you so far, maybe you can tell me 2 more things:
1st-how to deal with the xlim - right now R just makes me 2 dates on x-axis with Dez31 and Feb28 - how to define the interval.
2nd-I am plotting multiple lines with col - is it possible to generate a legend with the name/header of the column f...
2005 Jun 23
5
[PATCH] Fix vnc-dryrun option interaction
A patch that was applied yesterday tried to turn the vnc option off if
dryrun was set. Unfortunately, the way it was actually coded turned
vnc ON if dryrun was not set! I think this patch should fix it (someone
who actually uses vnc & dryrun should test it, though).
-George
+-------------------+----------------------------------------
| dunlapg@umich.edu |
2016 Nov 09
3
samba with customized ldap backend (fwd)
...it to
'ldap_user_name = username'
nslcd:
edit nslcd.conf, find the line 'map passwd uid' change it to 'map
passwd uid username'
See if this fixes your problem.
Rowland
--------
---------- Forwarded message ----------
Date: Tue, 8 Nov 2016 17:06:16 +0530 (IST)
From: Arun Gupta <arung at cdac.in>
To: rpenny at samba.org
Cc: samba at lists.samba.org
Subject: Re: [Samba] samba with customized ldap backend (fwd)
Sir,
below is smb.conf file;
[global]
workgroup = CDAC
server string = Samba Server Version %v
security = DOMAIN
passdb backend = ldapsam:ldap...
2016 Nov 08
3
samba with customized ldap backend (fwd)
Hello Sir,
I have also tried with nslcd and didn't succeeded.
kindly advice.
Regards,
Arun
--------------
Have you asked on the sssd-users mailing list about this ???
If you are using sssd then Samba ISN'T doing the authentication, SSSD
is.
Rowland
---------- Forwarded message ----------
Date: Mon, 7 Nov 2016 18:30:51 +0530 (IST)
From: Arun Gupta <arung at cdac.in>
To:...
2013 May 07
4
how to calculate the mean in a period of time?
...s1)<-1:nrow(res1)
res1$period<-with(res1,ave(patient_id,patient_id,FUN=seq))
?res1
#? patient_id scores period
#1????????? 1?? 2.05????? 1
#2????????? 2?? 2.40????? 1
#3????????? 2?? 2.05????? 2
A.K.
________________________________
From: GUANGUAN LUO <guanguanluo at gmail.com>
To: arun <smartpink111 at yahoo.com>
Sent: Tuesday, May 7, 2013 11:29 AM
Subject: Re: how to calculate the mean in a period of time?
Yes ? as you have said, probably , it's not continuous.
2013/5/7 arun <smartpink111 at yahoo.com>
Hi,
>Your question is not clear.? You mentioned to...
2006 Feb 14
2
how I can perform Multivariate Garch analysis in R
Dear aDVISOR,
Hope I am not disturbing you. Can you tell me how I can perform Multivariate
Garch analysis in R. Also please, it is my humble request let me know some
resource materials on Multivariate Garch analysis itself.
Sincerely yours,
--
Arun Kumar Saha, M.Sc.[C.U.]
S T A T I S T I C I A N [Analyst]
Transgraph Consulting [www.transgraph.com]
Hyderabad, INDIA
Contact # Home: +91-033-25558038
Office: +91-040-55755003
Mobile: 919849957010
E-Mail: arun.kumar.saha@gmail.com
[[alternative HTML version delete...
2024 Jun 27
1
Object Could not be displayed
Hi Cheers,
Thanks for your information, multiple spaces in the DN having issues while
deleting object,
Could you help us how can we permanently delete those User
Regards,
Arun Kumar B
Infrastructure Support Group | www.dsmsoft.com
Phone: +91 7871148192
*Disclaimer:*
This email and any files transmitted with it are confidential and intended
solely for the use of the individual or entity to whom they are addressed.
If you have received this email in error please not...
2013 Sep 02
3
Product of certain rows in a matrix
Hi,
You could try:
A<- matrix(unlist(read.table(text="
1 2 3
4 5 6
7 8 9
9 8 7
6 5 4
3 2 1
",sep="",header=FALSE)),ncol=3,byrow=FALSE,dimnames=NULL)
library(matrixStats)
?res1<-t(sapply(split(as.data.frame(A),as.numeric(gl(nrow(A),2,6))),colProds))
?res1
#? [,1] [,2] [,3]
#1??? 4?? 10?? 18
#2?? 63?? 64?? 63
#3?? 18?? 10??? 4
2013 Jun 10
2
please check this
...rcent[-indx10,])
#[1] 452
?res10PercentNew<-res10Percent[-indx10,]
?nrow(subset(res10PercentNew,dummy==1))
#[1] 226
?nrow(subset(res10PercentNew,dummy==0))
#[1] 226
?nrow(unique(res10PercentNew))
#[1] 452
A.K.
----- Original Message -----
From: Cecilia Carmo <cecilia.carmo at ua.pt>
To: arun <smartpink111 at yahoo.com>
Cc:
Sent: Monday, June 10, 2013 10:19 AM
Subject: RE: please check this
But I don't want it like this.
Once a firm is paired with another, these two firms should not be paired again.
Could you solve this?
Thanks,
Cec?lia
___________________________________...
2012 Jul 24
5
First value in a row
Hi.
This is likely a trivial problem but have not found a solution.
Imagine the following dataframe:
Lat Lon x1 x2 x3
01 10 NA NA .1
01 11 NA .2 .3
01 12 .4 .5 .6
I want to generate another column that consist of the first value in
each row from columns x1 to x3. That is
NewColumn
.1
.2
.4
Any input greatly appreciated,
Thanks,
Camilo
Camilo Mora, Ph.D.
2011 Jun 21
3
Acoustic echo cancellation
On Tue, 2011-06-21 at 20:18 +0200, Kadinger Andr?s wrote:
> 2011.06.21. 19:22 keltez?ssel, Arun Raghavan ?rta:
> > Hi Andras, others,
> >
> > Andras Kadinger<bandit<at> surfnonstop.com> writes:
> >>
> >> Daniel,
> >> I recommend you to start from a simple case and gradually progress
> >> towards your goal.
>...