Displaying 7 results from an estimated 7 matches for "2e2".
Did you mean:
  22
  
2016 Oct 28
2
Encontrar la primera columna no NA
...p(NA , numero /1e1
        )) , size = numero ) ,
        tres   = sample( c(runif(numero) , rep(NA , numero /2e1
        )) , size = numero ) ,
        cuatro = sample( c(runif(numero) , rep(NA , numero /1e2
        )) , size = numero ) ,
        cinco  = sample( c(runif(numero) , rep(NA , numero /2e2
        )) , size = numero ) ,
        seis   = sample( c(runif(numero) , rep(NA , numero /1e3
        )) , size = numero )
        )
    First_month <-
      apply(X = dat,  MARGIN = 1, FUN =
              function(x){
                return(   min(  which( !is.na(x)  ),  na.rm = TRUE ) )...
2006 Dec 20
0
RE: spandsp 0.0.3 RxFax fax =?ISO-8859-1?Q?_reception crashes bristuffed_asterisk_1=2E2=2E13_[?= Virusgeprüft]
>I don't see why rxfax would be less reliable than iaxmodem/hylafax as
>it's using the same spandsp to receive fax.
I will defer to Lee Howard on this but IIRC the big factor is ECM which is
not supported in SpanDSP. And another difference is that it is *HylaFAX*
that is recieving the fax itself rather than SpanDSP. IAXModem just uses
some of SpanDSP's libraries.
2006 Dec 20
2
RE: spandsp 0.0.3 RxFax fax =?ISO-8859-1?Q?_reception crashes bristuffed_asterisk_1=2E2=2E13_[?= Virusgeprüft]
>Does IAXmodem allows you to receive faxes with any extensions
>(auto-detecting incoming faxes).
You just let Asterisk do the fax detection for you, and when it hears CNG,
send it to the fax extension, and your fax extension would just Dial() one
of the IAXmodems (using IAX)
>>DRi@b-w-computer.de wrote:
>> sure in an small office you can use iaxmodem/hylafax to receive faxes 
2016 Oct 27
4
Encontrar la primera columna no NA
...o /1e1
)) , size = numero ) ,
                    tres   = sample( c(runif(numero) , rep(NA , numero /2e1
)) , size = numero ) ,
                    cuatro = sample( c(runif(numero) , rep(NA , numero /1e2
)) , size = numero ) ,
                    cinco  = sample( c(runif(numero) , rep(NA , numero /2e2
)) , size = numero ) ,
                    seis   = sample( c(runif(numero) , rep(NA , numero /1e3
)) , size = numero )
        )
      apply(X = dat,  MARGIN = 1, FUN =
              function(x){
                return(   min(  which( !is.na(x)  ),  na.rm = TRUE ) )
              }
      )...
2016 Oct 27
2
Encontrar la primera columna no NA
...numero) , rep(NA , numero /1e1  )),
size = numero ) ,
            tres   = sample( c(runif(numero) , rep(NA , numero /2e1 )) ,
size = numero ) ,
            cuatro = sample( c(runif(numero) , rep(NA , numero /1e2 )) ,
size = numero ) ,
            cinco  = sample( c(runif(numero) , rep(NA , numero /2e2 )) ,
size = numero ) ,
            seis   = sample( c(runif(numero) , rep(NA , numero /1e3 )) ,
size = numero )
            )
t <- Sys.time()
First_month <-
  dat %>%
  apply( MARGIN = 1, FUN =
           function(x){
             which( !is.na(x)  ) %>%  min( na.rm = TRUE ) %>%  r...
2016 Oct 27
3
Encontrar la primera columna no NA
...numero) , rep(NA , numero /1e1  )),
size = numero ) ,
            tres   = sample( c(runif(numero) , rep(NA , numero /2e1 )) ,
size = numero ) ,
            cuatro = sample( c(runif(numero) , rep(NA , numero /1e2 )) ,
size = numero ) ,
            cinco  = sample( c(runif(numero) , rep(NA , numero /2e2 )) ,
size = numero ) ,
            seis   = sample( c(runif(numero) , rep(NA , numero /1e3 )) ,
size = numero )
            )
t <- Sys.time()
First_month <-
  dat %>%
  apply( MARGIN = 1, FUN =
           function(x){
             which( !is.na(x)  ) %>%  min( na.rm = TRUE ) %>%  r...
2003 Jul 03
9
HTB burstable for 2 interface , how ?
Dear folks,
Here goes my bandwidth manager:
INTERNET
|
|eth0 202.14.41.1
BW.Manager
| |
| +----eth1----192.168.1.0/24
|
+------eth2----192.168.2.0/24
Total incoming bandwidth to eth0 is 1024kbps
should be shared to eth1 and eth2, which mean each get 512Kbps and
burstable to 1024Kbps if other host is idle.
My question is how do i apply HTB to these situation ?
As far as i know eth1 and eth2