Displaying 20 results from an estimated 100 matches similar to: "mapping data from table to .csv template"
2012 Sep 26
1
Ask for help - how to change WHIRR.117.csv to WHIRR_117.csv
Hi,
I have a script below.
dat <- read.table(file="pt.csv", header=T, sep=",", row.names=1,
col.names=1)
dat
for(which_col in seq_len(ncol(dat)))
{
subset_data <- dat[,which_col:ncol(dat)]
file_name <- sprintf('%s.csv', colnames(dat)[which_col])
write.csv(subset_data, file_name)
message(sprintf('Saving %s', file_name))
}
2012 Sep 26
1
Write table with data in other .csv template
Hi,
I have a table with data, as below:
dput(table):
structure(list(Adrian.Cole = c(0L, 0L, 0L, 0L, 0L, 0L), Alison.Wong =
c(0L, 0L, 0L, 0L, 0L, 0L), Andrei.Savu = c(0L, 0L, 0L, 0L, 0L, 0L),
Bruno.Dumon = c(0L, 0L, 0L, 0L, 0L, 0L), Edward.J..Yoon = c(0L, 0L, 0L,
0L, 0L, 0L), Eugene.Koontz = c(0L, 0L, 0L, 0L, 0L,
0L), Jakob.Homan = c(0L, 0L, 0L, 0L, 0L, 0L), Kelvin.Kakugawa =
c(0L, 0L,
1999 Jul 27
4
Permissions issue
Greetings:
I couldn't find this one in the archive:
What we want to do here is make it so a non-owning user can map a drive, but
not see anything below the top level. However, if they know the exact
pathname to a file, they should be able to open it. In Unix, we do this
with file permissions like:
drwx--x--x foo
drwx--x--x foo/bar
-rwxr--r-- foo/bar/foobar
So the owner can do
2008 Jul 21
1
fama-macbeth
Hi all,
I was wondering whether there is a standard method to carry out fama-macbeth
regressions in R. I have spent the last few hours looking around the help
pages but nothing seems to be written about this.
Thanks a lot!
[[alternative HTML version deleted]]
2007 Jan 21
1
[ win32utils-Bugs-8039 ] Cannot send data that includes a binary 0
Bugs item #8039, was opened at 2007-01-21 01:51
You can respond by visiting:
http://rubyforge.org/tracker/?func=detail&atid=411&aid=8039&group_id=85
Category: win32-pipe
Group: Code
Status: Open
Resolution: None
Priority: 3
Submitted By: David Koontz (dkoontz)
Assigned to: Nobody (None)
Summary: Cannot send data that includes a binary 0
Initial Comment:
In pipe.c on lines 262 and
2006 May 15
4
Problems with make ARCH=xen
Hi!
I`m trying to install xen 3.0.2 on my Debian system!
But, the "make ARCH=xen menuconfig" don`t work!
debian:/home/peso/xen-3.0.2/xen-3.0.2/linux-2.6.16-xen0# make ARCH=xen
menuconfig
Makefile:439: /home/peso/xen-3.0.2/xen-3.0.2/linux-2.6.16-xen0/arch/xen/Makefile:
No such file or directory
make: *** No rule to make target `/home/peso/xen-3.0.2/xen-3.0.2/linux-
2007 Apr 24
4
cygwin slow problem
Hi,
Being stuck in Windows at work, I installed rails on cygwin.
However, when I type something like:
script/generate
or
script/generate model
the pc just churns and whirrs away and after about 2 minutes displays
the text.
Obviously this is unusable. Can anybody help explain this or give me
pointers as to what to do next??
Thanks,
Chris.
--
Posted via http://www.ruby-forum.com/.
2014 Jan 21
2
After USB boot problems on Gigabyte GA-M55Plus-S3G
the closest i have gotten to a consistent way to test a MS-DOS filesystem
setup is:
dd if=/dev/zero of=binary.img bs=1M count=500
i="$(losetup -f --show binary.img )"
parted binary.img mklabel msdos -s -m
dd if=/usr/lib/syslinux/mbr.bin of="${i}"
parted binary.img mkpart primary -a optimal -s -m 0% 100%
parted binary.img set 1 boot on
mkfs.ext4 $(kpartx -savu "${i}"
2004 Nov 20
1
how to match TTL?
Hi!
I can''t find anywhere correct syntax how to match TTL. All of I found refuse to
work :(
tc filter add dev eth1 parent 1:0 prio 10 u32 match u8 64 0xff at 8 flowid 1:11
tc filter add dev eth1 parent 1:0 prio 10 u32 match u8 0x10 0xff at nexthdr+13
protocol tcp flowid 1:11
tc filter add dev eth1 parent 1:0 prio 10 u32 match u8 0x10 0xff at nexthdr+13
flowid 1:11
All I need is to
2014 Jan 21
0
After USB boot problems on Gigabyte GA-M55Plus-S3G
btw, that works with mkfs.vfat as well. just have to use syslinux with a
syslinux.cfg file instead of extlinux with an extlinux.conf.
On Tue, Jan 21, 2014 at 11:58 AM, Dean Graff <graff97 at gmail.com> wrote:
> the closest i have gotten to a consistent way to test a MS-DOS filesystem
> setup is:
>
> dd if=/dev/zero of=binary.img bs=1M count=500
> i="$(losetup -f --show
2014 Jan 23
2
Advice/directions to users of Syslinux
Hi,
Ady:
> > > I would suggest not using the work "disk".
me:
> > I am unhappy with "disk" too.
> > But that change would have a much wider scope in the text.
Ady:
> You can still use a different wording in a linked section. If "disk"
> is not the best choice for the new section, then choose a better
> term.
Two problems:
There are
2004 Nov 19
3
mixing u32 and fwmark
Hi!
There is one thing I can''t do. In my country we have to pay for
"foreign" internet. Local internet is cheap and fast, but foreign is
slow and expensive. So I want do following:
mark every packet with iptables, where --set-mark 1 for foreign
internet, but --set-mark 2 for local internet
next when I got all traffic marking, I need to assign traffic to users
so I make
2006 Oct 31
3
Laptop+SDMMC+Extlinux+Memdisk+Floppy images=headaches
Hello syslinuxers
I'm stuck with a scientific problem which gives me headaches:
I have a laptop (Gateway MX3410) which has a SD memory card reader.
Recently an interesting thought crossed my mind: why don't I setup
a 2GB SD card as a harddrive and put some rescue tools on it.
So I dug on the net and I came across the idea of using memdisk
to boot floppy images without the need of a
2014 Jan 21
4
After USB boot problems on Gigabyte GA-M55Plus-S3G
On 01/21/2014 12:22 AM, Thomas Schmitt wrote:
>
>> If we take the ENDing CHS values as valid:
>> 982 / 254 / 63
>> and we calculate the corresponding LBA:
>> ( ( 982 + 1 )
>> x ( 254 + 1 )
>> x ( 63 ) )
>> - 1
>> ___________
>> 15'791'894
>
> Is this calculation generally valid ? It seems to assume that
> the
2006 Feb 19
0
[ADV] Shameless Hype for Ruby Stuff Goodness
RubyStuf.com, the premiere place for Ruby stuff, has some new, um, stuff.
http://www.rubystuff.com/
Profoundly inspired by a series of ruby-talk threads on just how
"dangerous" is Ruby comes "Ruby: You''ll shoot your eye out" shirts and mugs:
http://www.cafepress.com/ruby_dangerous
http://www.cafepress.com/rubyshootout
(A big shout-out to David Koontz for the
2004 Apr 14
1
How does nlm work?
Dear R users,
I have looked in the reference
Schnabel, R. B., Koontz, J. E. and Weiss, B. E. (1985) A modular
system of algorithms for unconstrained minimization. _ACM Trans.
Math. Software_, *11*, 419-440.
cited in the nlm help.
This article says that the algorithm permits the use of step selection
(line search, dogleg and optimal step), analytic or finite diference
gradient
2010 Feb 17
0
[Reminder] R/Finance 2010: Applied Finance with R
[ Registration for R/Finance 2010 is going strong: after only ten days
of registrations one tutorial is already at 65% of capacity, and two
others are approaching the 50% mark. Tutorials are capped at fourty
participants each, the conference itself may be capped at three
hundred registrations. Conference details are provided below. ]
R/Finance 2010: Applied Finance
2010 Mar 12
0
R/Finance 2010
R/Finance 2010: Applied Finance with R
April 16 & 17, Chicago, IL, US
www.RinFinance.com <http://www.RinFinance.com>
The second annual R/Finance conference for applied finance using R, the
premier free software system for statistical computation and graphics,
will be held this spring in Chicago, IL, USA on Friday April 16 and
Saturday April 17, 2010.
Registration is still open and
2014 Jan 23
0
Advice/directions to users of Syslinux
I played with `mkdiskimage' some last night, here is what i came up with:
mkdiskimage -z -F binary.img 1000
i="$(losetup -f --show binary.img)"
j="$(kpartx -savu "${i}" | awk '{print "/dev/mapper/"$3 }')"
mount "${j}" /mnt
cp /usr/lib/syslinux/vesamenu.c32 /mnt
cat > /mnt/syslinux.cfg <<EOF
UI vesamenu.c32
DEFAULT linux
LABEL
2005 Jun 02
0
Cannot share printer HP1012, using Ubuntu and Samba
Hello!
I have a big problem - I cann't share the printer HP1012. I am using GNU Linux
Ubuntu, I try to share the printer, using Samba (when I used RH9, then it was
very easy to share the printer and I hadn't any problem with sharing (except
PCL, but thats the other story)). So, can you tell me, whats the problem? I use
cups. My /etc/smb.conf file:
########## Printing ##########
# If you