User Portlet User Portlet

Discussions
To me, if it were, Information[] would emit something other than null.
Look at these 2 posts on this forum: http://community.wolfram.com/groups/-/m/t/139463 http://community.wolfram.com/groups/-/m/t/176000 I got my 3D shape to print by exporting to STL format and uploaded it to shapeways.com.
`ParkData[]//Length` now says 518
I am running a few slightly complicated graphics. When these run for a while, it appears that the CPU utilization (for the front-end and back-end) never exceeds 13%. But when I run a "pure calculation", it goes up to 60% (back-end). The...
It looks like the [Virtual Book][1] is still out there... [1]: http://reference.wolfram.com/language/tutorial/VirtualBookOverview.html
Hello Kyle: I really like this. Even if it is not related to Raspberry Pi! First, your attention to the pedagogical issues like the following is very important. cognitive load emotional landscape power dynamic Next I think the way it...
When I go to the link in #1 (using the browser), I can hear some tones....I would start there (no W|a, no quicktime)... Do you hear this?
Hey Alex: Consistent with my experience, the WolframAlpha dev support team has resolved this issue that I reported. The fix is: WolframAlpha["all visible satellites" , {{"VisibleNonDebrisSatellitesAtDatFromLocation", 1} , "ComputableData"}] ...
Hello Michael: Here's the current story: *The CDFKit is something provided to those who have purchased the Enterprise Edition license which would be a required level of licensing to develop something for Commercial distribution.*
Hello Group: This works: (* directly from the help page *) DensityPlot[Arg[Sqrt[x + I y]], {x, -3, 3}, {y, -3, 3} ] I want to define the inner function myself with: f[a_, b_] := a + I b (* this forum software is removing the...