Displaying 7 results from an estimated 7 matches for "person3".
Did you mean:
person
2004 Jun 06
4
Request help writing a function
I have been wrestling with this function for quite a while, and am not making headway.
1) I want to apply a function to the following columns of a dataframe:
myfunction. <- apply(ph5028[,c(83:107)],2,function(x) ...
2) Within each of the above columns there is a single numeric code, 1, 2 or 3 or an NA.
3) My goal is to determine the percent of time each person used a 2 code. So if a person
2004 Jun 08
2
Recoding a multiple response question into a series of 1, 0 variables
...son only selected two of the five items.
Hypothetical data is shown
Qxfirst Qxsecond Qxthird Qxfourth Qxfifth
Person1 4 2 NA NA NA
Person2 1 3 4 5 NA
Person3 3 2 NA NA NA
3) How I want the data to be be coded:
I want each field to be one of the five items and I want each field to contain a 1 or 0 code--1 if they mentioned the item, 0 otherwise.
Given the above data, the new fields would look as f...
2015 Aug 10
2
webrtc no audio
hello,
i'm facing strange problem
asterisk13.5 + chan_sip wss transport + SIPML5 1.5.230
person1 to person3 are behind different NATs
audio devices double checked
call from person1(chrome) to person2(chrome) works
call from person1(chrome) to person 3(chrome) - no audio on both side
(RTP flowing only in one direction)
call from person2(chrome) to person 3(chrome) - no audio on both side
(RTP flowi...
2006 Jul 28
2
has_many :through with multiple paths
...am_id
people_id
role
I would then have (I think) to have methods in the Team model that will
find each person in the @team.people array based on the role.
I the end I want a view to have something like:
Team Name
Manager: Person1, Person 4
Programmer: Person2, Person 3
Designer: Person2
Lackey: Person3
With just a single find that :includes all the relevant people.
I apologise if this isn''t very clear. The joys of not being a Ruby
programmer but a Ruby dabbler ;)
RJ
--
Posted via http://www.ruby-forum.com/.
2004 Nov 29
0
Multiple groups and access
...is and went for a
single group with nested folders under the main shares.
So the layout is:
sharename = projects
path = /home/projects
1 level of nested folders = project1, project2, etc...
2nd level of nested folders = financial1, financial2, etc...
Group is offadmin, members: person1, person2, person3, person4.
Anway, the single group has 4 members which all have read/write access.
Only one member needs to be denied access to the financials.
So I tried the Linux/UNIX group ACL's to disallow anyone in a different
group:
/home/projects 770 - Obviously, that won't work as based on groups...
2002 Oct 31
2
Problems of groups accessing shared directory
...le from group "group2" are allowed
to access a shared directory and have read/write access to that directory.
Our solutions are:
1. We made a special additional group called "special" to classify those
people, and add the entry in /etc/group like:
special:*:9000:person1,person2,person3,person4,person5
2. The name of the shared directory to be accessed via samba is "ourdir",
the entry in smb.conf is like:
[ourdir]
comment = special group ourdir
path=/home/pub/ourdir
browseable=yes
writeable=yes
create mask=0664
directory mask=775
force directory mode=0511
3. In the lin...
2015 Aug 11
2
webrtc no audio
...=yes
stunaddr=stun.l.google.com:19302
2015-08-10 12:35 GMT-03:00 Joshua Colp <jcolp at digium.com>:
> Marek Cervenka wrote:
>
>> hello,
>>
>> i'm facing strange problem
>>
>> asterisk13.5 + chan_sip wss transport + SIPML5 1.5.230
>> person1 to person3 are behind different NATs
>> audio devices double checked
>>
>> call from person1(chrome) to person2(chrome) works
>> call from person1(chrome) to person 3(chrome) - no audio on both side
>> (RTP flowing only in one direction)
>> call from person2(chrome) to pers...