User Portlet User Portlet

Alan Calvitti
Discussions
Can you please submit to WFR a function that auto-converts f = ResourceFunction["f"] - I have hundreds in just my data toolkit - and resolves potential name-clashes? - The latter should be done on Wolfram's side, since they are in a position to...
Please join Functional Dataflow Coding Session #4 live Tue 5ET on https://www.twitch.tv/wolfram Direct link: https://wolfr.am/FtPdPfKZ If you missed the previous sessions, you can watch them through the Wolfram YouTube Channel: ...
fyi > Functional Dataflow // Live Coding Session #3 Please join us today 5.30.19@5pET on twitch.tv/wolfram See Linkedin post for details: https://bit.ly/30Ux6Gd
Use whatever you like - ideally this would be standardized in the language. But I would advise against \[NumberSign] in particular: (1) it looks too similar to Slot notation - especially if you share code, you can't control other users' fonts....
Often, it's not necessary to use `Slot` for positional dereference, eg `Query[2,f,3]` evaluates the same as `Query[#[[2]]&,f,#[[3]]&]`. Similarly, `Span` works as well. Ps, for those interested, I'm close to finishing my book `Functional Data...
I would like to include this table in a publication and need attribution. It's a screenshot I took, but I don't remember the source. Anyone recognize it and can provide a citation? ![enter image description here][1] [1]:...
Are WTC 2017 presentation videos available online? A search of this site, YouTube, meta.mathematica.stackexchange.com didn't yield anything.
I'd like to discuss some technical aspects and implications of [this answer][1] I posted to Stackexchange to a new user's question ["How to use classical data structure in Mathematica"][2]. The index is both space and time efficient, and a...
Attached is a (low rez PNG) poster based on mouse clickstream showing patterns of Electronic Health Record screen switching during visits. Data was collected as part of an ongoing study at VA San Diego. Note how often D03 in visit Q069 goes back...
Yes I will, but first I need to refactor. Please give me a couple of weeks - this is an ongoing project.