search for: mattp

Displaying 7 results from an estimated 7 matches for "mattp".

Did you mean: matt
2002 Nov 11
3
Wind roses
Are there any R function or packages that generate wind roses? These are ``star''-like plots that summarize the frequency, direction and magnigude of windspeeds. Thanks, Matt -- Matt Pocernich University of Colorado - Denver Department of Mathematics -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read
2006 Aug 16
7
Forward of moderated message
...ll method from rails through the middlwman. If you want to just fire and forget a worker then you want to call kill within the worker when it is done working. Other then that your code is fine. Give it another shot with some sleep in the loop. Cheers- -Ezra On Aug 16, 2006, at 10:25 AM, mattp at digimonkey.com wrote: > Weird is, I had it working a second ago and then reloaded the > webrick server and now it''s erroring out with: > > NoMethodError (You have a nil object when you didn''t expect it! > The error occured while evaluating nil.progress): >...
2003 Mar 22
22
SecuRemote and Shorewall Problem
...| | | | +---------------+ | | Corporte | | | Web Server | | | +------+ | | +---------------+ 10.32.16.20 mjp -- Matt Perry mattp@pobox.com -------------- next part -------------- ACCEPT fw net tcp 53 ACCEPT fw net udp 53 ACCEPT loc fw tcp 22 ACCEPT loc fw icmp 8 ACCEPT fw loc icmp 8 ACCEPT fw net icmp 8 # Permit SecuRemote Connection DNAT net:208.25.39.13 loc:68.53.82.13 50 DNAT net:208.25.39.13 loc:68....
2006 Aug 16
1
newbie needs help
I''m sure this is the billionth newbie help request on here, but I sure am hitting my head against the wall on this. I''ve tried numberous of Ezra''s examples that I was able to find online. The best I''m able to get is nothing happens and development log says: NoMethodError (undefined method `progress'' for #<PingWorker:0x3a786c0>):
2004 Sep 18
2
3.0.7: PANIC: deferred_open_entries_identical: logic error
...b53ae9] Sep 17 08:52:45 c smbd[29165]: #12 /lib/tls/libc.so.6(__libc_start_main+0xe4) [0x365ad4] Sep 17 08:52:45 c smbd[29165]: #13 smbd [0x951202] -- Matt Phillips <matt.phillips@ict.om.org> International Coordinating Team, Operation Mobilisation Public PGP Key: http://moses.om.org/~mattp/gpg.asc
2006 Nov 16
12
OSX requires sudo for using ports < 1024
I assume some of you have run into this error before when trying to run mongrel on port 80 (or another port < 1024) in OSX: $ mongrel_rails start -p 80 ** Starting Mongrel listening at 0.0.0.0:80 /usr/local/lib/ruby/gems/1.8/gems/mongrel-0.3.14/lib/mongrel/tcphack.rb:12:in `initialize_without_backlog'': Permission denied - bind(2) (Errno::EACCES) from
2006 Sep 06
0
rescue?
Probably a simple question, but humor me: Let''s say I have a page (in Rails) that lets a user type a shell command (say, ''ping blah.com'') into a form and it fires off a worker that then updates that page using AJAX (all of this is working so far). How would I correctly wrap the worker in a begin..rescue so that it spits out ''invalid command''