User Portlet User Portlet

Discussions
Seems like its fixed. :)
I have a lot of different project that require data. One awesome source of data I found is: https://datamarket.azure.com I know how to get simple API data from GET but not sure how to do this Microsoft one. I looked through the tutorials and...
I just want to create cool API's for my mobile apps that use awesome NLP and machine learning stuff. I contacted WL Support and they don't have Premier Services for WL, only Mathematica. I would love to be able to pay for help with stuff like...
I am also wondering this. I want to use WordData in a cloud deployed API. However, it doesn't say in the examples how to load any libraries or resources.
OMG, I feel like such an idiot. The answer is StringMatchQ instead of StringFreeQ. lol bigList = {"a", "item1", "item2", "item3", "item4", "item6", "item7", "item8", "item9", "i5"}; excludedElements = {"item1", "item2", "item5",...
Yeah, that was the problem. After days of research and reading everything possible, I was still unable to get code close to fitting my goals.
I saw in a video that Wolfram said that they will be allowing direct compiling into and APK. I sure hope that includes more than just an embed code directed at a web API. Anything that can be local should be local if at all possible. Apps that are...
Very interesting stuff here. I bet you could create some simple formulas for dynamic salt keys that would be too hard to guess. Maybe something like today's date squared minus yesterday's date. As long as both sides know the simple dynamic salt key...
I have been running all my Instant API's through Azure API Management Portal. It works pretty awesome and allows auth keys, etc. It also gives me usage stats and other cool stuff. If you get compromised you can easily change both your Instant API...
I love smartsheets. I would love to see your Wolfram code for connecting to smartsheets. Is it difficult?