search for: reacting

Displaying 20 results from an estimated 1051 matches for "reacting".

Did you mean: reaching
2007 Jan 25
2
React on select_tag (onchange)
Hi, I''m new in developint rails (but I love rails). I would like to react on changing a field in the view (no model field) from a selection box to show the number of rows (which I used in the controller). In the controller I read the params-hash: ... @rowsperpage = params[''rowsperpage''].to_i ... In the view I have the field, where I like to react directly. ...
2011 Sep 19
2
Poisson-Gamma computation (parameters and likelihood)
Good afternoon/morning readers. This is the first time I am trying to run some Bayesian computation in R, and am experiencing a few problems. I am working on a Poisson model for cancer rates which has a conjugate Gamma prior. 1) The first question is precisely how I work out the parameters. #Suppose I assign values to theta with *seq()* *theta<-seq(0,1,len=500)* #Then I try out the
2001 Jul 18
3
App doesn't react
Hi all, I've downloaded the sources of Wine-20010510 and installed them successfully (I think). But when running a Windows-app, the window is in screen, but doesn't react to my input, like mouse-clicking or typing on the keyboard. Is this a known prob? Thanks in advance, Bram Schoenmakers :-( ;-) :-)
2004 Jan 08
0
nmbd reacts to its own broadcasts?
...ES! The time of the log entry was the time of the last of the series of packets. But the 2nd and 3rd packets arrived only 0.0005 s apart. Although all 5 names I was registering had similar series of packets and timings, I would only receive log messages for 2 of them. I suspected that nmbd was reacting to a packet it originated itself. So I set up iptables to drop all incoming trafic from my own ip address. When I started SAMBA, I reveived hits on my new IP filter, the SAMBA log messages stopped, and the delays between the registration packets for each name became 2, 1, and 1 s. Problem solve...
2005 Aug 09
1
Droppable refuse to react
Im having problems with Droppables, and read that there are some attributes on the element that must be inline. What are those? I''ve tried to copy some of the code from the shop-demo, and my code seems to have the exact same attributes and more. The problem is that the droppable refuse to react whenever I attempt to drop a draggable on it, the onDrop does''nt seem to trigger.
2006 Jun 09
0
Need to react to row additions in dbase table
Hello, I need my rails app to react to row additions on table in the dbase. Is there an elegant way to handle this in rails? Essentially I am treating the table as a sort of queue from which I pull items and process, one at a time. Thanks, Doug -- Posted via http://www.ruby-forum.com/.
2004 Jan 12
1
Asterisk Voicemail that reacts to my AIM status
I hacked together a system, using an AGI script written in PHP, that looks up my AOL Instant Messenger (or in my case iChat) status, and, if I'm online, plays a different voicemail message (i.e. "Peter's here") than if I'm offline (i.e. "Sorry, Peter's not here"). Code and explanation at: http://www.reinvented.net/labs/article/1832 Peter Rukavina
2024 Apr 18
0
Reacting to / Logging the peer's Version String?
Hello everyone, I seem to remember that, quite some while back, there were provisions in OpenSSH to look at the version string in the peer's hello and activate compatibility options for peer software that needed them. Now, with CVE-2024-31497, I would like to have a look at the version strings of clients and servers other organizations use to exchange data with us; I remember
2006 Apr 06
1
observer doesn''t react
i followed the observer documentation [1] and created, and registered an observer. i had to realise that the observer doesn''t work at all -- in fact the rails application does not even start -- with acts_as_taggable, for whatever reason. i must admit that i''m still using ruby 1.8.2. however, after commenting the acts_as_taggable instruction out the application runs smoothly
1998 Oct 05
0
R-beta: reacting to spam
I've already had some pretty effective spam filters (no, I don't tell here which ones.. ``the spammers are listening'') but this one again splipped, since they now used a seemingly harmless "From: ..". and -- yes: R-help received it twice, one through R-announce. I'll try to change that one at least. I've increased the filters against itcmex.com..
2003 Sep 26
0
X100P: Can I detect/react to CLASS "you got voicemail" signals?
The subject says it all... I have an X100P and I have (for now anyway) Bell Canada's Call Answer which will notify you through one of those nifty CLASS signals that you either do or do not have voicemail. This is not only a "stuttering dialtone" but some actual signal passed so CLASS-aware phones can detect it and flash their message waiting indicator. I'd like to detect
2005 Mar 16
0
Meetme doesn't react to DTMF keys
Hi, I am playing with conferencing, but might have hit a bug... Any use who wants to hang up or leave the conference should press the # key, after which they get a "goodbye" message and the call gets disconnected. However, this does not happen. whatever keys are pressed by whichever party gets heard on every other party. I am using Zap channels (Digium T405p) My extensions.conf
2005 Jun 25
3
* 1.0.8: no more reacting to callerid?
It's not just you. Same thing happens here. I went back to 1.0.7. Stefan Gofferje wrote: > Hi folks, > > I used to have some constructions like > > exten => number/callerid,1,Goto(somewhere) > > After updating to 1.0.8 those does not work any more. > Any hints? > > Regards, > Stefan >
2009 Mar 17
0
ATA react to phone but unresponsive to fax modem [SOLVED]
2009/3/17 Olivier <oza-4h07 at myamail.com> > > > 2009/3/16 Olivier <oza-4h07 at myamail.com> > > Hi, >> >> I'm rather new to this domain so I may be doing stupid things without >> being concious of that. >> >> I've got a Patton MATA I'm trying to setup as T.38 fax adapter. >> Whenever I connect a fax machine (Dell
2007 Mar 29
0
(PR#9578) rbind.data.frame reacts on levels without
In your data frames, 'y' is a category and the following comment in the code makes clear this is deliberate. if( !is.null(levels(xj)) ) { all.levs[[j]] <- levels(xj) facCol[j] <- TRUE # turn categories into factors } else facCol[j] <- is.factor(xj) The behaviour is compatible with S apart from the comment in the R help
2009 Mar 16
1
ATA react to phone but unresponsive to fax modem
Hi, I'm rather new to this domain so I may be doing stupid things without being concious of that. I've got a Patton MATA I'm trying to setup as T.38 fax adapter. Whenever I connect a fax machine (Dell MFP1815dn) or a phone to it, I can successfully send a fax or talk to the other end. Whenever I connect a fax modem (Dell Inspiron 6400 laptop), I keep getting "No signal. Line is
2019 Aug 06
1
[nbdkit PATCH] tests: Test for faster shutdown
The test relies on the timeout program. Also, since the nbdkit_nanosleep code relies on the Linux extension POLLRDHUP to detect early client closure, we may have to relax that part of the test when porting to platforms that lack ppoll/POLLRDHUP. (That is, while we should still be able to let a signal to the server shut down nbdkit quickly, it's harder to let a client close()ing its end cause
2005 Aug 22
4
grandstream bt100 help
Hi Guys, Sorry about writing to that list but could not find better place. I have Grandstream BT-100 phone, btw, was working great with Asterisk. I have upgraded the phone, and during upgrade something went wrong. Right now when I power the phone I can only see some garbage on the LCD display. does not react on any buttons, pings,..... Maybe somebody has any idea if it is fixable or I can just
2007 Mar 21
1
rbind.data.frame reacts on levels without factor (PR#9578)
Full_Name: Lutz Prechelt Version: 2.4.1 OS: Windows XP Submission from: (NULL) (160.45.111.67) I stack a number of data.frames using rbind. Each of these dataframes has a column 'authorname', which is a factor and a column author = unclass(authorname) as piecewise pseudonyms. When using rbind to stack these dataframes, R warns about invalid factor levels and inserts all NAs in the author
2009 Mar 06
5
How to verify availability of the DID connection?
Hi all, Occasionally, DIDs from different providers stop working for some reason. I would like to be able to monitor situations like that and react before any of my clients start going ballistic on me. Any ideas? Scripts you know of or wrote and willing to share? Any info?would be greatly appreciated. ? Robert ? -------------- next part -------------- An HTML attachment was scrubbed... URL: