search for: proz

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

Did you mean: prod
2005 Jul 05
1
Kind of 2 dim histogram - levelplot
...4.8, 4.6 ) val <- c( 50, 58, 32, 14, 12, 17, 36, 52 ) # bins xb <- 1:4 yb <- 4:7 xble <- length( xb ) - 1 yble <- length( yb ) - 1 # fill data in bins g <- expand.grid( x=xb[1:xble], y=yb[1:yble] ) g$cnt <- numeric( dim( g )[1] ) g$avg <- numeric( dim( g )[1] ) g$proz <- numeric( dim( g )[1] ) idx <- 1 for (myy in 1:yble) { for (myx in 1:xble) { xIdx <- which( ( (x >= xb[myx]) & (x < xb[myx + 1]) ) ) yIdx <- which( ( (y >= yb[myy]) & (y < yb[myy + 1]) ) ) bIdx <- intersect( xIdx, yIdx ) g[idx,3] <- length(...
2004 Feb 12
0
Browsing and Test 8 (diagnosis.txt): net view \\xscale fails with no assigned share names (Smb-2.0.9 Snapgear Win2k)
...man Version) on my 2.0.9 server (also tried 2.0.7 before), you are my last hope to help me soling my problem! Everything is working fine accessing the samba server from linux, no problem at all, all shares are listet with exact namewith smbclient -L ixdp425 (Intel Xscale Developper Plattform ixp425 Proz.) I'm also able to "net use" the shares from the W2k clients, or to direct access the shares by name e.g. with win commander by "cd \\ixdp425\temp" the test "net view \\ixdp425" is the first test that fails, not meaning to terminate with error, but to produce the...