search for: toc6

Displaying 6 results from an estimated 6 matches for "toc6".

Did you mean: toc
2009 May 15
1
Matrix package,solve() errors and crashes Please help
...utes: name. No edge attributes. * computer Configuration *WIndows XP service Pack 3 .0 GB RAM* I am using SPARSE matrix to solve the problem This is the code I use to obtain bonpower using Sparse Matrix & alternatively the code is in the following website http://igraph.wikidot.com/r-recipes#toc6 *bonpow.sparse <- function(graph, nodes=V(graph), loops=FALSE, exponent=1, rescale=TRUE, tol=1e-07) {* * ## remove loops if requested * * ## sparse adjacency matrix d <- get.adjacency(graph, sparse=TRUE)* * ## sparse identity matrix id <- spMatrix(vcount...
2008 Feb 20
4
OpenSSH and X.509 Certificate Support
Hi, I need to add X.509 Certificate support to OpenSSH. I came across the following post on the openssh-unix-dev mailing list that is very useful: http://marc.info/?l=openssh-unix-dev&m=120298135706959&w=2 <http://marc.info/?l=openssh-unix-dev&m=120298135706959&w=2> And also, http://marc.info/?l=openssh-unix-dev&m=104395024824680&w=2
2009 Apr 20
1
Matrix package,solve() errors and crashes
...ributes. When I use bonacich power it goes out of memory Error in get.adjacency.dense(graph, type = type, attr = attr, names = names, : At vector.pmt:409 : cannot reserve space for vector, Out of memory I got help from IGRAPH community to use sparse Matrix http://igraph.wikidot.com/r-recipes#toc6 bonpow.sparse <- function(graph, nodes=V(graph), loops=FALSE, exponent=1, rescale=FALSE, tol=1e-07) { ## remove loops if requested if (!loops) { graph <- simplify(graph, remove.multiple=FALSE, remove.loops=TRUE) } ## sparse adjacency matrix d <- g...
2009 Apr 17
0
Matrix package,solve() errors and crashes"
...ributes. When I use bonacich power it goes out of memory Error in get.adjacency.dense(graph, type = type, attr = attr, names = names, : At vector.pmt:409 : cannot reserve space for vector, Out of memory I got help from IGRAPH community to use sparse Matrix http://igraph.wikidot.com/r-recipes#toc6 bonpow.sparse <- function(graph, nodes=V(graph), loops=FALSE, exponent=1, rescale=FALSE, tol=1e-07) { ## remove loops if requested if (!loops) { graph <- simplify(graph, remove.multiple=FALSE, remove.loops=TRUE) } ## sparse adjacency matrix d <-...
2009 Apr 06
2
Bonpower Crashes Trying Sparse Matrix (Igraph)
Hello All, I have been trying to do bonpow for a while now.Bonpow works for few graphs and for few others it goes out of memory. I did see reply to one of the posting Alph Centrality Crashed in Igraph memory error. The solution in the posting was to use sparse matrix. This is the link of the message. http://lists.gnu.org/archive/html/igraph-help/2008-04/msg00071.html I was able to obtain
2008 Mar 13
0
[Fwd: Re: OpenSSH and X.509 Certificate Support]
...cated without having to place anything in the ~/.ssh/authorized_keys file on the server.(i.e authenticate all users if they have a valid certificate without any subject line checking). In Apache this is very much possible via mod_ssl as described in http://www.modssl.org/docs/2.8/ssl_howto.html#ToC6 . Can a similar behavior be emulated in OpenSSH using the X.509 patch? Please let me know your comments. Thanks and Best Regards, Sankalp -------- Original Message -------- Subject: Re: OpenSSH and X.509 Certificate Support Date: Wed, 12 Mar 2008 17:21:26 +0530 From: sankalp_karpe <sankal...