I had asked the question in cfml slack channel too.
But i am asking here to get better answer from those who do not have #cfml slack channel joined.
see a mura plugin but i am using a plain coldfusion code, any help appreciated: https://github.com/Lagaffe/MuraPiwik
Related
I am trying to work out how I can get Django Server B(IOT device) to subscribe to Django Server A (cloud) using Channels WebSockets.
This is so that I can pass data async between them. Server B will be on an IOT device and Server A will be cloud-based. I've been looking everywhere, but most of the online tutorials and documentation seems to be based on subscribing(client-side) with Javascript. Surely there must be a way to subscribe with Python! Most of the online tutorials seem to be for chat apps too. It would be great if someone could help please. I'm sure there are other people looking for this same answer too. Thank you :)
Can someone give an example of how to send a POST request with Google's C++ native client? The question has been asked before, but Google's documentation is not very helpful (and in some cases non-existent). And yes, I have been scouring github for help, but to no avail.
Did you have a look at the NativeClient SDK's examples?
In the nacl_sdk\pepper_\examples\api\url_loader folder you'll find an example of how to use the URLLoader.
Hello fellow developers!
I am using a Spring backend with MongoDB for a Rest based service as described here:
http://spring.io/guides/gs/accessing-mongodb-data-rest/
This is a great way to create powerful rest services and I would like to continue to use it, but I am having problems with its formatting of the JSON, for consumption by an Ember front end.
I really want to make my restful services on the back end return JSONApi.org formatting and not have to play tricks in Ember to massage the data.
I'm sure others must have encountered this very same problem and there is some community based solution, but I can't seem to find it. Can anyone point me in the right direction here?
Also, is there a community of people using Ember + Spring Rest? Or am I alone? :D
Thanks!
Peter
I need to connect to Amazon WebServices to get the info of a book with the ISBN given by the user.
The problem is that I don`t know how to do this. I donĀ“t have found any good documentation to do this in google. I have seen this article
http://aws.amazon.com/articles/846
but it doesn`t explain the steps to do this.
I am newby in rails. So, anybody can give tips to do this?
Which is the best gem to connect to Amazon WebServices with Rest? Or which is the best gem to attack to REST WebServices?
Which is exactly the name of the webservice of Amazon to get the info?
Do you know any article to do this?
There's a couple of gems that can help your app interface with the Amazon API. The one I use at present is called amazon_product, and you can find it here: https://github.com/hakanensari/amazon_product/
I'm building a website using django and planning to connect it with facebook. I googled and found so many codes to do the job but don't know which one is good for me. I need facebook connect and new graph api support. Could anyone share me some experiences with codes below and advise me which one is good for me? (with some tips if possbible)
github.com/benbinary/django-facebookconnect
github.com/dickeytk/django_facebook_oauth
github.com/digvan/django_facebook_oauth
github.com/facebook/python-sdk
github.com/flashingpumpkin/django-socialregistration
github.com/ryanmark/django-facebookconnect
github.com/tschellenbach/Django-facebook
I would really appreciate it.
http://github.com/facebook/python-sdk is official Facebook Graph SDK from Facebook. So it's good for fetching/puting data from Facebook. It's doing it well, so you don't have to search for alternative.
Authentication is bit more problem. I was searching for library witch will match my needs, but not found it. So I wrote bit off code myself.
see also:
http://developers.facebook.com/docs/authentication/
http://developers.facebook.com/docs/api
http://developers.facebook.com/docs/reference/javascript/