User Portlet User Portlet

Discussions
Hi Jamie, I didn't receive the email regarding the exercises on Wednesday, could you send the link to me as well?
That's clear and concise code :) I didn't realise there is RegularPolygon function in Wolfram language, so here's a bit longer way to do the same with trigonometric approach: poly[n_Integer/;n>2]:=Graphics[{Orange,Polygon[Table[{Cos[2 Pi...
Just a guess, but it could be just a text formatting problem? Try replacing the rule "->" symbols by typing "->" again, and then see if the code runs? Alternatively, copy and paste the text to a plain text editor first and check if the code still...
One more experiment with alphabet disco balls :) First a function to create framed alphabets: letter[char_String] := Framed[Style[Capitalize[char], FontSize -> 40, RandomColor[]], Background -> Lighter[RandomColor[]],...
Thanks, that got me halfway there, somehow ``Import`` with ``CloudObject`` didn't automatically recognize .xlsx files: Import["Imports/data.xlsx", {"Data", 1}] *Import::noelem: The Import element "Data" is not present when importing...