search for: bidx

Displaying 4 results from an estimated 4 matches for "bidx".

Did you mean: _idx
2005 Jul 05
1
Kind of 2 dim histogram - levelplot
...eric( 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( bIdx ) g[idx,4] <- sum( val[bIdx] )/g[idx,3] g[idx,5] <- sum(val[bIdx]>0)/length(bIdx)*100 idx <- idx + 1 } } # show data and plot g levelplot(cnt ~ x*y, g, main = "Count", region = TRUE) Best regards,...
2005 Feb 17
0
started asterisk with chan_misdn
...== Parsing '/etc/asterisk/misdn.conf': Found Feb 17 11:34:01 WARNING[3104]: config_old.c:39 ast_destroy: ast_destroy is deprecated, use ast_config_destroy instead! == Registered channel type 'mISDN' (This driver enables the asterisk to use hardware which is supported by the new ) Bidx 0 --> Child 10000101 Bidx 1 --> Child 10000201 No Upper ID my lsmod: Module Size Used by hfcpci 28716 0 mISDN_dsp 197248 0 l3udss1 32008 0 mISDN_l2 38272 0 mISDN_l1 10632 0 mISDN_core...
2006 Mar 21
2
How do I get substring of utf-8 string?
I''m trying to get substring from a utf-8 encoded string. (say, first 50 characters of the string) String#[0..49] would give me the first 50 bytes not 50 characters.. I know there is jcode library, but it only let you count number of characters in utf-8 string. unicode gem doesn''t seem to help much. unicode_hacks gem seem to solve the problem, but it also seems to
2011 Oct 23
2
Subvolume level allocation policy
...ave / allocated from an ssd and /home allocated from the giant 2tb hd. -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.11 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iEYEARECAAYFAk6kYgYACgkQJ4UciIs+XuISPQCglUtPmg4GMrrY53Fkafk2fkcA E84AoMAZXBha/fDrk6moMKPzbMYEtLci =BIdX -----END PGP SIGNATURE----- -- To unsubscribe from this list: send the line "unsubscribe linux-btrfs" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html