search for: cogniz

Displaying 20 results from an estimated 53 matches for "cogniz".

Did you mean: cognix
2017 Aug 11
1
EOF within quoted string
...- apply( munged[ , c(3:ncol(munged)) ] , 1 , paste0 , collapse = " ") munged <- munged[,c("V1","V2","text")] print(head(munged$text)) Mohan From: Adams, Jean [mailto:jvadams at usgs.gov] Sent: Thursday, August 10, 2017 8:03 PM To: Radhakrishnan, Mohan (Cognizant) <Mohan.Radhakrishnan at cognizant.com> Cc: R help <r-help at r-project.org> Subject: Re: [R] 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...
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) > > throws this. > > Warning message: > In scan(file, what, nmax, sep, dec, quote, skip...
2017 Aug 10
2
EOF within quoted string
...rized review, use, disclosure, dissemination, forwarding, printing or copying of this email, and/or any action taken in reliance on the contents of this e-mail is strictly prohibited and may be unlawful. Where permitted by applicable law, this e-mail and other e-mail communications sent to and from Cognizant e-mail addresses may be monitored. [[alternative HTML version deleted]]
2008 Feb 12
2
re cognizing patterns
...e also good at spotting those patterns where none really exist". This is not verbatim but there must be some scholarly work on this. I can't remember where I came across it - perhaps I dreamed it up? Help, anyone? Best wishes Paul -- View this message in context: http://www.nabble.com/recognizing-patterns-tp15434260p15434260.html Sent from the R help mailing list archive at Nabble.com.
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
...sftpd, I don't think I need much. This machine will be pulling zone files from my primary web server and storing some archive files and backups for me. I'm dilligently R`ingTFMs, and will continue to.... I'd sure be appreciative of any jumpstart help and/or any pitfalls of which to be cognizant. TIA, ~Ray
2005 Feb 25
2
Rsync password not working
...tact the sender by reply e-mail and destroy all copies of the original message. Any unauthorised review, use, disclosure, dissemination, forwarding, printing or copying of this email or any action taken in reliance on this e-mail is strictly prohibited and may be unlawful. Visit us at http://www.cognizant.com -------------- next part -------------- HTML attachment scrubbed and removed
2017 Jun 07
1
Operating on RC in a list
...rized review, use, disclosure, dissemination, forwarding, printing or copying of this email, and/or any action taken in reliance on the contents of this e-mail is strictly prohibited and may be unlawful. Where permitted by applicable law, this e-mail and other e-mail communications sent to and from Cognizant e-mail addresses may be monitored. [[alternative HTML version deleted]]
2007 Apr 06
1
[LLVMdev] LLVM command options in Visual Studio
...s in Visual Studio Debugging mode. For example, If I want to follow the pass on 'llc -march=x86 hello.bc' in the Visual Studio's debuggin mode, how can I let it know the options such as '-march=x86 hello.bc'? I can set the breakpoint in main() in llc.cpp but I can't let it cognize that I want X86 assembly code from hello.bc. Forgive my ignorance. Thanks, Seung Jae Lee
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
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 looking to apply the latest patch which will get us to 3.6....
2009 Apr 07
1
Simulate binary data for a logistic regression Monte Carlo
Hello, I am trying to simulate binary outcome data for a logistic regression Monte Carlo study. I need to eventually be able to manipulate the structure of the error term to give groups of observations a random effect. Right now I am just doing a very basic set up to make sure I can recover the parameters properly. I am running into trouble with the code below. It works if you take out the object
2019 Feb 08
3
Modifying 7.9p1 to use PAM
...But it appears that the program is not actually built, just packaged, which leaves me with only the default options selected. As this is Fedora, I need to enable PAM. Has anyone done something similar? Can anyone offer some clues on how to proceed? -- Dave Close "They who dream by day are cognizant of many things which escape those who dream only by night." --Edgar Allan Poe
2017 Mar 28
2
A trap for young players with the lapply() function.
...lt;- lapply( X=y, FUN=function(X,x){cos(X*x)}, x=2*pi ) That is of course very sound advice, but it pre-supposes that the user is *aware* that there is a pitfall to be avoided. I was hoping for something that would protect dweebs like myself from the pitfall given that we are too obtuse to be cognizant of its existence. I think that the suggestion I made, in response to a posting by Barry Rowlingson, that the first argument of lapply() be given the name of ".X" rather than just-plain-X, would be (a) effective, and (b) harmless. cheers, Rolf -- Technical Editor ANZJS Department...
2008 Oct 11
5
[LLVMdev] C++ to C?
...neration for the particular target, the actual x86 instructions which are generated may access memory "differently" than your interpretation of the LLVM IR would; generally this would be because the source code didn't constrain things appropriately (volatile) but it is something to be cognizant of. - Daniel If you have any suggestions I'd appreciate hearing them. I know about the > various PC emulators like BOCHS, but they're doing a lot more than I need. > > Thanks, > M. McDonnell > > --- On *Sat, 10/11/08, Duncan Sands <baldrick at free.fr>* wrote:...
2008 Oct 11
0
[LLVMdev] C++ to C?
...neration for the particular target, the actual x86 instructions which are generated may access memory "differently" than your interpretation of the LLVM IR would; generally this would be because the source code didn't constrain things appropriately (volatile) but it is something to be cognizant of.  - Daniel If you have any suggestions I'd appreciate hearing them. I know about the various PC emulators like BOCHS, but they're doing a lot more than I need.   Thanks, M. McDonnell --- On Sat, 10/11/08, Duncan Sands <baldrick at free.fr> wrote: From: Duncan Sands &l...
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
2004 Mar 26
2
[Bug 819] patch to add kerberos password-changing
...here's a patch that invokes kpasswd in the event the KDC fails to authenticate a user's kerberos-5 password b/c it's expired: it attempts to get a ticket for kadmin/changepw and, if that works, dumps the user into kpasswd instead of passwd note that i don't consider myself security-cognizant enough to have thought through all the ramifications of this and whether it might not be opening up holes. nevertheless, i'm submitting it in case it's not completely demented, so you all can figure out whether to implement it and, hopefully, code it up so it doesn't have the bugs my...
2006 Jun 07
2
dcom95
Trying to run some software. During install it says it needs DCOM95 and attempts to install. Then it halts and tells me DCOM95 is only for Win95, download the latest service pack. How do I proceed? I'd RTFM, but I don't have a clue in the world where it is.
1999 Jan 28
0
Samba 2.0 : Installation on Unisys SMP6400
Hello, We have a server Unix Unisys SMP6400 connected with 60 PC Win95. Samba 1.9.17 installed since Nov 97 is working fine. Now I wish for install Samba 2.0, but the shell "configure" don't recognize our System. I get the following message : # ./configure loading cache ./config.cache checking for gcc... no checking for cc... cc checking whether the C compiler (cc -O ) works... yes checking whether the C compiler (cc -O ) is a cross-compiler... no checking whether we are using GNU C... no chec...