Displaying 5 results from an estimated 5 matches for "minot".
Did you mean:
minor
2009 Apr 06
3
how to subsample all possible combinations of n species taken 1:n at a time?
...i <- lapply(toto,function(x) c(0,1))
tutu <- expand.grid(titi)
The combn() method (a slightly lengthlier function):
samplecommunityD<- function(n,numsamples)
{
super<-mat.or.vec(,n)
for (numspploop in 1:n)
{
minor<-t(combn(n,numspploop))
if (dim(minor)[1]<numsamples)
{
minot<-mat.or.vec(dim(minor)[1],n)
for (loopi in 1:dim(minor)[1])
{
for (loopbi in 1:dim(minor)[2])
{
minot[loopi,minor[loopi,loopbi]] <- 1
}
}
super<-rbind(super,minot)
rm(minot)
}
else
{
minot<-mat.or.vec(numsamples,n)
for (loopii in...
2003 Dec 04
4
Channelbank Recomendation and GS102 question
Hi All.
I'm working on an * configuration. We require 8 inbound POTS lines, and
CT1 or PRI seems like it will be
quite expensive at that level. I've read that a T1 Channelbank plus
the T100P would be a (the?) way to go
for this situation. What is the recommended channelbank for use in this
scenario? From searching the archives
I see a lot of suggestions to get "a
2016 Jan 29
1
Re: [PATCH 6/6] launch: avoid too long paths for sockets
On Fri, Jan 29, 2016 at 07:25:30PM +0100, Pino Toscano wrote:
> The API for UNIX sockets limits the path to a static size (usually 104
> or 108 characters, NULL included), which is internally represented as
> UNIX_PATH_MAX. If the temporary directory set is long enough (e.g.
> when running tools as uninstalled, using "run") then these socket paths
> get trucated, if not
2006 Oct 10
1
read.table versus read.csv (PR#9284)
...08,301,320,469,385,366,394,23,25,24,7,79
2986,Winston-Salem State Univ.,NC,IIB,480,421,365,407,587,516,451,500,39,48,=
30,6,149
2989,Dickinson State University,ND,IIB,402,342,302,316,506,432,376,397,9,14,=
33,13,71
2993,Mayville State University,ND,IIB,415,*,313,340,519,*,399,429,9,4,21,3,3=
7
2994,Minot State University,ND,IIA,457,383,331,347,563,477,416,436,34,41,68,=
16,188
3005,Univ. of North Dakota-Main,ND,I,460,391,345,379,572,489,431,473,130,124=
,163,27,472
3008,Valley City State University,ND,IIB,403,368,313,340,501,462,383,425,12,=
14,16,6,54
9265,North Dakota State Univ.,ND,IIA,473,391,3...
2003 Dec 11
3
Dial / Ring multiple sip channels
I know I can dial multiple channels in sequence
exten => 101,1,Dial(SIP/101,10)
exten => 101,2,Dial(SIP/102,10)
extne => 101,3,Dial(Zap/1/5551212)
What the boss would really like is to be able to ring 2 lines
simultaneously.
exten => 101,Dial(Sip/101,10) && Dial(Sip/102,10)
so that both extensions ring at the same time... mostly so that he can
have the remote phone at his