similar to: EOF within quoted string

Displaying 20 results from an estimated 400 matches similar to: "EOF within quoted string"

2017 Aug 10
0
EOF within quoted string
You might want to try some of the suggestions mentioned in this post: https://stackoverflow.com/q/17414776/2140956 Jean On Thu, Aug 10, 2017 at 7:59 AM, <Mohan.Radhakrishnan at cognizant.com> wrote: > Hi, > > Reading http://ssc.wisc.edu/~ahanna/20_newsgroups.csv after downloading > it using > > data <- read.csv("20_newsgroups.csv",header=TRUE) > >
2017 Aug 11
1
EOF within quoted string
Yes. I tried that already. Not straightforward. data <- read.csv("20_newsgroups.csv",fill=TRUE,as.is=T,header=F, quote="", sep=",", encoding="UTF-8") This line does read it haphazardly. The emails in the column are split into multiple columns and there are several columns with just ?NA?. Totally 202 columns. And then I removed columns with NA?s and
2011 Jul 24
1
a question on plotting nonlinear regression
Hi to all the people, I'm having a trouble when trying to plot a quadratic function. I have the code: regression<-nls(Survival~beta1+beta2*PI+beta3*PI^2, data=cubs, start=list(beta1 = 1, beta2 = 1, beta3 = 1)) plot(Survival~PI,data=cubs, ylab="Survival", xlab="PI") lines(cubs$PI, fitted(regression)) but the plotted line is not the quadratic one, rather it appears a
2004 Jul 14
1
Slow Access
Before yesterday I had a perfectly (as far as I could tell) functioning PDC with samba, roaming profiles and all. Yesterday I made some changes to the server 1.) install dhcp3 server 2.) changed IPs from 192.168.1.50 to 192.168.1.1 3.) changed netbios name from garnet-base to garnetmain 4.) started two more interfaces eth1 (172.17.0.0/16) and eth2 (cable internet) eth0 is still 192.168.0.0/16
2004 Jul 14
2
Slow Access *oopps*
Don't know how that last email took off, but that wasn't suppose to happen. Any the root 3 59.6 0.0 0 0 ? R< 10:16 11:04 [events/0] is a kernel thread that handles weird irq stuff. I just disabled onboard sound and USB and it went away. I'm still left with my other problems though, here they are 2.) I'm having LMB and DMB problems on the server,
2002 Feb 05
4
rsync dir in _both_ directions?
I felt certain there was an option to do this, but I cannot find it. I want to rsync a directory on machine A over to machine B, and then rsync the directory on machine B back to machine A. The idea is this: I read my email using mutt, which is set to save my email in ~/Mail in maildir format. This means that each message is in its own file, instead of being appended to an existing file.
2009 Sep 03
6
domU static IP
Hi, I''m trying to setup xen on a server with bridge networking. I have RedHat as my dom0. I have two Ubuntu instances and one CentOS instance as domU''s. All of them (dom0 and domU) use static ip addresses. The configuration files for domU''s specify in the vif line what ip address to be assigned to that particular domU. It works fine for my ubuntu domU''s. But
2007 Aug 02
5
new CentOS 5 as DNS server
Hi folks, As a breather from the "thread-now-wider-than-my-headers-window-in-thunderbird" conversation re: mixing repos, I have a question regarding a machine I'm about to put online. :) I run a web hosting company and my secondary (primary to the world) DNS box died from a massive rootkit/hack last night. It was running an old Slackware 9.1 installation and I will be completely
2005 Feb 25
2
Rsync password not working
Hi, I have installed CYGWIN in my windows 2000 prof machine .I want to automate the RSYNC backup .The rsync --password-file=filename doesn't seems to work .If i schedule the backup , the rsync asks for password at the scheduled time .Please help me to automate the Rsync without asking password thanks & regards Sajida This e-mail and any files transmitted with it are for the sole
2017 Jun 07
1
Operating on RC in a list
Hi, I have a hierarchy of such classes. Subject has a list of measurements. Let assume I have a list of such 'Subject' RC's. Can I use dplyr to navigate from Subject to the list of measurement RC's and filter and group data ? dplyr should be able to call the methods on these RC's to operate on the data structure ? I tried to coerce the list of RC's into a data frame
2003 Nov 12
2
[LLVMdev] Compare With GNU Lightning
On Tue, 11 Nov 2003, Reid Spencer wrote: > Just wondering if anyone con compare LLVM JIT with GNU Lightning? > > Have we looked at GNU Lightning? While its not complete, neither is > LLVM's JIT. What's to stop us from integrating? Just out of curiousity, how is the LLVM JIT not complete? While I know that we are not 'performance complete', we are basically feature
2008 Jul 19
1
Cannot compile nouveau.o in drm with kernel 2.6.26
I am getting the following error when trying to compile nouveau.o in drm/linux-core on linux kernel 2.6.26. Drm itself compiles and installs correctly. I am using the latest drm git. I cannot access bugzilla from the nouveau page because it says it has an invalid security certificate. root at default:~/drm/linux-core# make nouveau.o make DRM_MODULES=nouveau.o modules make[1]: Entering directory
2011 Jun 01
11
SATA disk perf question
I figure this group will know better than any other I have contact with, is 700-800 I/Ops reasonable for a 7200 RPM SATA drive (1 TB Sun badged Seagate ST31000N in a J4400) ? I have a resilver running and am seeing about 700-800 writes/sec. on the hot spare as it resilvers. There is no other I/O activity on this box, as this is a remote replication target for production data. I have a the
2017 Sep 23
2
Adding a function type qualifier with particular keyword
Dear llvm developers, For the purpose of a research project, I want to add a function type modifier as an extension to LLVM that looks like keyword void function(params1, 2, 3) {…} to serve the purpose of tracking all registers that the function has touched. Is there any documentation or previous examples relate to this feature? Thank you very much Garnet -------------- next part
2013 Aug 21
1
3.5.5 on Solaris 10 - Doesn't expose all content (NFS)
So, we're doing a bad thing and re-exporting an NFS file system via Samba. For the most part it's always worked fairly well and we've been cognizant of the various locking scenarios that can come up. Recently, we've run into issues exposing NFS file systems sitting on RHEL6. Our Samba server runs Solaris 10 and the vendor provided Samba daemon (we're currently at 3.5.5 but
2019 Feb 08
3
Modifying 7.9p1 to use PAM
I deal with a large number of internal machines that have not been updated for a while and which I am not at liberty to update. They run Fedora 20 which includes openssh 6.4p1. For various reasons, I'd like to put a more recent version on these machines but, of course, no package is available for that. Trying the portable version of openssh 7.9p1, I found that I can easily make it work by
2008 Oct 11
5
[LLVMdev] C++ to C?
Hi Michael, On Sat, Oct 11, 2008 at 12:44 PM, Michael McDonnell < michaeldmcdonnell at yahoo.com> wrote: > > > My assumption has been that LLVM generates machine code for a virtual > machine, and that you supply an interpreter that will execute the code. > The name can be somewhat confusing. LLVM is a lot of things, the web page gives some important areas (http://llvm.org/).
2010 Aug 18
10
Networker & Dedup @ ZFS
Hi, We are considering using a ZFS based storage as a staging disk for Networker. We''re aiming at providing enough storage to be able to keep 3 months worth of backups on disk, before it''s moved to tape. To provide storage for 3 months of backups, we want to utilize the dedup functionality in ZFS. I''ve searched around for these topics and found no success stories,
2006 Jun 22
5
Out of Office Auto Reply:
I will be on vacation from <22/06/06> to <30/06/06>. I will not be reachable on my mobile. I will have limited access to mails, and please expect a delayed response. In my absence, please contact the following: Ray Richard or Safeer Mohammed Thanks H.Gireesh
2011 Oct 24
1
ZFS in front of MD3000i
We''re setting up ZFS in front of an MD3000i (and attached MD1000 expansion trays). The rule of thumb is to let ZFS manage all of the disks, so we wanted to expose each MD3000i spindle via a JBOD mode of some sort. Unfortunately, it doesn''t look like the MD3000i this (though this[1] post seems to reference an Enhanced JBOD mode....), so we decided to create a whole bunch of