search for: kumquats

Displaying 5 results from an estimated 5 matches for "kumquats".

Did you mean: komquats
2010 May 19
2
Reading in and writing out one line at a time
I hope that somebody can help me with this - I think very simple - issue...? I am running a package that only accepts one line at a time, but I would like to run this package on a dataframe of >500 lines. Dataframe "d" is a single column: APPLES PEARS AUBERGINES KUMQUATS I would like to read one line of my dataframe "d", individually into a new frame "f", then execute the program on "f" and it provides an output: >mash(f) [[1]] [1] FREDBLOGGS [2] 250 I would like to record this output to a two column dataframe, "r",...
2009 Jun 30
0
flush-behind behaving synchronously
[Apologies if this gets posted twice] Hi, I can't seem to get flush-behind to flush behind and I was wondering if anyone would be kind enough to lend some brain cells to help me see what I'm missing. I'm using glusterfs 2.0.1 on Debian/x86. I've got a "cluster/ replicate" volume replicated between two servers that are connected (over a VPN) over a slooooow
2011 Feb 03
0
Select just numeric values from rows
Terry Any good? list <-"A B C N1 N2 N3 N4 N5 N6 N7 N8 N9 N10 Apples Bananas Peaches 1 2 3 4 5 6 7 8 9 10 Oranges Kumquats Plums 1 1 3 5 5 5 7 6 6 12 Pears Kiwis Grapes 2 4 6 8 5 6 7 6 9 1" d = read.table(textConnection(list), header=TRUE) Nrowsums = apply(d[,sapply(d,is.numeric)],1,sum) HTH Pete -- View this message in context: http://r.789695.n4.nabble.com/Select-just-numeric-values-f...
2008 May 08
6
Draft Call for Testing
Hi folks, how does this look? http://wiki.winehq.org/PlatinumRegressionHunt I hope to publicise this once wine-1.0.0-rc1 is released. Let me know if the instructions are hard to follow. Thanks, Dan
2013 Aug 21
1
Gluster 3.4 Samba VFS writes slow in Win 7 clients
Hello? We have used glusterfs3.4 with the lasted samba-glusterfs-vfs lib to test samba performance in windows client. two glusterfs server nodes export share with name of "gvol": hardwares: brick use a raid 5 logic disk with 8 * 2T SATA HDDs 10G network connection one linux client mount the "gvol" with cmd: [root at localhost current]# mount.cifs //192.168.100.133/gvol