search for: hoar

Displaying 20 results from an estimated 106 matches for "hoar".

Did you mean: hear
2015 Nov 26
2
install rrdtools-devel / rrdtool-perl
On 11/26/2015 10:18 AM, Tris Hoar wrote: > To access RHN you will need a support agreement with Red Hat. You > could use the packages from Centos, but it would be better to just > rebuild the server if you are going down that route. long ago, far away, I successfully converted several RHEL boxes to CentOS by making a...
2006 Nov 01
4
[LLVMdev] LLVM / C--
...ssing many major features), >instability/bugginess, poor performance (both time to compile and the >generated code), lack of high-level optimizations, lack of ABI >compatibility with the native tools, lack of C++ frontend support, and the >small size of its community. To quote Tony Hoare : "premature optimization is the root of all evil." http://www.acm.org/ubiquity/views/v7i24_fallacy.html "That would then force us to choose a versatile target architecture (such as PPC) and minimize architecture-dependent optimizations." http://www.cs.ualberta.ca/~pengzhao...
2001 Jun 04
0
Re: unix R CMD check problem
...I was using a newer feature of S-PLUS that is not supported in R, or at least was generating the parse error. replace all a = b with a <- b (except in arguments, naturally ...) Sorry to bother anyone ... smooth sailing ahead. > Date: Mon, 4 Jun 2001 10:03:56 -0600 (MDT) > From: Tim Hoar <thoar at cgd.ucar.edu> > Reply-To: Tim Hoar <thoar at ucar.edu> > To: r-help at lists.R-project.org > Subject: unix R CMD check problem > > I am just getting familiar with R and am running into a problem. > > I have several S functions I would like to port to R and...
2009 May 11
1
3d Scatterplot using rgl
...9 10.8 8.7 9.3 95 98 47 1.5 NA 0.9 0.7 0.8 0.1 96 93 51 0.1 NA NA NA NA NA If I use plot3d(swadt[,1],swadt[,2],swadt[,3],size=swadt[,4]) I get the following error Error in rgl.numeric(size) : size must be a single numeric value Is there a way of plotting this? Thanks Zoe Hoare [[alternative HTML version deleted]]
2005 Mar 15
2
syntax error in memory.c when building R-devel on AIX
OK, this is really a new one for me. Just thought I'd try building R-devel (2005-03-15) on our AIX power machines and see if there are any problems. I used the settings in the Appendix B of R-admin, using the set of variables that Tim Hoar used (i.e., trying to build 64-bit R using native compilers). configure ran fine, but `gmake' gave me a syntax error when compiling src/main/memory.c. The offending line seems to be: Rboolean success = FALSE; Can anyone provide pointers? (Just to make sure, I tried building it on our...
2013 Oct 05
2
bridged networking doesn't bring up eth0: RTNETLINK answers: File exists
...81.1 -- Brian Lavender http://www.brie.com/brian/ "There are two ways of constructing a software design. One way is to make it so simple that there are obviously no deficiencies. And the other way is to make it so complicated that there are no obvious deficiencies." Professor C. A. R. Hoare The 1980 Turing award lecture
2015 May 14
2
C7 and fstab
Il 14/05/2015 13:40, Tris Hoar ha scritto: > On 14/05/2015 10:16, Alessandro Baggi wrote: >> Hi List, >> I've installed C7.1 and today configuring fstab for another disk I get >> this: >> >> UUID=d5ff30df-9e1d-4fc8-99b6-845ffa6509db / xfs >> defaults 0 0 &gt...
2015 May 13
2
Firefox 38 and Older TLS sites
On 05/13/2015 06:57 AM, Tris Hoar wrote: > On 13/05/2015 11:12, Johnny Hughes wrote: >> All, >> >> Red Hat released the source code for Firefox 38. We have (or willbe >> today) releasing this for CentOS-5, CentOS-6, and CentOS-7. >> >> It does not, by default, connect to https sites with TLS...
2015 Nov 26
1
install rrdtools-devel / rrdtool-perl / SOLVED
what I did is to take note of exaclty the same package that were installed on mi centos 7. Then I download the 3 packages on my rhel , and installed in the same order with rpm. I worked ... Thanks. On 26/11/15 15:24, Tris Hoar wrote: > On 26/11/2015 18:22, John R Pierce wrote: >> On 11/26/2015 10:18 AM, Tris Hoar wrote: >>> To access RHN you will need a support agreement with Red Hat. You >>> could use the packages from Centos, but it would be better to just >>> rebuild the server if y...
2002 Feb 04
1
installing version 1.4.1
...zxvf R-1.4.1.tgz "R-1.4.1/date-stamp" R-1.4.1/date-stamp gtar: R-1.4.1/date-stamp: Could not create file: Permission denied gtar: Error exit delayed from previous errors Is there some problem with R-1.4.1/date-stamp ? Can't imagine it is a deal-breaker, but ... Tim ## Tim Hoar, Associate Scientist email: thoar at ucar.edu ## ## Geophysical Statistics Project phone: 303-497-1708 ## ## National Center for Atmospheric Research FAX : 303-497-1333 ## ## Boulder, CO 80307 http://www.cgd.ucar.edu/~thoar ## -.-.-.-...
2006 Nov 01
0
[LLVMdev] LLVM / C--
...), > >instability/bugginess, poor performance (both time to compile and the > >generated code), lack of high-level optimizations, lack of ABI > >compatibility with the native tools, lack of C++ frontend support, and the > >small size of its community. > > To quote Tony Hoare : > > "premature optimization is the root of all evil." > You are taking that quote out of context. Hoare is refering to people who try to optimize their code before making sure that it runs correctly, not an optimizing compiler (such as LLVM). (Of course, if you don't want...
2015 Apr 23
1
semi-OT: t-bird mime type on .pdf attachment is wrong
Tris Hoar wrote: > On 22/04/2015 19:25, m.roth at 5-cent.us wrote: >> I was sending my manager a copy of a form, and attached it (not inline), >> using -t-bird, and he complains it didn't want to open. Looking at the >> message source, t-bird had decided that the mime type was all/al...
2002 Apr 30
1
JPEG library wierdness
...ng, file="~/test.png") creates a bad (short) png file ... > png() > plot(1:10) > dev.off() null device 1 > plot(1:10) > dev.print(png,file="test.png") X11 2 > dev.off() null device 1 results in two very different files: -rw-r--r-- 1 thoar cgdcas 1804 Apr 30 11:34 Rplot.png -rw-r--r-- 1 thoar cgdcas 92 Apr 30 11:35 test.png Sincerely -- Tim ## Tim Hoar, Associate Scientist email: thoar at ucar.edu ## ## Geophysical Statistics Project phone: 303-497-1708 ## ## National Center fo...
2001 Dec 06
2
Solaris install problem ... mcount
...ts; list.c: ans = allocVector(STRSXP, ItemCounts); list.c: ItemCounts = 0; list.c: if(ItemCounts != savecount) { list.c: ans = allocVector(STRSXP, ItemCounts); list.c: for(i = 0 ; i < ItemCounts ; i++) 0[216]0 nightingale:/<1>R-1.3.1/src/main > Any help? Thanks -- Tim ## Tim Hoar, Associate Scientist email: thoar at ucar.edu ## ## Geophysical Statistics Project phone: 303-497-1708 ## ## National Center for Atmospheric Research FAX : 303-497-1333 ## ## Boulder, CO 80307 http://www.cgd.ucar.edu/~thoar ## -.-.-.-...
2016 Oct 14
2
CentOS 7/GNOME 3 customise top panel
On 14/10/16 16:23, Tris Hoar wrote: > On 14/10/2016 13:39, Toralf Lund wrote: >> Hi, >> >> Is there any way to customise the top panel in CentOS 7 with GNOME 3 >> (which I recently tried for the first time)? Specifically, I want to add >> "application launchers", as it will make start...
2015 May 20
2
I Have Multiple Ips But Can Only Telnet to One Interface. Not the subinterface. How to Fix?
...= $myhostname, localhost inet_interfaces = 172.30.1.65 # Enable IPv4, and IPv6 if supported inet_protocols = all -- Mike McKoy *404.590.7176* http://MyForeverHair.com http://www.MyModelTalk.com http://InCrowdUSA.net http://www.google.com/profiles/mikemckoy On Wed, May 20, 2015 at 7:59 AM, Tris Hoar <trishoar at bgfl.org> wrote: > On 20/05/2015 11:41, Mike McKoy wrote: > >> [root at mail1 log]# netstat -plnt |grep :25 >> tcp 0 0 172.30.1.113:25 0.0.0.0:* LISTEN 18800/master >> tcp 0 0 127.0.0.1:25 0.0.0.0:* LISTEN 18800/master >> > > You are not liste...
2015 Nov 06
1
getting a CentOS6 VM on VMware ESXi platform to recognize a new disk device
On Thu, Nov 5, 2015 at 8:23 AM, Tris Hoar <trishoar at bgfl.org> wrote: > On 04/11/2015 20:59, John R Pierce wrote: > >> On 11/4/2015 12:52 PM, Boris Epstein wrote: >> >>> I don't get this for some reason... not even sure why. ESXi's default >>> behaviour seems to be to allow hotplug, that...
2018 Feb 20
2
Sip cause and response codes in dialplan
Hi, I am experimenting with getting hold of the sip cause and sip response from outgoing call. How could i make a userevent printing the sip cause and/or sip response. I have tried using hangupcause, sip_cause and such , but i am not getting any data. I would at least like to use the q.850 reason codes in the dialplan which i now am unable to do. Any help appreciated. [Beskrivning: Fogwise -
2015 Feb 18
2
Master - Slave Split DNS
On Feb 18, 2015 7:43 PM, "Tris Hoar" <trishoar at bgfl.org> wrote: > > On 18/02/2015 07:17, aditya hilman wrote: >> >> Hi folks, >> >> I've already configured split DNS for internal-view and external-view. Also >> already configured the master - slave dns. >> But i've probl...
2016 Oct 14
1
CentOS 7/GNOME 3 customise top panel
On 14/10/2016 15:45, Toralf Lund wrote: > On 14/10/16 16:23, Tris Hoar wrote: >> On 14/10/2016 13:39, Toralf Lund wrote: >>> Hi, >>> >>> Is there any way to customise the top panel in CentOS 7 with GNOME 3 >>> (which I recently tried for the first time)? Specifically, I want to add >>> "application launchers&quot...