User Portlet User Portlet

b3m2a1 ​ 
Discussions
This is a cross post of a blog post I wrote [here](https://www.wolframcloud.com/objects/b3m2a1/home/creating-a-mathematica-package-repository.html#main-content) --- This post is going to detail how I set up one of my recent projects—and a...
## Update 2: The interface paclet has a new, simpler way to run things. First get it off the paclet server [here](https://paclets.github.io/PacletServer/publicpacletserver.html#main-content). Then load it and run: "YourPacletName", ...
One point of concern is that over the entire set of those Live CEOing videos I’ve never seen one on `Graph` (although I haven’t seen every single one—just many). This suggests there might not be interest in this high up at WRI.
Have you tried `FindFormula`? Also you'll likely need way more than four data points to get a sense for this (and anyone helping you would too).
[Here's a nice example](https://www.wolframcloud.com/objects/b3m2a1.paclets/PacletServer/main.html) (and shameless plug) for what you can do with these: [![my paclet...
It would be nice to make short URLs with a name coming after a long garbled block, by which I mean if I have a site at: https://www.wolframcloud.com/objects/b3m2a1.paclets/PacletServer/main.html It'd be nice to make a short URL that looks like...
This is another cross-post of something I did first [here](https://www.wolframcloud.com/objects/b3m2a1/home/finding-functions-in-mathematica.html) --- As someone who has used Mathematica for a reasonably long time now, one thing I often forget...
## Where Stephen and I disagree I was watching [this live CEO-ing](https://www.twitch.tv/videos/241626091?t=00h49m00s) about various functions to add to the language in some future release and I commented: >When we have `MapAt` or `Extract` I...
You can always do something easy like: assignWaterProps[Dynamic[var_], temp_]:= ( var["temp"]=temp; var["prop"]=calcProp[temp, "prop"]; ... ) PopupMenu[Dynamic[temp,...
A follow up to the previous post. Originally [here](https://www.wolframcloud.com/objects/b3m2a1/home/making-documentation-with-docgen.html#main-content). --- Here's a quick example of how we can use some of the stuff I showed [in this...