search for: trevor

Displaying 20 results from an estimated 781 matches for "trevor".

Did you mean: trever
2005 Mar 18
1
newbie question on ActionMailer
...ations::deliver(mail) redirect_to :controller => "contact", :action => "index" end My "Notifications" contact_us method is: def contact_us() @subject = ''Notifications#contact_us'' @body = {} @recipients = ''trevor@real_name_protected.com'' @from = ''test@real_name_protected.com'' @sent_on = Time.now @headers = {} end and my view for "contact_us" is a simple, non-parameterised message of success. Unfortunately I get the following stack trace (...
2005 Aug 09
8
Digest reading is tedious
...the topics list is a set of pointers, and clicking on a topic takes you to that entry. I can think of at least one way to do this via web pages, but I bet those with more web skills than me can come up with an elegant solution. -------------------------------------------------------------------   Trevor Hastie                                  hastie@stanford.edu    Professor, Department of Statistics, Stanford University   Phone: (650) 725-2231 (Statistics)          Fax: (650) 725-8977    (650) 498-5233 (Biostatistics)   Fax: (650) 725-6951   URL: http://www-stat.stanford.edu/~hastie    address...
2006 Apr 11
11
I can''t get rails to see my plugin. How can I this?
I''m trying to produce a plugin to help me with my page caching woes. I can''t seem to get rails to see my method within the plugin. This is my first attempt at a plugin so I''m sure I''m missing something. I''ve created a directory /vendor/lib/plugins/broom_stick/. I then created an init.rb file with: require ''broom_stick'' I then
2004 Sep 27
9
masq - pings and connections get dropped after PREROUTING?
Hello, I have a pretty standard two-interface setup with masquerading, so the local network can connect through the firewall to the Internet. On the firewall box (trevor), eth0 is connected to a cable modem and eth1 is connected to the local network via a crossed cable. There is one other machine on the local network (brian), whose eth0 is at the other end of the crossed cable. I used to have shorewall configured so that connections from brian were correctly masq...
2002 Sep 10
1
Fw: Problem joing a W2KSP1 client to a Samba PDC (2.2.5).
The Virus controllers wouldn't let me send the attachment... ----- Original Message ----- From: "Trevor Fraser" <trevor@systematic.co.za> To: "Tommy Eriksson" <tommy.eriksson@ctakt.com> Cc: <samba@lists.samba.org> Sent: Tuesday, September 10, 2002 6:32 PM Subject: Re: [Samba] Problem joing a W2KSP1 client to a Samba PDC (2.2.5). > Hi Tommy. > > It's a r...
2011 Jan 15
2
[LLVMdev] Fw: LLVM GC
Forgot to CC the list. ----- Forwarded Message ---- > From: Samuel Crow <samuraileumas at yahoo.com> > To: Trevor Elliott <trevor at galois.com> > Sent: Fri, January 14, 2011 7:33:15 PM > Subject: Re: [LLVMdev] LLVM GC > > Hi Trevor, > > Are you linking with LibStdC++ or LibC++? That is a requirement for running > code that has been compiled from C++ to bitcode. > > Hope...
2003 Jun 14
15
herz the script that i have done.
Hello there, Having made quite a lot of expensive mistakes i have finally clobbered together a script for the users on my network. Have a look at it and please suggest as to how can i limit bandwidth to each ip on this network to about 64Kbits. Trevor -- ( >- GNU/LINUX, It''s all about CHOICE -< ) /~\ __ trevor@clovertechnologies.com __ /~\ | \) / Pre Sales Consultant - Red Hat \ (/ | |_|_ \ 9820349221(M) | 22881326(O) / _|_| \___________________________________/
2006 Mar 01
5
validations without AR - going crazy trying to find link
Hi, in the past few months someone posted an entry on their blog about how to do validations in non-AR classes and I cant find it any more. Anyone have a link? Thanks, Trevor -- Trevor Squires http://somethinglearned.com
2011 Jan 17
0
[LLVMdev] Fw: LLVM GC
...hen the stack trace gets generated. The function that it complains about, @main, is the main function from my runtime. When disassembled with llvm-dis, it doesn't have a gc attribute on the declaration. Should it still be getting processed by the "shadow-stack" strategy? Thanks! --trevor On 01/14/2011 05:33 PM, Samuel Crow wrote: > Forgot to CC the list. > > > ----- Forwarded Message ---- >> From: Samuel Crow <samuraileumas at yahoo.com> >> To: Trevor Elliott <trevor at galois.com> >> Sent: Fri, January 14, 2011 7:33:15 PM >> Subj...
2008 Jul 30
6
Refreshonly question
...;/etc/foo": notify => Exec["bar"] } exec { "bar": command => "Do stuff to /etc/foo", refreshonly => true } Should I use a fact that is unset based on a file''s presence or does someone have a more elegant way of doing this? Thanks, Trevor --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to puppet-users@googlegroups.com To unsubscribe from this group, send email to puppet-users+unsubscribe@...
2010 Feb 09
3
[LLVMdev] Mapping bitcode to source code
...function no longer exists in 2.7, and 2.6 has no "metadata" descriptors. Is there any information about these changes and why they were necessary? Also, is there an API for accessing the debug info? I looked through the Programmer's Manual but didn't see anything. Thanks, Trevor
2005 Feb 15
7
Extra sounds (Weather)
Does anyone know of a AGI script that takes advantage of the weather sound files that's included with the extra sound files available from www.loligo.com/asterisk/sounds/ <http://www.loligo.com/asterisk/sounds/> ? Thank, Jeramie -------------- next part -------------- An HTML attachment was scrubbed... URL:
2005 Dec 13
3
Age of an object?
It would be nice to have a date stamp on an object. In S/Splus this was always available, because objects were files. I have looked around, but I presume this information is not available. -------------------------------------------------------------------- Trevor Hastie hastie at stanford.edu Professor, Department of Statistics, Stanford University Phone: (650) 725-2231 (Statistics) Fax: (650) 725-8977 (650) 498-5233 (Biostatistics) Fax: (650) 725-6951 URL: http://www-stat.stanford.edu/~hastie address: r...
2010 Mar 17
3
R Advanced Programming Course in USA
Hi folks, I am working on my student internship to USA, california and would like to attend a R Advanced Programming course while I am in USA. Where can I find such a course. I am new to this list. Trevor O'brien >From Ireland. [[alternative HTML version deleted]]
2010 Feb 09
0
[LLVMdev] Mapping bitcode to source code
On Feb 9, 2010, at 11:13 AM, Trevor Harmon wrote: > Is there any information about these changes and why they were > necessary? I think I found it: http://nondot.org/~sabre/LLVMNotes/EmbeddedMetadata.txt Still looking for an API to access the metadata... Trevor
2002 Aug 16
1
Fw: Directory missing on RH 7.3
Aaaah, thanks. When someone writes one sentence that solves the whole day of problems, it makes you realise the power of knowledge! Thanks again, Trevor. ======================= Stussy said:"Knowledge is King!" =======================
2006 Apr 19
8
Module and Model
I am getting the following error /usr/lib/ruby/gems/1.8/gems/activerecord-1.14.2/lib/active_record/base.rb:1129:in `method_missing'': undefined method `directory?'' for Msg::File:Class (NoMethodError) I have a model called Msg::File in models/msg/file.rb, and I have a file in lib/msg/helper.rb which references to both Msg::File and File.directory? How do I help activerecord
2013 May 29
5
Developing custom type/providers for multiple OS
Hello all, I am developing a few custom providers for some features that I need into my system (such as dealing with different zipped files or generating some JSON data based on OS files) and I have hit into a question about "how to do this for multiple OS?" Lets focus into the zipped file provider that should provide a common method to pack or unpack zipped files (tar, tar.gz,
2003 Oct 15
4
Compile of OpenSSH 3.7.1p2 failing - TRU64 5.1A
...wing error message when trying to 'make' OpenSSH 3.7.1p2: cc: Severe: compress.c, line 19: Cannot find file "zlib.h" specified in #include directive. (noinclfilef) #include "zlib.h" -^ *** Exit 1 Stop. What can I do to get this to compile correctly? Thanks in advance, Trevor Strickland trevor.strickland at ed.gov
2003 Aug 13
7
Regexpr with "."
...ting every character in the string as if it were decimal. I didn't see anything in the help file about "." being some kind of special character. Any idea why R is treating a decimal this way in these functions? Any suggestions how to get around this? Thanks for any suggestions. -Trevor [[alternative HTML version deleted]]