search for: kumquat

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

Did you mean: kumquats
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
...ranslator option directory /mnt/big/fileserving/gluster-test/shared # Export this directory end-volume volume quince-shared type features/locks subvolumes shared-raw end-volume volume remote type protocol/client option transport-type tcp option remote-host 10.8.0.3 # aka kumquat option remote-subvolume kumquat-shared # name of the remote volume end-volume volume replicated type cluster/replicate subvolumes quince-shared remote option read-subvolume quince-shared end-volume volume threads type performance/io-threads subvolumes replicated end-vol...
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-...
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