search for: doone

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

Did you mean: done
2002 May 15
0
Reading multi-line FWF data
...g(col.names)) for (i in 1:rows) if (length(widths[[i]]) != length(col.names[[i]])) { cat("Mismatch between `widths' and `col.names' at line ", i, "\n") stop("Check `widths' and `col.names'.") } doone <- function(x) { x <- substring(x, first, last) x[nchar(x) == 0] <- "NA" x } blanks <- function(x) { b <- character(length = length(x)) for (i in 1:length(x)) if (x[i] > 0) b[i] <- paste(rep(" ", x[...
2002 Jun 12
4
table problems
dear helplist, my student has fifty trees, numbered one to fifty, and a vector recording which tree a certain possum slept in on 12 nights. R> c [1] 3 14 17 22 26 26 17 40 43 25 46 46 R> Thus it slept in tree #3 on Monday, then tree #14 on Tues, and so on. I wish to test the null hypothesis that the animal chooses trees randomly; try R> table(c) c 3 14 17 22 25 26 40 43 46 1 1
2005 Mar 29
1
Trouble with basic Dovecot setup
Hi, I have compiled dovecot-1.0_stable. (http://dovecot.org/nightly/stable/dovecot-stable-20050328.tar.gz) I have it set to "userdb = passwd" & "passdb = passwd" I have a user "wise" with an maildir type mailbox at ~/Mail The actual maildirs are all subfolders with the INBOX "inbox" being one of them. I also have setup the ssl certificates with the
2005 Apr 09
0
not everybody uses bash
...$(shell which perl) > $@ || ( rm -f $@ ; exit 1 ) chmod a+x $@ # Han -- _ (.".) _ And if sometime, somewhere, someone '-'/. .\'-' asketh thee, Who kilt thee?, tell them it /_ _\ _...._ 'twas the Doones of Bagworthy! (` o o `)---` '. jgs /"---"` \
2002 May 03
3
skipping columns with read.fwf?
I have a file in fwf. It is rather large, about 40,000 rows and 40 variables (columns). I only need about 10 variables form the data set for the analysis at hand. Unfortunately, these 10 variables are not contiguous in the file, for example, the first is position 1-8, the next position 25-27, then 40. Is there a way to read the selected varaibles that I need without reading in the entire data
2004 Jan 18
7
arp problem in /var/log/messages
hi all, i got flooded by these msgs like 1000+ lines, any idea? my kernel is dated Nov-30 FreeBSD 4.9-stable # tail -f /var/log/messages Jan 18 19:43:23 xb /kernel: arp: 202.79.180.1 moved from 00:04:5a:49:eb:74 to 00:50:0f:4f:c0:00 on rl0 Jan 18 19:45:06 xb /kernel: arp: 202.79.180.1 moved from 00:50:0f:4f:c0:00 to 00:04:5a:49:eb:74 on rl0 Jan 18 19:45:18 xb /kernel: arp: 202.79.180.1 moved from
2012 Sep 10
19
Initial support for sector size >512
This set of patches add some support for sector size >512. Currently it fixes extlinux, MBR for GPT and ext partitions. Other code is unaffected. This set of patches has been tested on a read Dell machine running a beta firmware.
2004 Jan 26
6
Kernel modules listing
Hi all, please, is there some utility/command/... to list all installed kernel modules ? Peter Rosa