search for: prk

Displaying 3 results from an estimated 3 matches for "prk".

Did you mean: pre
2010 Mar 30
1
Multivariate hypergeometric distribution version of phyper()
...m <- 720 # number of 'white' or 'special' balls in urn, aka 'success' n <- 801 # number balls drawn or number of samples k <- 40 # number of 'white' or 'special' balls DRAWN a <- choose(m,k) b <- choose((N-m),(n-k)) z <- choose(N,n) prK <- (a*b)/z #'the answer' print(prK) [1] NaN > a [1] 7.985852e+65 > b [1] Inf > z [1] Inf -- Karl Brand Department of Genetics Erasmus MC Dr Molewaterplein 50 3015 GE Rotterdam T +31 (0)10 704 3457 | F +31 (0)10 704 4743 | M +31 (0)642 777 268
2017 Nov 01
1
Creating Tag
...fry / 2 pc zucch kid turkey n cheese wheat junior chz burger extra italian meat chili chz fries sm fry / 2 pc o ring extra turkey *CATEGORIES* non-veg chix salmon ch chkn brisket brskt bacon bcn chse mahi dog shk clam parmesan asiago prosciutto prosciutti salami Angus hicken chk chick wings prk pork ham bacon ribs fish shrimp tuna beef steak stk meatball -------------- next part -------------- non-veg chix salmon ch chkn brisket brskt bacon bcn chse mahi dog shk clam parmesan asiago prosciutto prosciutti salami Angus hicken chk chick wings prk pork ham bacon ribs fish shrimp...
2010 Aug 19
7
External CA: Could not run: Could not retrieve certificate for puppetsrv and not running on a valid certificate authority
...ient) for puppet to use. and I''m getting "Could not run: Could not retrieve certificate for puppetsrv and not running on a valid certificate authority" Just wondering what the problem could be? What I did is: 1. generate a self signed CA cert, and save the files to ca.crt, ca.prk, ca.puk, ca.pass. 2. generate a keypair, request, then sign with the above CA and save the files ssldir/public_keys/puppetsrv.pem, ssldir/private_keys/puppetsrv.pem, ssldir/certificate_requests/puppetsrv.pem, ssldir/certs/puppetsrv.pem (All certs work fine with openssl verify) 3. Puppet configurati...