search for: gareth

Displaying 20 results from an estimated 274 matches for "gareth".

2008 Jan 04
7
1.6 cheatsheet
Hey has anyone seen a 1.6 cheatsheet around? Johnathan Snook did a nice 1.5 one but I''ve been working with 1.6 for a while and while I can use prototypejs.org, cheatsheets are handy for jogging memories.. I checked his blog, nothing there for 1.6. Gareth --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Spinoffs" group. To post to this group, send email to rubyonrails-spinoffs-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this grou...
2003 Jun 04
3
Limiting Users
When using windows NT and Netware there are ways of limiting the logins of users such as only allowing them on between 9am - 5pm and limiting maximum concurrent connection to one. Is there a way of enforcing these restrictions through samba or similar? Many thanks Gareth Norman
2006 Jan 07
8
exposing id''d
...f my actions still have the structure where the id''s of things are passed on the url for gets. Whats the best way to avoid the security problems that this creates? I am sure that there are many pages written on this topic but I guess I have been searching for the wrong things. Thanks Gareth -- Posted via http://www.ruby-forum.com/.
2008 Aug 10
2
ANOVA help
...fferent results to someone who I'm comparing with - am I doing what I think I am doing here?? What I think I'm doing is - take the first column (element) and then look at that element between the 6 groups and report F, Pvalue etc..., then move onto the 2nd column and repeat. Thanks -- Gareth Campbell PhD Candidate The University of Auckland P +649 815 3670 M +6421 256 3511 E gareth.campbell@esr.cri.nz gcam032@gmail.com [[alternative HTML version deleted]]
2007 Jun 09
23
hoverclass on droppable zone
Hi guys, I''m trying to make a drag''n''drop portal using sortable element. I would like to apply the "hoverclass" option only on the droppable zone instead of the column border. Any idea a about the solution? Thanks for any help, Sabri --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups
2008 Aug 05
3
Time series, least squares line
...s with some form of representitive date line on the x-axis. I don't think the ts() function will work in this instance as I have missing data. Once I have that data, I want to plot a least squares line with 95% confidence interval bands. Can anyone help with this?? Thanks in advance. -- Gareth Campbell PhD Candidate The University of Auckland P +649 815 3670 M +6421 256 3511 E gareth.campbell@esr.cri.nz gcam032@gmail.com [[alternative HTML version deleted]]
2008 Aug 05
2
95% CI bands on a Lowess smoother
Hi there, I'm plotting some glass RI values just by plotting plot(x) then I put on my lowess smoother lines(lowess(x)) now I want to put on some 95% Confidence Interval bands of the lowess smoother, but don't know how?? Thanks -- Gareth Campbell PhD Candidate The University of Auckland P +649 815 3670 M +6421 256 3511 E gareth.campbell@esr.cri.nz gcam032@gmail.com [[alternative HTML version deleted]]
2004 Oct 05
1
QOS on each interface
I have a firewall with 3 interfaces DMZ, INTERNET, LAN. Does anyone have an example script to do QOS on multiple intefaces using htb? Gareth Segree mailto:Gareth.Segree@gleanerjm.com <mailto:Gareth.Segree@gleanerjm.com> Technical Support Analyst The Gleaner Company Ltd. 7 North Street Kingston Tel: 922-3400
2008 Sep 21
2
Variable Selection for data reduction and discriminant anlaysis
...way that helps me (due to the large number of elements). So I'm trying to do some sort of step-wise variable selection. I would love to hear from someone (possibly a geochemist or similar) who does this regularly to determine the best course of action in R to do this. Thanks very much -- Gareth Campbell PhD Candidate The University of Auckland P +649 815 3670 M +6421 256 3511 E gareth.campbell@esr.cri.nz gcam032@gmail.com [[alternative HTML version deleted]]
2008 Aug 13
2
Naming dataframes, vectors etc within a loop
...form: test.1<-1 test.2<-2 test.3<-3... and so on. I have tried doing things like: test.i test[i] and have tried a paste command, for example paste("test",i, sep="") but this turns it into a factor and you cannot assign the data or anything. Thanks in advance. -- Gareth Campbell PhD Candidate The University of Auckland P +649 815 3670 M +6421 256 3511 E gareth.campbell@esr.cri.nz gcam032@gmail.com [[alternative HTML version deleted]]
2006 Aug 16
3
Reflecting on associations
Is there an easy way to programatically work out the associations on a model? If not, is there a positive reason it was omitted, or is it just something that hasn''t been implemented yet? Thanks Gareth
2004 Oct 05
0
Re: Firefly 1.9.5 released (gARetH baBB)
On Ganeral --> Language correct from "portugese" to "portuguese". Kind regards, Miguel Date: Tue, 5 Oct 2004 09:47:08 +0100 (BST) From: gARetH baBB <hick.asterisk@gink.org> Subject: Re: [Asterisk-Users] Firefly 1.9.5 released To: Asterisk Users Mailing List - Non-Commercial Discussion <asterisk-users@lists.digium.com> Message-ID: <Pine.LNX.4.60.0410050942310.28686@stum.gink.org> Content-Type: TEXT/PLAIN; charset=US-ASCI...
2004 Jul 08
1
Help with dual internet connection
...s -A INPUT -p ALL -d $isp1_ip1 -m state --state ESTABLISHED,RELATED -j ACCEPT Http & ftp works fine but if link1 is down only http works. Why is this? Is there a proper/different way to setup internet access over 2 isp? I need to route mail from the second isp to my mail server is the DMZ? Gareth Segree mailto:Gareth.Segree@gleanerjm.com <mailto:Gareth.Segree@gleanerjm.com> Technical Support Analyst The Gleaner Company Ltd. 7 North Street Kingston Tel: 922-3400
2019 May 06
6
Data Stale issue
...for the system to run without any maintenance or checking up on it? What I mean is, once I've plugged it into my grandmother's house, I'd like to leave it running and forget about it basically - in the knowledge and trust it would notify us if there's ever a power cut! Many thanks Gareth ________________________________ From: Charles Lepple <clepple at gmail.com> Sent: 06 May 2019 13:55 To: Gareth Davies Cc: nut-upsuser at alioth-lists.debian.net Subject: Re: [Nut-upsuser] Data Stale issue On May 6, 2019, at 8:10 AM, Gareth Davies wrote: > > Hello, > > I apolog...
2006 Jan 04
7
variables in layouts
...o each page that uses it. It seems that a better way would be to use an instance variable like I have seen @page_title a lot. I dont want to set this in each and every action so is there a way that I can set it in the super class controller? Maybe in after_filter? What do you guys do? Thanks Gareth -- Posted via http://www.ruby-forum.com/.
2007 Nov 05
1
Combining Density plots
...width and fiddled with this but I can't quite get them how they should look. Needless to say that the sub-populations are smaller (n) than the overall population. Does anyone know how to scale the populations so they all plot on the same scale with the density function? Thanks very much -- Gareth Campbell PhD Candidate The University of Auckland P +649 815 3670 M +6421 256 3511 E gareth.campbell@esr.cri.nz gcam032@gmail.com [[alternative HTML version deleted]]
2008 Aug 10
1
using IF command
...se) row 3 and looks to see if either [3,1] or [3,2] has a zero in it. IF it does have a zero I want the zero to be placed in another matrix in the same position. I know how to do the latter part, I just can't get the if command to look at both cells and deal with them separately. Thanks -- Gareth Campbell PhD Candidate The University of Auckland P +649 815 3670 M +6421 256 3511 E gareth.campbell@esr.cri.nz gcam032@gmail.com [[alternative HTML version deleted]]
2009 Jan 30
1
plotting lines with missing data for x values
..., 5, 9, NA, 3.4, 8, NA, 19, 22, 12, 14, 15.3, 15) if I plot the data plot(x,y) and then I want to join with lines lines(x,y) How do I get it so the points join across the missing x-values? So the line joins, for example, point 1,4 with point 3,5 (i.e across point 2,NA)? Thanks in advance. Gareth Campbell PhD Candidate The University of Auckland P +649 815 3670 M +6421 256 3511 E gareth.campbell@esr.cri.nz gcam032@gmail.com [[alternative HTML version deleted]]
2002 Dec 30
2
Maildir format
...tmp. The problem arrises when I want to view email from another folder, I have a folder called "test" which contains some email also in Maildir format, however when I attempt to view this email I only get an empty listing with the ".." to go one directory up. Thanks. Gareth Greenaway -- "My friends say I should act my age, What's my age again?" Gareth J. Greenaway | gareth at wiked.org
2003 Jan 03
1
Util for pop3 to dovecot?
What I want to do is pop my email off of a Pop3 server and give it to dovecot for imap serving. Does anyone know of a utility that will allow me to do this? I looked at fetchmail but it seems to want to talk to an SMTP server. Thanks, Brad -- Brad Figg - brad at tpi.com 503.601.0235 ext. 105 TriplePoint, Inc. - http://www.tpi.com