User Portlet User Portlet

Carlo Barbieri
Discussions
You can use `EmbeddedSQLExpression` in an `EntityFunction` to use PostGIS functionality in a query. The main problem is that we don't natively support transforming the output into `GeoPosition` or `Polygon`, you'd have to map transformation...
Hi everybody! Today I'm going to be talking about relational databases, SQL and the Wolfram Language Entity framework. This is the fist avenue for truly out-of-core data analysis in the Wolfram Language, it builds on decades of advancements in...
Given that all lines are straight it should really make no difference.
I don't find it all that surprising that the result is a Gamma distribution. The 1-d case is well known as it is the distribution of interarrival times of a Poisson process and is exponentially distributed. The exponential distribution is a special...
Yesterday I was reading [this][1] on Stephen's blog and something caught my attention. > [![swblogquote][2]][1] So I decided to do some coding to figure out how many other sentences like that existed. The strategy is as follows, we're going to...
They were always available, just not visible as CloudObjects.
If you look into the Details section of HTTPRequest there is a section starting with "The setting for "Body" can have the following forms:" Among the possible forms there is one that includes explicit File heads, have you tried that? A bit...
Yeah, when we gave the talk it wasn't even in builds. Now we've added it to the WL, but left it hidden in plain sight without documenting it because we knew it didn't yet have the level of polish and reliability our users would expect.
I'm not sure I understand why you want to transform text into an image, but if you want to do that you can always explicitly call Rasterize before exporting.
I'm not sure what you ask for is the correct result: In[86]:= Integrate[1/x, {x, 1, z}] Out[86]= ConditionalExpression[Log[z], Re[z] > 0 || z \[NotElement] Reals] Remember that in general Mathematica treats symbols that you haven't...