User Portlet User Portlet

Kevin Daily
Discussions
*MODERATOR NOTE: This is the notebook used in the livestream "Building a video game with Wolfram notebooks" on Wednesday, May 10 -- a part of Wolfram R&D livestream series announced and scheduled here: https://wolfr.am/RDlive. Subscribe to...
# Tools For Importing and Working with CSS in Wolfram Language # [CSSTools-1.2.1 Paclet Direct Download Link][5] ## Brief History ## The CSS Tools project started with an earlier community post: [CSS Selectors 3 for Symbolic...
# Introduction Implementation of CSS Selectors 3 for Wolfram Language SymbolicXML expressions. This work is motivated by the Stack Exchange post...
![Tree coverage in Champaign, IL.][1] If you use `GeoHistogram` with triangle, rectangle or hexagon bins, and leave the default `Tooltip` behavior, then you can use the following to convert it to a 3D geo histogram: GeoHistogram3D[input___,...
Often I would edit bitmaps in programs like MS Paint and then import them back into my notebook. To save time I developed a tool to edit the pixels of an image within a notebook: Wolfram Paint. ![enter image description here][1] ---------- ...
Update 1: added examples about side-scrolling and the reason for a time-scale factor. Since making [Flappy Bird in the Wolfram Language][1], I decided to up the ante with a playable demo of a video game classic, Castlevania for the Nintendo...
## Hyperspherical Package I've developed a package that is roughly a translation into the Wolfram Language of Chapter 6 of Classical Orthogonal Polynomials of a Discrete Variable by Arnold F. Nikiforov, Sergei K. Suslov, Vasilii B. Uvarov, titled...
I was asked to give a presentation about something fun I do with the Wolfram Language. It struck me that I make a lot of interfaces, so why not make a game? As a first attempt I decided to port the game Flappy Bird to run in a Wolfram Language...
I'm going to show you how you can use existing functionality to run a Mathematica script across a managed HPC cluster. Before I start, I must be upfront with you: though the individual commands are documented, this method, as a whole, is not. Thus,...
UPDATE: Thanks to JM's comment I decided to update this post. I had updated the code a while ago but never updated here. The updates include labeled opacity sliders (red circle) and labels for the position sliders (green circle) so all slider...