Displaying 2 results from an estimated 2 matches for "fbar".
Did you mean:
bar
2010 Apr 06
1
Unable to join domain: failed to set machine spn
...Got KRB5 session key of length 16
[2010/04/06 15:54:43, 1] libnet/libnet_join.c:1903(libnet_Join)
libnet_Join:
libnet_JoinCtx: struct libnet_JoinCtx
out: struct libnet_JoinCtx
account_name : NULL
netbios_domain_name : 'FBAR'
dns_domain_name : 'foobar.net'
forest_name : 'foobar.net'
dn : NULL
domain_sid : *
domain_sid : S-1-5-12-8483489348-190323...
2011 Feb 25
0
Named capture in regexp
...string),function(i){
st <- attr(result,"capture.start")[i,]
substring(string[i],st,st+attr(result,"capture.length")[i,]-1)
}))
colnames(m) <- attr(result,"capture.names")
m
}
string <- c("another foobar bazing string",
"fbar baz foooobar baz",
"no matches here",
"my foobar baz st another fooooobar baz dude fobar baz")
notables <- c(" Ben Franklin and Jefferson Davis","\tMillard Fillmore")
name.rex <- "(?<first>[A-Z][a-z]+) (?<last...