ActiveMQ c++ tutorial [closed] - c++

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
Can anyone recommend a good tutorial on JMS with c++ and ActiveMQ?

The examples that ship with the library are also pretty good. They have simple, straightforward examples like a simple async consumer and a simple producer which work together.
http://svn.apache.org/viewvc/activemq/activemq-cpp/trunk/activemq-cpp/src/examples/

To use C++ and JMS together:
http://www.codemesh.com/products/junction/examples/jms.html
http://www.theserverside.com/discussions/thread.tss?thread_id=28570
Well, For ActiveMQ:
http://docs.1060.org/docs/3.3.0/book/tutorial/doc_tutorial_jms.html
http://activemq.apache.org/getting-started.html
and for JMS itself:
http://java.sun.com/products/jms/tutorial/

Related

C++ Scheduler for Arduino Uno [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 8 years ago.
Improve this question
I would like to create/use a light homemade scheduler (in C++) for my program based on Arduino Uno (ATMega328P) : I want to manage my different "tasks" based on a priority task (according the execution time); have you got some examples about that ?
Thank you so much
Anthony
Seems like one of the following should fit your need. Or be a basis for expanding upon.

Opensource Code Example - Django, Backbone.js (and Coffeescript) [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a book, tool, software library, tutorial or other off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 8 years ago.
Improve this question
Are there any open source projects or examples using both django and backbone.js?
I learn best from looking at actual code.
here are some good examples made for django users:
http://lincolnloop.com/blog/2012/jun/5/backbonejs-django-developers/
http://joshbohde.com/blog/backbonejs-and-django
https://github.com/joshbohde/django-backbone-example
http://lanyrd.com/2011/pycodeconf/sghxt/ (this is a presentation by leah culver)
I hope it helps you :)

Video games and movies webservices [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
I'm trying to find a webservice (prefer SOAP) that provides information on videogames and/or movies (need both). I've been trying this for a while and came up with nothing... Does anyone knows one of these?
(I'm trying to avoid HTML parsing from imdb, gamespot, etc...)
Found this: http://www.gamecompare.com/GameCompare.asmx?WSDL

Looking for a good book covering CURL library under c++ [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
are there any good books/tutorials decscribing how to use CURL library under C++ to implement FTP / SFTP clients ? Thx for help.
For the C++ bindings for CURL, see the docs at http://curlpp.org/ . There are extensive examples there; no need to get a book (in all likelihood).
I found the libcurl docs to be sufficient. There are a couple examples of FTP in C here.

C++ SpellChecker Library [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 8 years ago.
Improve this question
Can anybody recommend a good (ideally open source) C++ spell checker library. We are currenly using Talo, which isn't very good, so we are looking to change.
One which includes a grammar checker would also be good.
Thanks
I have heard good things about hunspell. I have used and integrated aspell, which has some nice features and some which I did not like.
If you've got internet access, you can always use on online service like SpellCheck.net which has a CGI interface that you can query.
Following on from Yuval - OpenOffice Lingucomponent