User Portlet User Portlet

George Varnavides
Discussions
![enter image description here][1] &[Wolfram Notebook][2] [1]: https://community.wolfram.com//c/portal/getImageAttachment?filename=smith-tiles_obama30x30_rrr05_optimized.gif&userId=20103 [2]:...
I find I keep coming back to this application every time I learn of a new optimization technique! This time, it's projection onto (non-)convex sets, e.g. the ["difference map"][1] algorithm which was previously used to solve [Sudoku puzzles][2]...
Thanks! Edited posted to reflect this.
Nice! There's a [related post on Observable][1] using D3.js to place curved labels on the centerlines of odd shapes using voronoi diagrams (e.g. for use in cartography). [1]: https://observablehq.com/@veltman/centerline-labeling
EntityValue[EntityClass["Country", "Europe"], {"Name", "Flag"}] Illustrates the second flag is in-fact for [Svalbard][1]. According to the knowledgebase, the (51) countries in Europe are: In[3]:= EntityValue[EntityClass["Country",...
&[Wolfram Notebook][1] [1]: https://www.wolframcloud.com/obj/b007095b-432b-44a6-9ead-f0bd99aa8e09 [Original]: https://www.wolframcloud.com/obj/gvarnavi/Published/geographic-map-distortions-community-post.nb
Not entirely sure why I had to import like this (new to React), but if anyone stumbles upon this - I indeed got this working using a CRA with `react`:17.0.1, `react-dom`:17.0.1, and `wolfram-notebook-embedder`:0.2.1 : import React from...
&[Wolfram Notebook][1] [1]: https://www.wolframcloud.com/obj/12f1474c-6807-4f90-a0d2-03c03f434719 [Original]: https://www.wolframcloud.com/obj/gvarnavi/Published/wolfram-community-post-neural-ca.nb
Hello, I'm not sure I understand the format of your data. You've posted four arrays of length 111 each - what do these represent? In general chord diagrams visualize inter-relationships between two entities. Perhaps the first example in the...
I submitted the following one-liner entry at the 2017 WTC one-liner competition, and I'd be meaning to ask this question since and kept forgetting: s = Cases[RulePlot@CellularAutomaton[#], Inset[a_, __] -> a, ?] &; Join[f = Take[s@99,...