search for: intrig

Displaying 2 results from an estimated 2 matches for "intrig".

Did you mean: intrin
2004 Jul 16
0
Permutations (summary)
...de = "character") z <- matrix(nr = N, nc = 12) for(i in 1:N) while( (s[i]<-paste(samp(),collapse=" ")) %in% s[seq(len=i-1)] ) {} z } set.seed(1) ordered.perm2(10000) KIRKMAN SCHOOL GIRL PROBLEM Christian pointed out the Kirkman School Girl Problem. It is intrigingly similar to the current problem. At the same time it is not exactly the same because the present problem can permute only one element and Kirkman's School Girl Problem can not. For example, the following is an acceptable permutation in our problem but not for the Kirkman problem: 1 2...
2024 Oct 14
2
[RFC] Preferentially TOFU certificate authorities rather than host keys
There's currently no way to express trust for an SSH certificate CA other than by manually adding it to known_hosts. This patch modifies the automatic key write-out behaviour on user verification to associate the hostname with the CA rather than the host key, allowing environments making use of certificates to update (potentially compromised) host keys without needing to modify client