The reason Object-oriented programming seems to help us handle complexity is because it forces us to write code in a specific fashion instead of a huge variety of ways. Task-oriented programming is much more intuitive, which is why programming started that way. Object-orientation takes training...
If you have nothing nice to say, don't say anything at all. Or say "If you have nothing nice to say, don't say anything at all. Or say 'If you have....
Ok. Good luck. I gotta brush up on ACtionscript and get something out in a week. Ive been out of Flash since CS3. And I need to install Windows on my Mac.
As some of you make know, I'm working on XMPP (Jabber) integration for the StackOverflow chat system, as an XMPP component written in Ruby using the xmpp4r package.
I'm struggling with one issue (well, many issues, but one issue at the moment :-) I am taking the JSON feed from the chat and extra...
@MichaelMrozek Don't get me confused. Sure, I'm making a helpful XMPP interface. But I'm also the menace behind the initial version of the /me userscript!
As much as I was enjoying carrying on about the SO chat password before chat launched and how anxious I was to get over there, I find this place is really where I'd rather be :-)
@AidenBell Stop earning privileges, badges and rep. Also unfavorite all your favorite questions, don't add new favorites and delete all your existing posts. You probably shouldn't leave any comments from here on out, either.
Been scratching my head on this for a while....
I have a PDO object with pdo->setAttribute(PDO::ATTR_AUTOCOMMIT,0); as I want to use FOR UPDATE with some InnoDB tables. Reading the MySQL documentation, FOR UPDATE will only lock read rows if:
You are in a transaction
You are not in a trans...
Are you running on *nix? If so, I'd delegate the problem to xmllint. I work with a system that generates xml before sending it over the net; we validate our xml with xmllint, like so:
command = "xmllint #{temp_file_path} --schema #{schema_file_path} --noout 2>&1"
output = `#{com...
Someone hasn't been in chat on a friday... :-)
Spawn a new external process for each chat message!?!
Does his book have practice questions at the end of each chapter to see if you understand the concepts? Somebody should paste a whole set of them into a question on SO and see if he notices
Obviously joking, the theft of the hard work of high-order answerers is morally bankrupt ... but he should release it as CC and advertise jobs in it instead
so not long ago someone left a comment on one of my answers that had the word "couch" in it, a link to wikipedia and i can't seem to find it, is there a way to search comments to just my own answers?