|
These are some questions I've kind of wanted to ask for a while, and I finally am so...
How do you feel when someone basically tells you to "pray the gay away"?
and
How do you react/want to react when people do tell you that?
Anyways, I'm asking because...
Started by George^^ on
, 18 posts
by 13 people.
Answer Snippets (Read the full thread at teenhelp):
|
|
Shep Smith reacts to Mitt Romney reacting to Newt Gingrich quitting
Started by Don't Blink on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at bitoffun):
I agree, politics is like one of those reality shows that's not based on anything... .
Might be some of the truest words ever spoke about politics on tv My moral code is what I think everyone should go by because I don’t feel that I have done anything wrong .
|
|
Let me first say that I have quite a lot of Java experience, but have only recently become interested in functional languages. Recently I've started looking at Scala, which seems like a very nice language.
However, I've been reading about Scala's Actor...
Started by jqno on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
So the previous stack state at the end of the last react can be, and is, wholly discarded it can react, ....
An actor on react does not occupy any thread until it receives something thread is not.
That thread will never do anything.
|
Ask your Facebook Friends
|
Client: You could have included this!
Us: Was not in the specification!
Client: Common Sense!!
Us: ... [SO Soldiers, how should we react?]
N.B. I am a junior programmer. Since my supervisor told me to sit in, I joined. I saw the unsatisfied face of the...
Started by ZiG on
, 22 posts
by 22 people.
Answer Snippets (Read the full thread at stackoverflow):
In terms of your literal....
"how do you react?"
Question 1 - do you want to continue this relationship, release more.
Paid for development time, you can always react to any change and get paid for whatever time it takes of a good chance.
|
|
Is there a way to make logcheck react to something?
For example, let's say I notice a certain pattern to some of the logs, and I think I could easily program some kind of parser to recognize, and then do something, e.g. add a rule to iptables. Is there...
Started by supercheetah on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at serverfault):
It would be pretty easy write a script that checks the logs for Nagios, alerts for certain text, and then... .
I am not sure about log check, but if you set up Nagios monitoring you can also set up Event Handlers , which run scripts under certain conditions .
|
|
I found out how to create a window in Cocoa programmatically but can't figure out how to react to events. The window is not reacting to a Quit request or button click.
I tried adding the following controller and used setDelegate/setTarget without luck...
Started by Daniel Furrer on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
How would you quit a window? This isn't Windows 3; applications can have multiple windows... .
I found out how to create a window in Cocoa programmatically …
Why? Why not just make a nib?
The window is not reacting to a Quit request or button click.
|
|
People often go to extremes. Either they react violently or not at all. By reacting violently, even for the right reasons, we look like the bad guys in the eyes of many. By not reacting, we become doormats and allow ppl to exploit us.
The only solution...
Started by Chisti on
, 7 posts
by 6 people.
Answer Snippets (Read the full thread at religiousforums):
By reacting violently, even for the right.
Either they react violently or not at all.
By reacting violently, even to extremes.
Either they react violently or not at all.
: : People often go to extremes.
|
|
What is the best way to program an immediate reaction to an update to data in a database?
The simplest method I could think of offhand is a thread that checks the database for a particular change to some data and continually waits to check it again for...
Started by Daniel on
, 7 posts
by 6 people.
Answer Snippets (Read the full thread at stackoverflow):
Install the Tamper Data Firefox....
Re your edit: The way applications like Gmail do it is, in fact, with AJAX polling .
Depends on the ability of your DBMS, which you haven't specified, to support them .
Triggers ?
Well, the best way is a database trigger .
|
|
I'm re-writing an MXML item renderer in pure AS. A problem I can't seem to get past is how to have each item renderer react to a change on a static property on the item renderer class. In the MXML version, I have the following binding set up on the item...
Started by Stiggler on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
(If you have to do it that way at all, there are probably a couple ways you could reapproach... .
I don't think it will work on a static.
If you're going to do that, use a singleton instead of static .
I think you need to respond to the "PropertyChanged" event .
|
|
What are good ways to handle user input concurrency?
As the answers to this question already rule out database locking, how do you handle concurrent user inputs in general?
Is locking always a bad idea, even if it is not implemented by row locking? Are...
Started by DR on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
And to understand the theory, I'd recommend Distributed Systems by Couloris et al but there are lots of other... .
If you design these correctly it will handle it for you .
Look for how to handle "transactions" in whatever language/database API you are using .
|