search for: aob

Displaying 12 results from an estimated 12 matches for "aob".

Did you mean: atob
2009 Jul 14
2
hi friends, is there any wait function in R
...;")) p<-read.table(paste("../Alpha_and_beta_proteins_a+b/apb",s[t],"mean.sat",sep=""),header=T) attach(p) names(p) pl<-1:length(paste("apb",s[t],"_mean",sep="")) o<-read.table(paste("../Alpha_and_beta_proteins_aorb/aob",s[t],"mean.sat",sep=""),header=T) attach(o) names(o) ol<-1:length(paste("aob",s[t],"_mean",sep="")) postscript(file=paste("Mean_",s[t],"_Plot.ps",sep="")) plot(0,xlim=c(0,160),ylim=c(0,70),main=paste(&quo...
2008 Sep 19
0
panel data analysis possible with mle2 (bbmle)?
...included frontr<-vector(length=years);ggwth <- 0.03; frontr[1]=17 for (i in 2:years) {frontr[i]=frontr[i-1]*(1+ggwth)} frontr <- rep(frontr,times=cross) atech <- matrix(0,years,cross);rr1 <- matrix(0,years,cross) agwth <- matrix(0,years,cross);cfgwth <- matrix(0,years,cross) aobs <- c(15.89,16.69,17.93,17.49,18.3,19.1,19.2,19.4,20.29,21.13,21.42,22.76,23.83, 14.1,14.4,13.4,14.9,15.23,15.4,15.55,16.7,17.8,18.87,18.99,19.24,20.59, 14.3,14.4,14.7,14.9,15.2,15.43,15.5,17.1,17.5,18,18.3,18.7,19); dim(aobs) <- c(years,cross) ra <- c(-0.62, -0.81, -1...
2007 Jul 18
1
Can any one help me on format file data.
Hi all. I'd like know what is the format file saved by Leica Microsystems TCS SP2-AOBS equipped with a SP2-FCS2 Leica Microsystems workstation its datas. Cause it save in *.fcs extention file but ins't flow cytometry standart format file... Tahnks Horacio.
2009 Jun 29
5
Help
HiĀ group, I found a module for adaptive kernel density estimation for Stata users, but unfortunetly I don't have access to Stata, can I find a similar approach using R? Thank u so much 4 ur time. [[alternative HTML version deleted]]
2015 Jun 14
0
Peer unreachable after IP change
...4cTOGTGPEfpEh4sqv8B5qh6rR8BnBID2KG53Vr gMieTlEgMLoKEkOJvnnir3YE1dWshGb/HwE5QPhGRtVD+Qf0qsMQ9KkmcKDZxGPZ 6vTm7iQfiau2kbi6UwY3804mpFA2Ve3cxx5/TJ4BPRuEYQCaS+0QbEMeV9tkv94B +e6Ogh/+vp1kRqCOI1uZJ+OrOjyFpYLQS0qqaRcnyyEtAmyC5Ji5X3aUOHpzLRRo 3EbAiFSCN/5NdGfHLYjXZtZAWyVmSC5J+azXytMEiTw6KyGQc/7g7wHeL/MsFt4= =AOBe -----END PGP SIGNATURE-----
2015 Mar 16
0
Virt SIG Meeting minutes for 10 Mar 2015
...NK: http://wiki.centos.org/SpecialInterestGroup/Virtualization/Roadmap (sbonazzo, 14:19:21) * reached an agreement on qemu-kvm-rhev re-branding, it will be qemu-kvm-ev. (sbonazzo, 14:19:29) * the new package has CentOS 7.1 dependencies so it has to wait. (sbonazzo, 14:19:35) * AOB (gwd-laptop, 14:28:34) * George checked the e-mail discussion and it had been concluded that we'd have separate tags for different project within the SIG (gwd-laptop, 14:29:19) Meeting ended at 14:33:30 UTC. Action Items ------------ * gwd-laptop See if there was a conclusion to...
2009 May 24
0
FLAC port to Symbian OS
That may be double post. Hi. I'm not sure if this is the right address to mail. I'm developing an application for Symbian OS 3-rd ed. FP1 (nokia cell phones), that plays music gaplessly following the natural folder structure. My app focuses on lossless audio formats, such as WAV, AOB, FLAC, APE and so on. So recently I've finished porting the free source v1.2.1 to that platform and it works great in my application. The source is stripped from anything, but decoder. It has no OGG, no floating numbers, no stdio streams, no assembly, but only native Carbide C++ 2.0. The proj...
2014 Apr 08
1
Virt SIG moving forward
...s what based on the current list of members) * Infrastructure loose ends (repositories, lists, access, etc - enough pointers to get started) * Establish a draft TODO list * Identify potential additions to SIG (KVM, OpenVZ, etc. and whether there are any individuals to proactively reach out to) * AOB Best Regards Lars
2015 Jun 08
3
Peer unreachable after IP change
Hi list! Another day, another problem... I'm checking with Nagios my Asterisk at home, and since yesterday I noticed that, after my IP changes (Deutsche Telekom drop the DSL-line every 24 hours, so that I have a new IP every day), the peer of an VoIP-provider I use is UNREACHABLE. Yesterday I though it was a problem on the line, but today is the same, so I think it is something other...
2013 Nov 27
0
[PATCH 07/25] block: Convert bio_for_each_segment() to bvec_iter
...ock/scm_blk.c b/drivers/s390/block/scm_blk.c index d0ab501..76bed17 100644 --- a/drivers/s390/block/scm_blk.c +++ b/drivers/s390/block/scm_blk.c @@ -130,7 +130,7 @@ static void scm_request_prepare(struct scm_request *scmrq) struct aidaw *aidaw = scmrq->aidaw; struct msb *msb = &scmrq->aob->msb[0]; struct req_iterator iter; - struct bio_vec *bv; + struct bio_vec bv; msb->bs = MSB_BS_4K; scmrq->aob->request.msb_count = 1; @@ -142,9 +142,9 @@ static void scm_request_prepare(struct scm_request *scmrq) msb->data_addr = (u64) aidaw; rq_for_each_segment(bv, scm...
2013 Nov 27
0
[PATCH 07/25] block: Convert bio_for_each_segment() to bvec_iter
...ock/scm_blk.c b/drivers/s390/block/scm_blk.c index d0ab501..76bed17 100644 --- a/drivers/s390/block/scm_blk.c +++ b/drivers/s390/block/scm_blk.c @@ -130,7 +130,7 @@ static void scm_request_prepare(struct scm_request *scmrq) struct aidaw *aidaw = scmrq->aidaw; struct msb *msb = &scmrq->aob->msb[0]; struct req_iterator iter; - struct bio_vec *bv; + struct bio_vec bv; msb->bs = MSB_BS_4K; scmrq->aob->request.msb_count = 1; @@ -142,9 +142,9 @@ static void scm_request_prepare(struct scm_request *scmrq) msb->data_addr = (u64) aidaw; rq_for_each_segment(bv, scm...
2013 Nov 27
0
[PATCH 07/25] block: Convert bio_for_each_segment() to bvec_iter
...ock/scm_blk.c b/drivers/s390/block/scm_blk.c index d0ab501..76bed17 100644 --- a/drivers/s390/block/scm_blk.c +++ b/drivers/s390/block/scm_blk.c @@ -130,7 +130,7 @@ static void scm_request_prepare(struct scm_request *scmrq) struct aidaw *aidaw = scmrq->aidaw; struct msb *msb = &scmrq->aob->msb[0]; struct req_iterator iter; - struct bio_vec *bv; + struct bio_vec bv; msb->bs = MSB_BS_4K; scmrq->aob->request.msb_count = 1; @@ -142,9 +142,9 @@ static void scm_request_prepare(struct scm_request *scmrq) msb->data_addr = (u64) aidaw; rq_for_each_segment(bv, scm...