Displaying 3 results from an estimated 3 matches for "ccnt".
Did you mean:
cnt
2009 Mar 20
2
A category reduction problem
...entirely. There are actually 56 partitions (here
hardcoded 2:19).
require(partitions)
b <- as.matrix(parts(11))
u <- b[-1,]
for (ptn in 2:19) {
s <- as.matrix(u[, ptn])
dss <- as.vector(s[which(s>0)])
if (length(dss) <= b[1, ptn]) {
comb <- combn(b[1, ptn], length(dss))
ccnt <- dim(comb)[2]
for (i in ccnt:1) {
a <- c(1:b[1,ptn])
for (k in 1:length(dss)) {
a <- c(a,rep(comb[k, i], u[k, ptn]))
}
cat(sort(a-1,"\n")
}
}
}
I appreciate any insight or direction.
"Counting is hard." -- Alan Lee Schwartz
-----------------------...
2004 May 18
0
problems with asterisk-oh323
...delay=160-800/160 (20ms) obj=0x9e30e60
1:18.772 ThreadID=0x445c7bb0 RTP Found existing session 1
1:18.773 RTP Jitter:9e30e60 RTP Jitter RTP receive thread started: 0x9e30e60
1:18.935 RTP Jitter:9e30e60 RTP First data: ver=2 pt=G729 psz=20 m=0 x=0 seq=1234 ts=3479828283 src=570855434 ccnt=0
1:18.949 LogChanRx:9e32b50 H323RTP Receiver written timestamp 3479828283
1:19.949 LogChanRx:9e32b50 RTP Jitter buffer target size decreased to 160 (20ms)
1:20.713 RTP Jitter:9e30e60 RTP Received start of talk burst: 3479842523
1:21.649 LogChanRx:9e32b50 H323RTP Rece...
2007 Jun 08
2
Can't get if_txp(4) to attach to a 3CR990B-TXM NIC
...it detects the NIC. But I could be way
off.
(As a test, I popped in a Kanotix LiveCD and the 3Com NIC is detected and
usable, so it's [hopefully] not a defective NIC.)
Anyone have any suggestions? Comments? Methods to destroy the NIC as an
act of defiance? :)
--
Freddie Cash, LPIC-2 CCNT CCLP Network Support Technician
School District 73 (250) 377-HELP [377-4357]
fjwcash+freebsd@gmail.com
-------------- next part --------------
Copyright (c) 1992-2006 The FreeBSD Project.
Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994
The Regents of t...