search for: blaa

Displaying 6 results from an estimated 6 matches for "blaa".

Did you mean: bla
2006 Aug 28
2
S4 classes and objects -- fixed structure? No...
...aid to have a fixed structure: two slots, x, and y, and that should apply to all objects you construct as members of that class. > tr <- new( "track" ) Now do the following: > tr[ "ping" ] <- "pong" > tr$bingo <- "bongo" > tr[[ "blaa" ]] <- c( 200, 300 ) Of course you can use the well known operators to access these "list entries in a S4-class object": > tr[ "blaa" ] > etc. You see what can happen if you decide to do a bit stress testing. The question is not whether my examples makes sense...
2010 Aug 27
1
tcpdump -z
...is option tcpdump can execute any command: $ ./tcpdump -V tcpdump version 4.1.1 $ sudo ./tcpdump -i any -G 1 -z ./test.sh -w dump port 55555 [sudo] password for user: tcpdump: listening on any, link-type LINUX_SLL (Linux cooked), capture size 65535 bytes (generate some traffic on port 55555) root@blaa ~/temp/tcpdump-4.1.1$ id uid=0(root) gid=0(root) groups=0(root) $ cat test.sh: #!/bin/bash /bin/bash Is this known and accepted? Could this option maybe be implemented differently? Regards, tazo === 8< ================ >8 === -- WBR, Vadim Goncharov. ICQ#166852181 mailto:vadim_nucl...
2006 May 01
2
Dovecot LDA troubles (input in flex scanner failed)
Hi all, I'm running fedora core 5 with postfix 2.2.8 (modified rpm version) and dovecot 1.0 beta7 and dovecot-lda nighly cvs snapshot from 14-04-2006 I might need to add that amavisd-new is configured as a content-filter. I have postfix running using virtual users in an mysql database and I have setup dovecot lda in postfix like the wiki says here:
2002 Apr 24
1
memory requirements was RE: out of memory in build_hash_table
Well, for reference, here's what I'm running: The mirror is running Solaris 8, the source is running Solaris 7. Both are running the same version of rsync: rsync version 2.5.4 protocol version 26 Copyright (C) 1996-2002 by Andrew Tridgell and others <http://rsync.samba.org/> Capabilities: 64-bit files, socketpairs, hard links, symlinks, batchfiles, no IPv6, 64-bit
2004 May 28
4
Professional grade rsync?
Hi, folks. We've gone where no man has gone before. On HP-UX, rsync bombs at about 1.75 million directories, files and links (combined sum) in a single transfer. Is there a professional-grade alternative on HP-UX for folks willing to pay for it? It wouldn't even need to be network-aware, just from single-system areas to the same box, but with the nifty delete and update features that
2011 Jul 01
13
For help in R coding
Dear all, I am doing a project on variant calling using R.I am working on pileup file.There are 10 columns in my data frame and I want to count the number of A,C,G and T in each row for column 9.example of column 9 is given below- .a,g,, .t,t,, .,c,c, .,a,,, .,t,t,t .c,,g,^!. .g,ggg.^!, .$,,,,,.,