Displaying 20 results from an estimated 100 matches similar to: "Write table with data in other .csv template"
2012 Sep 25
1
mapping data from table to .csv template
I have a .csv table named mailing.csv as below. It consist a receiver,
subject and sender.
Receiver subject sender
1 Adrian Cole RE: [WHIRR-117] Composable services Tom White
2 Adrian Cole RE: [WHIRR-117] Composable services Tom White
3 Adrian Cole RE: [WHIRR-117] Composable services Adrian Cole
4 Adrian Cole RE: [WHIRR-117]
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))
}
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 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
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-
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]]
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
2012 Jun 24
0
[LLVMdev] [cfe-dev] Compilation error on OpenInidana: LibraryDependencies.inc missing
Move to llvmdev.
Have you installed python-2.x?
If anything goes wrong, please show us
- output of "./config.status --version"
- config.log (with compression)
- build log by "make VERBOSE=1" (with compression)
...Takumi
2012/6/23 Johann 'Myrkraverk' Oskarsson <johann at 2ndquadrant.com>:
> Hi all,
>
> My system is: SunOS asuka 5.11 oi_151a4
2016 Sep 12
4
[X86] FMA transformation restrictions
I noticed that the operand commuting code in X86InstrInfo.cpp treats
scalar FMA intrinsics specially. It prevents operand commuting on these
scalar instructions because the scalar FMA instructions preserve the
upper bits of the vector. Presumably, the restrictions are there
because commuting operands potentially changes the result upper bits.
However, AFAIK the Intel and GNU FMA intrinsics
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}"
2005 May 20
2
Plot Problem
Hi folks,
I try to plot a variable which contains string-variables. it works, but the
problem is that there are a lot of values at the x axis (up to 24)
SO i have to scale or rotate the label at the x axis.
I tried this with the text() function. It doesn't work correctly.
Is there a simple way to rotate the labels?
Best regards,
Sebastian
2014 Dec 01
2
Fix for RHEL BZ#771868 in CentOS?
Hey,
We are blocked on a bug fixed by RHEL in
https://rhn.redhat.com/errata/RHBA-2012-0362.html. Specifically, the splice
code in sendfile() incorrectly updating the offset position on the write
side, Red Hat BZ#771868.
I have not been able to figure out if this bugfix is included in any CentOS
releases. If you are better at reading release notes than me, could you
please help me out and let me
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 Dec 01
0
Fix for RHEL BZ#771868 in CentOS?
On 01/12/14 20:33, Jeff Hammerbacher wrote:
> Hey,
>
> We are blocked on a bug fixed by RHEL in
> https://rhn.redhat.com/errata/RHBA-2012-0362.html. Specifically, the splice
> code in sendfile() incorrectly updating the offset position on the write
> side, Red Hat BZ#771868.
>
> I have not been able to figure out if this bugfix is included in any CentOS
> releases. If
2005 May 06
1
R-help Digest
Hi folks,
I have to create my own time series, Is it possible to generate ARIMA time
series, where i can define the range of the values in the y axis. (e.g: Values
only between 0 and 1)
Best regards
Sebastian