search for: netmat

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

Did you mean: netcat
2006 Jun 29
1
initializing table and filling it out
...ingle folder and then will do some calculations to finally save everything in a big table. So here is the pseudo code #read all files in the given directory myfiles <-list.files("c:\\myDir") #initialize table ??? #loop through files for(f in myfiles[-1]) { netMat <- read.table( f, sep" " ) netMat <-as.matrix(netMat) # calculate the needed Stats gden(netMat)->density centralization(netMat, degree) -> Gdegree centralization(netMat, betweenness) -> Gbetweenness centralization(netMat, closeness) -> Gcloseness...
2000 Feb 21
1
OpenSSH doesn't compile under Solaris 2.3 Sparc
Hi, We are trying to get OpenSSH-1.2.2 stable release to compile under Solaris 2.3 Sparc. It worked perfect for Solaris 2.5, Solaris 2.5.1, Solaris 7 (All on Sparc) and Linux 2.2.13 Intel x86 OpenSSL installs fine without problem, zlib is installed fine without problems and egd.pl installs fine without problems. These are all the current releases, I can get the version numbers if you need