User Portlet User Portlet

Discussions
I'm having trouble with "EdgeLayout" -> "StraightLine" in the GraphLayout of EdgeTaggedGraph. Here's an example without the StraightLine option: Remove[vsf]; vsf[width_][pos_, label_, _] := Inset[Framed[Pane[label,...
I'd like to create some multi-page .pdf files containing long tables of text with graphs. These will be supplemental files in a publication. Here is a model of my data: (* writes single page .pdf file *) myTable = (Row[{"description",...
Perhaps there is a built-in function for this? I have vectors of integers. All vectors have the same number of elements c. There are c values in the domain. The values in each vector need not be unique but there may not be duplicate vectors. ...
I'm working on an application that which iterates through 6 billion combinations, appending selected items for further use. It is a natural for data parallism. The new DynamicArray datastructure is also a good match since the number of aggregations...
I'd like to create an XLSX file for offline use that contains images. Here's my example: name = "Abruzzi"; img = Import["http://figs4fun.com/fpix/FP861-25_192.jpg"]; myTable = { {"Cultivar", "skin color", "flesh color",...
I've looked for this in Preferences but perhaps missed it. Is it possible to turn self-test off? The problem I've encountered is possibly rare. In a notebook I have a cell containing formatted text. The style for the cell is Subsubsection but it...
Lately I've been assisting a group of fruit breeding hobbyists in the U.S. They are concerned with continuing work initially performed in Japan and Ukraine with cold-hardy, less astringent, and hybrid Asian (Diospyros kaki) x American (Diospyros...
Diversity of Pawpaw (Asimina triloba) Cultivars in USDA Repositories and Selected Retail Nurseries c. 2022 – Richard B. Frost. J. American Pomological Society, January 2023 Number 1 p. 2. [https://www.pubhort.org/aps/][1] Abstract: This...
[UPDATE: I managed to create a tractable solution to this computation by telescoping the iterative loops from longest (most iterations) on the exterior down to shortest in the innermost, and applying "FinestGrained" ParallelDo on an overclocked...
If not, what is the StringExpression equivalent of this RegularExpression? GGTG.{18,18}CCAA.{17,17}TTAT Thanks!