User Portlet User Portlet

Discussions
We don't have an estimate for a fix yet.
I was inspired by Wolfram's [chart of statistical distribution functions][1] and wanted to know what other sets functions where out there and how long they have been around. With the `WolframLanguageData` function and the `"FunctionalityAreas"`...
There is no way to enable Shift+Enter evaluation of cells for published views accessed by users who do not have a Wolfram Cloud product. When a user follows a published link (which use the www subdomain) he or she is given the option to open the...
Hey there, That is the method I used, the function @@@ expression. Thanks for the links also! Best, Brandon
You may also use the operator form of `Merge` which compacts the `Dataset` query a bit. myds[Merge[Min], {"Reinsurance Payment Amount (or Not Eligible)", "Individual Market Risk Adjustment Transfer Amount"}] Hope this helps.
Hello, I am in the middle of making a CDF for a collection of expensive calcuations and plots. I've gone with DynamicModule and have read the documentation but I've obviously missed a few things as it is not working as expected. The code below...
Wow! How would you modify it so that the radius of the flash circle is proportional to the magnitude of the earthquake and also have the flash circle semi-transparent so you can see the density of the earthquake occurrences?
Hummm .... Apparently this can all be done with a simple command; `PadRight[t, {3, 3}]`. Oh well, it was an interesting exercise. LOL
Hi all, I'm following the CUDALink tutorial [ http://reference.wolfram.com/language/CUDALink/tutorial/Introduction.html ] and everything is going fine until I get to the part that calls CUDADot on the matrices. At this part I get a time out error...