search for: s200

Displaying 8 results from an estimated 8 matches for "s200".

Did you mean: 0200
2007 Mar 05
4
Identifying last record in individual growth data over different time intervalls
...I would like to have a data.frame t2 which only contains the entries of the last measurements. Thanks in advance, Rainer > unlist( sapply( split(t, t$plate), function(i) { i[i$year==max(i$year),]$id } ) ) 15 20 33 43 44 47 64 D72 S200 S201 2006001 2006003 2006005 2006007 2006008 2006009 2006014 2006015 2006016 2006017 S202 S203 S204 S205 S206 S207 S208 S209 S210 S211 2004095 2006019 2006020 2006021 2006022 2006023 2006024 2006025 2006026 2006027 S212 S213 S214 S215 S216...
2007 Nov 06
1
Sangoma S200 and Digium TDM400P together
Hi, I have these two cards, the Sangoma has 4 fxo interfaces and the digium has 1 fxo and 1 fxs. After install the sangoma card, my zaptel.conf was configured for that card. I'm trying to configure the Digium one together thinking that the Digium ports should be 5 and 8 but it doesn't works. Someone has some example about this? Thanks in advance Pau?p
2019 Mar 03
2
bug: sample( x, size, replace = TRUE, prob= skewed.probs) produces uniform sample
...rm to 201 then small > p201 <- prop.table( rep( c(1, epsilon), c(201, 999-201))) > > brks <- c(0,99,199,200,201,Inf) > tab200 <- sample( length(p200), 10000, prob=p200, replace=TRUE) > tab201 <- sample( length(p201), 10000, prob=p201, replace=TRUE) > > cbind( + s200=table(cut(tab200, brks)), + p200=round(xtabs(p200 ~ cut( seq_along(p200), brks)) * 10000 ,1), + s201=table(cut(tab201, brks )), + p201=round(xtabs(p201 ~ cut( seq_along(p201), brks)) * 10000 ,1)) s200 p200 s201 p201 (0,99] 5017 4950 984 4925.4 (99,199] 4925 5000 959 4975.1 (...
2005 Apr 14
2
documentation for 'open': some clarification?
...open a live connection that can be parsed line by line (using readLines() or scan() to read). But open() cannot be directly applied to a file name. In fact, one only needs supply the 'open' argument in file() with something other than the empty string, ,---- | > con <- file ("S200.dat") | > isOpen (con) | [1] FALSE | > con <- file ("S200.dat", open = "r") | > isOpen (con) | [1] TRUE `---- It is not clear to me how 'open()' is supposed to be used. It took me a while to figure this out and I thought it might be worthwhile to add o...
2010 Mar 14
2
Create vectors from a vector
...tor s with 200 elements which are the product of all these vectors: i.e s1<-vnk[1]%*%vro[1] +p^(length(vp[1]+1)) s2<-vnk[1:2]%*%vro[1:2]+p^(length(vp[1:2]+1)) s3<-vnk[1:3]%*%vro[1:3]+p^(length(vp[1:3]+1)) ............................... ............................... s200<-vnk[1:200]%*%vro[1:200]+p^(length(vp[1:200]+1)) s<-[s1 s2 ......s200] In the code I created I can calculate only the 200th element vnk<-t(nk^(200:0)) vro<-ro^(0:200) s<-nz*e*(vnk%*%vp)+p^(length(vp)) if lapply wouldn't need functions but vector arguments it would do the...
2013 Aug 02
1
Unlock non existent locks
...ol files and indexes are on NFS (v3,tcp) mail_nfs_storage = yes lock_method = fcntl [didn't touch the following] # Mail index files also exist in NFS. Setting this to yes requires # mmap_disable=yes and fsync_disable=no. mail_nfs_index = yes served by an Isilon s200 node (OneFS 6.5.5.22) procmail delivers in the same location through postfix-2.8.7 The filer shows *a lot* of such messages : 2013-08-02T14:12:29+02:00 <0.5> XXXX-10(id10) /boot/kernel.amd64/kernel: [lkf_delegate.c:2752](pid 46390="kt: dwt3")(tid=101282) dev_local_lkf_unlock():...
2001 Jul 29
1
2.2.19/0.0.7a: bonnie -> VM problems
...8 292 268 0 20 80 0 1 3 10572 588 51848 1380 26 127 17 2951 368 702 0 33 67 0 2 3 11824 912 53000 1148 373 284 103 2852 405 684 0 33 67 <I was disconnected because telnetd was killed> I umounted and remounted ext2, performed 10 bonnie runs at -s200 and never got the same problem again; it seems "free" in vmstat never dropped below 1000 with ext2. This is how I solved the 2 ext3 rejects 1) fs/buffer.c @@ -908,9 +933,13 @@ if (buf->b_count) { buf->b_count--; + if (!buf->b_count && + (bu...
2007 Jun 06
3
string overflow in rpcclient add "printer" driver command
...406) = "\03\00\00\00My Driver Name 001\00Windows NT x86\00\5Cprint$\5CW32X86\5C3\5Caaaaaa.001\00 ... bbbbbbb.02\00" I found four printer drivers with many files components (and long "-c" command strings): HP LaserJet 2420 PS (1027 bytes in -c) Canon S200 (1544 bytes in -c) Canon iP1200 (1782 bytes in -c) Canon PIXMA iP1000 (2014 bytes in -c) Any ideas?