User Portlet User Portlet

Riccardo Di Virgilio
Discussions
&[Wolfram Notebook][1] [1]: https://www.wolframcloud.com/obj/05f91488-92e5-4e61-8f28-86a4a009ec2b
There is a repo for this: https://github.com/WolframResearch/WolframLanguageForJupyter A good starting point to learn WL is Wolfram U. https://www.wolfram.com/wolfram-u/
Hi there, this might help you: https://reference.wolfram.com/language/ref/AllowedCloudParameterExtensions.html This is the easiest way to do it, it's not using Body as JSON however. But if you are fine in sending the payload as POST encoded...
We are more then welcome to listen to customers for this functionality, which is why we are going to release this library as open source code when ready. As I mentioned this library allows you to import / export arbitrary mathematica expressions...
there is a better solution documented under ExportForm In[11]:= css = CloudDeploy[ExportForm["body {background:red}", {"String", "text/css"}]] Out[11]=...
Hi, we do record all visits for shortened urls, but data are not exposed to the final users for now. we need to design and expose such function in order for you to query those datas.
If you do CloudEvaluate[something, Hold] you get back the expression after it was evaluated on the cloud. do it with your connection / db select in order to debug what is going on. database connection in the cloud is coming, but in the mean time...
Hi, I'm Riccardo one of the developers of this function. This is super cool! If you want to make it even more bulletproof, you can create and add a salt to your hash. http://en.wikipedia.org/wiki/Salt_(cryptography) A salt is basically a...