search for: heresi

Displaying 20 results from an estimated 35 matches for "heresi".

Did you mean: heres
2006 Jul 25
3
Ruby hangman (was Re: List etiquette question)
"Beast" is more appropriate than you know. It''s definately Frankenstein code. (read: it ain''t pretty, but it works - some of the time). Anyway, it entertains my wife; not sure if hardcore programmers will get anything out of it or not. You might find it interesting (or pointless) that in a complete bastardization of rails'' main reason for being it
2011 Jun 15
5
Config file semantics.
Personally, I find that indenting config files by 3 spaces has a lot of advantages to indenting them by 4 spaces although conventional wisdom might suggest otherwise. Who's with me on this?
2012 Jan 27
1
Help boxplot to add mean, standard error and/or stadard deviation
Dear researchers I wish to plot a box plot without the mean line (the black line) and plot only the mean (red square). Futhermore, is it possible to add standard error and/or stadard deviation? This is an example mytest <- c(2.1,2.6,2.7,3.2,4.1,4.3,5.2,5.1,4.8,1.8,1.4,2.5,2.7,3.1,2.6,2.8) boxplot(mytest,lty = "solid") means <- mean(mytest,na.rm=TRUE) points(means, pch = 22, col
2007 Feb 22
9
specking, speccing, or spec''ing
I vote for spec''ing. Anybody else?
2018 May 09
1
Adding Year-Month-Day to X axis
Helo Greg - I got it with help of your code and I would like to add the value into the boxplot chart. How to do that. y_duration <- c (16.438, 15.321, 12.700, 12.397, 10.795, 9.928, 10.386) On May 09, 2018, at 10:06 AM, Jayaganesh Anbuganapathy <jai6561 at icloud.com> wrote: Actually I would like to get an output on the below snapshot. I have tried various method like points,
2006 Jul 10
4
HABTM vs. using has_many :through
All, I''ve heard recently about has_many :through as a necessary alternative to HABTM (when the join table has it''s own id column, say, in a legacy schema). However, is the prevailing Rails wisdom now that one should use has_many :through in _all_ cases? If so, why? Thanks, Wes -- Posted via http://www.ruby-forum.com/.
2005 Aug 11
8
Newbie Question: Building an Asterisk system to replace an old PBX but using existing phone
I have a brief from a local hotel to build a PBX using Asterisk but they want to use their exisiting telephones and wiring from an old PBX that no longer works. Basically, I can build the system but an looking for a card that will allow for upto 20 extensions to be wired into the back of the PC. Doeas anyone know of a solution to this Sean-- ICQ: 679813 FidoNet: 2:263/950 Jabber:
2006 Jan 24
6
R vs. Excel (R-squared)
Hello All- I found an inconsistency between the R-squared reported in Excel vs. that in R, and I am wondering which (if any) may be correct and if this is a known issue. While it certainly wouldn't surprise me if Excel is just flat out wrong, I just want to make sure since the R- squared reported in R seems surprisingly high. Please let me know if this is the wrong list. Thanks!
2008 Dec 09
3
Rails noob confusion - HTML Form Post to Rails Controller?
I have recently been learning and trying to develop some application parts using Rails. One issue I may have is that one of the potential clients will want to have one of their external web pages POST to the Rails controller. I tried the naive approach - copy the HTML generated for the Rails controller action for doing the same POST (Create of a domain object). I had this working, or so I
2019 Apr 10
4
Short or long hostname ?
Hi, For the last ten years or so, I've defined the short hostname in /etc/hostname and the FQDN in /etc/hosts. Now I wanted to double-check this information, which eventually led me to this page: * https://serverfault.com/questions/331936/setting-the-hostname-fqdn-or-short-name Now I admit I'm even more confused than before. Is there some reliable piece of information on this subject
2019 Apr 10
2
Short or long hostname ?
On 4/10/19 8:23 AM, Simon Matter via CentOS wrote: >> Hi, >> >> For the last ten years or so, I've defined the short hostname in >> /etc/hostname and the FQDN in /etc/hosts. Now I wanted to double-check >> this information, which eventually led me to this page: >> >> * >>
2003 Apr 13
5
2 questions...
I know this is a freeBSD mailing list, but I didn't know where else to ask this question. I've recently switch to FreeBSD 4.8 (great OS btw), and I've been so pleasantly surprised that i'm now planning to switch over my dad's firm over to freeBSD. There computers/software are rapidly getting old and obselete, and microsoft's price/security is...well expensive/crap.
2019 Apr 10
0
Short or long hostname ?
> Hi, > > For the last ten years or so, I've defined the short hostname in > /etc/hostname and the FQDN in /etc/hosts. Now I wanted to double-check > this information, which eventually led me to this page: > > * > https://serverfault.com/questions/331936/setting-the-hostname-fqdn-or-short-name > > Now I admit I'm even more confused than before. > > Is
2006 Jun 20
0
newbie questions re. setting up a 2-node HA cluster
Hi Folks, Following up a bit on the GFS vs. EVMS thread from last month... Hi Folks, I''m about to migrate from a dedicated RH9 server (mostly email, list serving, web serving) to a couple of new machines that I''ll be deploying in a colocation arrangement - with a lot more control over configuration. My current box is pretty basic - using RAID-1 and nightly backups to
2002 Sep 13
0
Rsync 2.5.5 (Digital Unix 4.0f) Large Filesets...
Hi, I've been trying to use rsync to backup the content of a large web application on our Digital unix servers. I'm having some success but the main problem is the sheer number of files and subdirectories which must be copied/maintained between the two servers (one is our standby system). Believe it or not there are in excess of 7.5 million files/directories which must be synced between
2019 Apr 10
0
Short or long hostname ?
> > > On 4/10/19 8:23 AM, Simon Matter via CentOS wrote: >>> Hi, >>> >>> For the last ten years or so, I've defined the short hostname in >>> /etc/hostname and the FQDN in /etc/hosts. Now I wanted to double-check >>> this information, which eventually led me to this page: >>> >>> * >>>
2002 Feb 04
0
Re: 2GB of Waste? How can it be? -- some JFS are worse than non-JFS
"IT3 Stuart Blake Tener, USNR-R" wrote: > In terms of enterprise reliability, I understand, however, having an > "office recommended journaling filesystem", Some journaling filesystems can be _worse_ than non-journaled. If the recovery mechanism of the JFS is to "aggressively" go to the journal, journal mis-reads can _toast_ a filesystem. I'll take a full
2000 Sep 21
2
qqnorm(), is it "backwards"?
Hello R friends, I'm wondering why I get funny qqnorm() results. It seems that they should all be reflected in the normal qqline(). For instance: if I qqnorm() bimodal or uniform data I get a sigmoidal in which the qqnorm() points lie above the qqline() at -ve theoretical quantiles, and the qqnorm() points lie below the qqline() at +ve theoretical quantiles. Yet I expect such platykurtic
2006 Apr 13
2
Plotting positions in qqnorm?
Do you know of a reference that discusses alternative choices for plotting positions for a normal probability plot? The documentation for qqnorm says it calls ppoints, which returns qnorm((1:m-a)/(m+1-2*a)) with "a" = ifelse(n<=10, 3/8, 1/2)? The help pages for qqnorm and ppoints just refer to Becker, Chambers and Wilks (1988) The New S Language (Wadsworth & Brooks/Cole),
2003 Jun 15
1
Samba on A SGI Indy Cyclone IRIX system???
Hi there: We have recently inherited a circa 1996 SGI Indy Colorbus Cyclone running on Irix. Our intention is to use this unit to drive our Canon CLC900 Scanner Copier and make it accessible to our Windows Network. At the moment, our Windows Network does not "see" the Cyclone & vice versa. I have read that installing some kind of Windows Samba client onto our windows