search for: dwyer

Displaying 20 results from an estimated 32 matches for "dwyer".

2018 Jan 19
7
how to search r-help?
...site has many references but I don't see how to search r-help from there. 3. The http://www.mail-archive.com/r-help at stat.math.ethz.ch/ site seems to stop back in December 2007. 4. I cannot get anything useful from http://dir.gmane.org/gmane.comp.lang.r.general. Thanks. - Mark Dwyer [[alternative HTML version deleted]]
2011 Nov 11
3
[LLVMdev] Misaligned SSE store problem (with reduced source)
...at IR? Note that removing the last alloca of %f or the jump to post-block both cause the resulting assembly to be correct. Note also that specifying -march=x86-64 to llc results in correct code as well. If this is a known problem and has been fixed already, can you point me at the commit? Aaron Dwyer Imagination Technologies -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20111111/93b04cda/attachment.html>
2011 Nov 11
0
[LLVMdev] Misaligned SSE store problem (with reduced source)
On Thu, Nov 10, 2011 at 6:13 PM, Aaron Dwyer <Aaron.Dwyer at imgtec.com> wrote: > Using LLVM 2.9, the following LLVM IR produces invalid x86 32 bit assembly > (a misaligned SSE store). > ; ModuleID = 'MisalignedStore' > define void @MisalignedStore() nounwind readnone { > entry: >   %v = alloca <4 x float&gt...
2018 Jan 19
0
how to search r-help?
Also https://www.r-project.org/posting-guide.html indicates that RSiteSearch() within R searches R-help but in my install (3.4.3) RSiteSearch() only searches? "help pages, vignettes or taskviews" On 19/01/18 10:47, Mark Dwyer wrote: > > I am new to this listand am unable to get the search tools listed on > https://stat.ethz.ch/mailman/listinfo/r-help towork. What do people > use to search the help archives? > > 1. The google search box on http://tolstoy.newcastle.edu.au/~rking/R/ > returns a...
2012 May 24
1
[LLVMdev] JITEventListener destructor location
...e JITEventListener destructor out of JIT.cpp and into JITEventListener.h (like other functions of JITEventListener), the linker is much happier. I'd like to push this change back to LLVM trunk if people think it is good. What do I need to do to gain blessings and permission to do this? Aaron Dwyer Imagination Technologies -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20120524/dae8068e/attachment.html>
2005 Oct 06
2
Error in "15.10 Example of full nat solution with QoS"?
Near the end of section 15.10, the following commands are shown for prioritizing SYN packets: iptables -t mangle -I PREROUTING -p tcp -m tcp --tcp-flags SYN,RST,ACK SYN -j MARK --set-mark 0x1 iptables -t mangle -I PREROUTING -p tcp -m tcp --tcp-flags SYN,RST,ACK SYN -j RETURN Shouldn''t the "-I" option really be "-A"? Like so: iptables -t mangle -A
2018 Jan 19
1
how to search r-help?
Thank you all for these suggestions. The nabble and markmail links are focus(able) on r-help and easy (for me) to use. - Mark On 19/01/18 14:04, John wrote: > On Fri, 19 Jan 2018 10:47:56 -0800 > Mark Dwyer via R-help <r-help at r-project.org> wrote: > >> I am new to this listand am unable to get the search tools listed on >> https://stat.ethz.ch/mailman/listinfo/r-help towork. What do people >> use to search the help archives? >> >> 1. The google search box on...
2011 Mar 03
3
R usage survey
Hi R users, I request members of the R community to consider filling a short survey regarding the use of R. The survey can be found at http://goo.gl/jw1ig Please accept my apologies for posting here for a non-technical reason. The data collected will be suitably analyzed and I'll post a link to the results in the coming weeks. Thank you all for your interest and for sharing your R usage
2008 Feb 21
3
[LLVMdev] LLVM Win32 Issue
Hello all, I'm trying to bring an LLVM-based project that is working on Linux up on Win32. I am having problems with llvm::ExecutionEngine::create returning a NULL. I traced it to these lines: // Unless the interpreter was explicitly selected, try making a JIT. if (!ForceInterpreter && JITCtor) EE = JITCtor(MP, ErrorStr); // If we can't make a JIT, make an
2005 Mar 09
1
Slightly OT - Snom 190 function keys via subscribed config
...ists and google and found nothing useful. I've also read Snom's mass deployment documentation but thats no real help in this case. Cheers, -Shaun -------- Original Message -------- Subject: Snom 190 function keys via subscribed config Date: Tue, 08 Mar 2005 11:15:18 +0800 From: Shaun Dwyer <shaund@wadata.com.au> To: support@snom.de Hi We have bought 5 snom 190 hardphones and I'm in the process of setting up some dynamic configuration scripts for the phones to pull their config from via HTTP. I'm having problems passing settings to the phone with the '<'...
2011 Mar 14
2
*Building* a covariance matrix efficiently
deaRs, I want to build a covariance matrix out of the data from a binary file, that I can read in chunk by chunk, with each chunk containing a single observation vector X. I wonder how to do that most efficiently, avoiding the calculation of the full symmetric matrices XX'. The trivial non-optimal approach boils down to something like: Q <- matrix(rnorm(100000),ncol=200) M <-
2012 Feb 26
1
Matrix problem to extract animal associations
...i.e. "ID11_ID12" should be in a separate group (Group 9) as they don't interact with IDs 2, 6, or 10 (not in below code!) 11 ID11 9 12 ID12 9 I've been trying to figure this out but have drawn a blank. My example code can be found below. Very best wishes, Ross Dr Ross Dwyer Postdoctoral Research Fellow University of Queensland > ### > require(stats) > x <- sample(1:20,10) > y <- sample(1:20,10) > IDs <- sapply(1:10,function(i) paste("ID",i,sep="")) > (DFid <- data.frame(x,y)) x y 1 7 20 2 5 3 3 12 5 4...
2003 Feb 28
1
gprof / prof of shared library
...ll some monitor initialization procedure explicitly? The /var/tmp/foo.so.profile file is never created. I'm using R 1.6.2 and I have the same problem under both SunOS 5.8 and under Red Hat Linux 7.3 with 2.4.18-openmosix4smp kernel. Has anyone had any success with this sort of profiling? Rex Dwyer Syngenta Biotechnology Inc. Research Triangle Park, North Carolina
2000 Mar 30
0
Samba dosn't seem to work when bridging is enabled under FreeBSD 3.4
...ot a configuration problem with the bridge (or anything else) as all other servies work fine. If any one can help me, or give me any suggestions, it would be much appriciated. Regards, Shaun (as I am not subscribed to the mailing list, please e-mail me directly) -- ---------------------- Shaun Dwyer Zeus@quakeclan.net ---------------------- -- ---------------------- Shaun Dwyer Zeus@quakeclan.net ----------------------
2013 Nov 05
1
Help on error (Error: could not find function "kernelUD")
Hello, I am working through examples of generating Home Range using the adehabitatHR package. Everything is going fine until I load the code for the kernelUD function, it looks like this; > data(puechabonsp) > kud <- kernelUD(puechabonsp$relocs[,1], h="href") > kud I then get an error of; Error: could not find function "kernelUD" Any thoughts on what I am
2008 Feb 21
0
[LLVMdev] LLVM Win32 Issue
"Aaron Dwyer" <llvmification at gmail.com> writes: [snip] > JITCtor and InterpCtor are both NULL, so it's obvious why I'm getting > back a NULL execution engine. I am pretty sure it's because I'm > missing a few llvm .lib or .obj files. What is the set of llvm object >...
2018 Jan 19
0
how to search r-help?
On Fri, 19 Jan 2018 10:47:56 -0800 Mark Dwyer via R-help <r-help at r-project.org> wrote: > I am new to this listand am unable to get the search tools listed on > https://stat.ethz.ch/mailman/listinfo/r-help towork. What do people > use to search the help archives? > > 1. The google search box on http://tolstoy.newcast...
2011 Aug 30
1
New UPS for Support List
...off shutdown.stop - Stop a shutdown in progress test.battery.start - Start a battery test test.battery.start.deep - Start a deep battery test test.battery.start.quick - Start a quick battery test test.battery.stop - Stop the battery test If any more info is needed just let me know. Cheers, Simon Dwyer
2011 Aug 30
1
New UPS for Support List
...off shutdown.stop - Stop a shutdown in progress test.battery.start - Start a battery test test.battery.start.deep - Start a deep battery test test.battery.start.quick - Start a quick battery test test.battery.stop - Stop the battery test If any more info is needed just let me know. Cheers, Simon Dwyer
2009 Apr 23
2
Asterisk on Mac OS X
Hello list. I posted this over on the Biz section but some of the members thought I might find more people running Asterisk on the Mac over here. Here's my question: I have looked at PHLink and PhoneValet and neither seem to be able to do what I need, so I am looking at Asterisk. What I want to do is allow callers to call a our phone line and unsubscribe their phone number from our call