Displaying 6 results from an estimated 6 matches for "shayas".
Did you mean:
hayas
2005 Oct 14
2
ocfs2's bmap output
I'm writing a stackable file system and one of it's features is that it
can combine many sparse files into a single view. On ext2/3 I was using
bmap to give me the information needed, so for instance, if I created a
big sparse file and tacked on some information at the end on ext2/3 I'd
get something like
blade12:~# ~/a.out abc
File: abc Size: 30002 Blocks: 8 Blocksize: 4096
0
2004 Jul 09
3
Can R read data from stdin?
Is there anyway I can write a script which feed input datasource from stdin
and let R process it (maybe frequency report) then output the report to
stdout?
I can't seem to find much info on documentation or FAQ on this topic.
Thanks!
Soichi Hayashi
**********************************************************************
The information contained in this communication is
confidential,
2004 Jul 21
3
Can R work on very large of data?
Hello..
I am pretty new for R, but if I understand it correctly, when R read data by
doing something like "d <- read.table("/dev/stdin")", it read entire data
first then start processing..
Is there anyway I can tweak R around so that it will start processing as
data comes and not load everthing on memory at once? The reason for this is
because we have a case where
2018 Aug 22
1
rsync xattr support doesn't play nice with selinux
If one is rsyncing a machine without selinux (therefore no security.selinux
xattr on each file), to a system that has selinux (even in permissive
mode), rsync doesn't play nice.
basically selinux seems to make it appear that every file has
security.selinux xattr on each file (I think this is virtually if there's
no physical attribute, as if one disables selinux, the attribute
disappears).
2006 Aug 28
1
pxelinux and syslinux configuration files
Am I wrong to believe that pxelinux can't use syslinux configurtion
files as is?
I have a syslinux/isolinux setup that works fine in those environments,
lets me boot a root file system based on different criteria.
However, when I moved it over to pxelinux, i'm able to have it get an ip
address over dhcp, fetch pxelinux.0 over tftp and seemingly fetch
'default' from
2004 Aug 05
1
Using pipe for input data
Hi.
I have asked this question before and Aaron J. Mackey and Tony Plate gave me
some great insight but I still can't figure out how to do what I am trying
to accomplish. So let me ask again...
What I am trying to do is to make R read data from pipe (stdin).
Say I have following files on my directory
my.dat
apple 1
orange 2
grape 3
my.R
d <- read.table(