search for: nloop

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

Did you mean: loop
2004 Jun 18
0
interpreter change from RW1.7 to RW1.8 reviewed at RW1.9
...sending this report without offering any patches. You find my test code below, in case you like to have a look on it. I would appreciate your comments very much. Best regards Jens Oehlschl?gel # This example shows the slowdown (where as.ref and deref are defined as below) nmatrix <- 1000 nloop <- 100 m <- matrix(nrow=nmatrix, ncol=nmatrix) rm <- as.ref(m) # the following is by order of magnitudes (factor 20 to 80) slower # under R 1.8, R 1.9 (11.45 seconds) # compared to R 1.7, 1.6, 1.5 ( 0.12 seconds) system.time( for(i in 1:nloop) deref(rm)[1,1] <-...
2016 Dec 28
2
certificates keys on pkcs11 devices
Hi, I have not found any way to use a Certificate with ssh-agent when my Key is stored on a pkcs11 device. I can add my key with ssh-add -s /usr/local/lib/opensc-pkcs11.so but ssh-add -s /usr/local/lib/opensc-pkcs11.so ~/.ssh/mykey-cert.pub does not add the certificate to my agent. As far as I undestand, in ssh-add.c line 580 if (pkcs11provider != NULL) { if (update_card(agent_fd,