Displaying 2 results from an estimated 2 matches for "degbug".
Did you mean:
debug
2010 Jan 19
1
change codes into loops
Hi,
See example.
for (i in 1:2) {
for (j in 1:3) {
b_1[i,j]<-rank(c(a1[i,j],a2[i,j],a3[i,j]))[1]
b_2[i,j]<-rank(c(a1[i,j],a2[i,j],a3[i,j]))[2]
b_3[i,j]<-rank(c(a1[i,j],a2[i,j],a3[i,j]))[3]
}
}
The inner codes is really repeated, so i want to change the inner codes
into loops. Take nn is from 1 to 3,
something like,
for (nn in 1:3) {
2015 Jun 03
0
ID command does not show up correct group memberships on Winbind
...kdc = DC1.DOMAINA.COM:88
kdc = DC2.DOMAINA.COM:88
kdc = DC1.DOMAINA.COM
admin_server = DC1.DOMAINA.COM:749
admin_server = DC2.DOMAINA.COM:749
default_domain = DOMAINA.COM
kdc = DC1.DOMAINA.COM
}
[domain_realm]
.domaina.com = DOMAINA.COM
domaina.com = DOMAINA.COM
[appdefaults]
pam = {
degbug = false
ticket_lifetime = 36000
renew_lifetime = 36000
forwardable = true
krb4_convert = false
}
--------------------
/etc/nsswitch.conf:
--------------------
passwd: files winbind
shadow: files winbind
group: files winbind
--------------------
/etc/pam.d/system-auth-ac:
----------------...