search for: ab1

Displaying 20 results from an estimated 49 matches for "ab1".

Did you mean: a1
2007 Nov 19
2
Extracting only one part of an string
...smarter way to do this procedure. I have a vector of filenames wher I only am interested in the first part of the filename. I would use the following method of extracting the first part. But is there a more simple way of doing this? Names <- c("A1-F1.txt","A2-F1.txt","AB1-F1.txt","A1-F2.txt","AB1-F2.txt","B1-F2.txt") #.. temp <- strsplit(Names,"-") temp <- unlist(temp) temp <- temp[seq(from=1,to=2*length(Names),by=2)] > temp [1] "A1" "A2" "AB1" "A1" "AB1" &...
2011 Aug 16
2
merge(join) problem
...ime, and "as small as possible". The above conditions uniquely define AB. The "obvious algorithm" is: for each row in A search B for a row with the same Name and the largest Time <= Open. However, I don't see an easy way to do it in R. The obvious intermediary step is AB1 <- merge(A, B, all.x = TRUE, all.y = FALSE, by = 'Name') Now, AB1 has many rows with the same Name and Open. I need to drop all of them except for the one with the largest Time <= Open. I can do AB2 <- AB1[which(AB1$Time <= AB1$Open),] Now I need to keep just _one_ row with t...
2011 Jul 06
7
Xen 4.0 - prerequisites for succesfull live migration?
...ock file is changed and shows the VM is running on target host as if everything is OK. Yet the VM is unresponsive - xm console, reboot or shutdown don''t work - the only thing I can do is ''destroy'' and re-create the VM. My typical VM config looks like this: name="ab1" description="Apache Bench Server 1" uuid="5383bef7-0794-4372-8c3d-e211e65e22d9" memory=1024 # It should start with 1G maxmem=16384 # but we want to be able to add memory if needed vcpu_avail=2 # this VM should start...
2005 Feb 07
1
smbclient recursive get skips files (rarely)
...orkstation\E$' -U 'Administrator%thepassword' -D 'AppliedBiosystems\UDC\DataCollection\Data' -d 4 -c "prompt ; recurse; mget WEAPON_OF_MASS_DESTRUCTION_2005-02-04_0891 ; exit " >/tmp/foo.txt 2>&1 In this case the file: 02_04_05a_G07_zylka_7301_t3.ab1 may or may not transfer. Here are some parts of the -d 4 log in an instance where it did NOT transfer: Doing spnego session setup (blob length=16) server didn't supply a full spnego negprot Got challenge flags: Got NTLMSSP neg_flags=0x608a0215 NTLMSSP_NEGOTIATE_UNICODE NTLMSSP_REQUEST_T...
2003 Jun 18
5
CAC Access Bank
I just picked up a couple CAC Access Bank 1s loaded with FXS that should be arriving shortly. Does anyone have one that they use with Asterisk? If so, would you be willing to shoot me a note with your current configs? I'm not very familiar with CAC/etc, and it would save me countless hours of muddling through .. :) Any others tips you can give me on these banks would be very
2004 Aug 03
1
CAC AB1 and Asterisk
Hi all, Don't know if anyone can help me. We just set up a CAC Access Bank 1 with Asterisk. Everything works great except, when we ring a Zap interface, the analog phone does not actually ring. The light blinks, and if you answer it you are connected to the person, but the actual phone does not ring. Using the "Test" option for the channel does make the phone
2013 Mar 11
2
how to convert a data.frame to tree structure object such as dendrogram
I have a data.frame object like: > data.frame(x=c('A','A','B','B'), y=c('Ab','Ac','Ba','Bd')) x y 1 A Ab 2 A Ac 3 B Ba 4 B Bd how could I create a tree structure object like this: |---Ab A---| _| |---Ac | | |---Ba B---| |---Bb Thanks, Zech [[alternative HTML version deleted]]
2018 Apr 22
4
Reconstructing files from shards
Il dom 22 apr 2018, 10:46 Alessandro Briosi <ab1 at metalit.com> ha scritto: > Imho the easiest path would be to turn off sharding on the volume and > simply do a copy of the files (to a different directory, or rename and > then copy i.e.) > > This should simply store the files without sharding. > If you turn off sharding o...
2012 Mar 04
1
Could not compute QR decomposition of Hessian.
...pars, var.names = vars, : Could not compute QR decomposition of Hessian. Optimization probably did not converge. ######### Model ######## mDPDF = data.frame(mj1,mj2,mj3,mj4,mj5,eL1,eL2,eL3,eL4,eL5,aC1,aC2,aC3,aC4,disR1,disR2,disR3,disR4,disR5, difR1,difR2,difR3,difR4,difR5,difR6,dC1,dC2,dC3,dC4,aB1,aB2,aB3,aB4,aB5,deh1,deh2,deh3,deh4) mydata.cov <- cov(mDPDF) model.mydata <- specify.model() MJ -> mj1, NA, 1 MJ -> mj2, lam2, NA MJ -> mj3, lam3, NA MJ -> mj4, lam4, NA MJ -> mj5, lam5, NA EL -> eL1, NA, 1 EL -> eL2, lam7, NA EL -> eL3, lam8, NA EL -> eL4, lam9, N...
2018 Apr 23
0
Reconstructing files from shards
Il 22/04/2018 11:39, Gandalf Corvotempesta ha scritto: > Il dom 22 apr 2018, 10:46 Alessandro Briosi <ab1 at metalit.com > <mailto:ab1 at metalit.com>> ha scritto: > > Imho the easiest path would be to turn off sharding on the volume and > simply do a copy of the files (to a different directory, or rename > and > then copy i.e.) > > This should simpl...
2006 Mar 28
0
ansari.test (one tailed)
...extrait les xi r?p?t?s obs4<-obs3 for(i in ties){obs4$rAB[(which(obs3$xr==i))]<-mean(obs3$rAB[(which(obs3$xr==i))])} obs4 classe1<- split(obs2[,1], obs2[,2])$sud classe2<- split(obs2[,1], obs2[,2])$ouest ansari.test(classe1, classe2, alternative = "greater") # AB statistic : AB1.calc<-sum(subset(obs4[,1],obs4[,3]=="sud")) AB1.calc # Z statistic : n1<-length(classe1) n2<-length(classe2) n<-n1+n2 n # n is even mAB1<-n1*(n+2)/4 tj<- table(obs4$xr) rABj<- obs4$rAB[c(which(diff(obs4$xr)!=0),n)] s2.AB<-(n1*n2*(16*sum(tj*rABj^2)-n*(n+2)^...
2004 Dec 08
0
dovecot 1.0-test-56 mail doesn't show up with Mac Entourage clients
...= F_RDLCK || ibox->mbox_lock_type != F_RDLCK) dovecot: Dec 07 09:21:44 Error: child 16735 (imap) killed with signal 6 **************************************************************************** tcpdump snippets: 0.99 server with Entourage client: 14:43:17.997889 IP noctis.shsu.edu.61359 > ab1-1-41.shsu.edu.imap: P 52:128(76) ack 156 win 65535 <nop,nop,timestamp 519041503 335641251> 0x0000: 4500 0080 adf9 4000 4006 384b 9e87 0bfc E..... at .@.8K.... 0x0010: 9e87 0b29 efaf 008f a87e ee7c fc30 de0e ...).....~.|.0.. 0x0020: 8018 ffff c716 0000 0101 080a 1e...
2004 Jun 20
2
Channel Bank Frustrations
I'm trying to get a Carrier Access Corp. Channel Bank I working with a Digium T100P without success. What is stranger is that the status lights on the channel bank and T100P seem to change almost each time I power cycle the channel bank or reset the T100P. The channel bank has three status lights: T1, Framing, Status. T1 is green, Status is yellow, and Framing is usually red but sometime
2004 Feb 02
0
Carrier Access Access Bank 1, incomming calls only echo problems, and Adit 600
...s Bank 1. The wiki, and people on the mailing list have stated that they do not have impedance matching, but Carrier Access states in their documentation that they do have impednace matching. Did Carrier Access make a typo, or does it depend on the version of the FXO card? I current have a CAC AB1, and I am having echo problems with analog and sip phones. I have echocancel=128, echocancelwhenbridged=128, echotraining=yes, in zapta.conf. 128 taps for echocancel does the best job for my system... I've adjusted the rx gain and the tx gain to the lowest possible, and stilll be usable. I...
2007 May 06
3
Channel Bank
Can someone recommend a good quality 24 or greater port channel bank? Steve -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20070506/e5896021/attachment.htm
2012 Oct 07
1
two indirect effects of path analysis
Hello, This is Elaine. I am trying a path analysis using lavaan Package. There are three explanatory variables: X, Z, and M. The response variable is Y. A, b, and c have direct effects on Y. On the other hand, X and Z also have direct effects on M. In other words, X and Z have indirect effects on Y. I found the code example of lavaan package describes only one indirect effect as below. Please
2018 Apr 23
1
Reconstructing files from shards
2018-04-23 9:34 GMT+02:00 Alessandro Briosi <ab1 at metalit.com>: > Is it that really so? yes, i've opened a bug asking developers to block removal of sharding when volume has data on it or to write a huge warning message saying that data loss will happen > I thought that sharding was a extended attribute on the files created when...
2012 Oct 26
1
Openbugs- Array Index
...],1) G2[i] <- equals(G[i],2) } for(i in 1:(S+m)){ for(j in 1:4){ A1[i,j] <- A[i,j]*G1[i] A2[i,j] <- A[i,j]*G2[i] O[i,j] <- step(A[i,j]-1)# latent occupancy of each species for each site O1[i,j] <- O[i,j]*G1[i] O2[i,j] <- O[i,j]*G2[i] } } for(j in 1:4){ AB0[j] <- sum(A[,j]) AB1[j] <- sum(A1[,j]) AB2[j] <- sum(A2[,j]) SpR0[j] <- sum(O[,j]) SpR1[j] <- sum(O1[,j]) SpR2[j] <- sum(O2[,j]) } for(i in 1:2){ for(j in 1:4){ HabAB0[i,j] <- AB0[hab[i,j]] HabAB1[i,j] <- AB1[hab[i,j]] HabAB2[i,j] <- AB2[hab[i,j]] HabSpR0[i,j] <- SpR0[hab[i,j]] HabSpR1[i,j]...
2012 Jun 30
3
Accessing named members of a list in an array
Dear List, I've created a two-dimensional array which shall contain a value and its error, respectively. These two values are concatenated in al list and bear the names "sl" and "sl_err" But I can't adress them using the $-notation. a<- array(list(NULL),dim=c(2,2)) a[[1,1]]<- c(a=2,b=3) a[[1,1]]$a ## Fehler in a[[1, 1]]$a : $ operator is invalid for atomic
2003 Sep 08
6
Channelbanks
Ok, the Zhone sucks and the Adtran 750/850 seems to be a little too expensive. Can anyone recommend a decent channelbank that won't break the bank? TIA, -- Troy Settle Pulaski Networks http://www.psknet.com 540.994.4254 ~ 866.477.5638 Pulaski Chamber 2002 Small Business Of The Year