Great Reading in Computer Science
This is a great list of computer science papers.http://www.cs.virginia.edu/~robins/CS_readings.html
posted on http://news.ycombinator.com which is also a great news source.
I just had a Rails 2.3 ActiveRecord::Observer that wasn't configured to be used "spontaneously" get pulled into my running app and get activated.
arch -i386 mdimport /ApplicationsIf you aren't using Snow Leopard just skip the 'arch -i386' and it should work. This will reindex your Applications directory which will enable
brew install rabbitmq sudo gem install amqp sudo gem install carrot(I use homebrew http://github.com/mxcl/homebrew for package management on OSX.) Now start the server.
rabbitmq-serverCreate a server.rb that handles the messages. This server is pretty basic it handles the messages and prints them
ruby server.rbAnd run the client in another window.
ruby client.rbYou should see this show up in the terminal where you ran server.rb :
Message number 0 Message number 1 Message number 2 Message number 3 Message number 4 Message number 5 Message number 6 Message number 7 Message number 8 Message number 9There you have it. A very simple example. Now if you want to send structured data, you may want to try using the