Shiny Apps
Shiny is an R package which creates web applications using R code. The R applicationds which I've written are deployed
on 'my' cloud linux server (home here).
Applications for Statistics Courses
Applications designed for use in elementary/intermediate statistics courses fronted-ended by a 'decision tree'.
Modular Arithmetic/Cryptography Applications
As the name suggests. Various vaguely number-theoretic utilities which seem to come up in cryptography (and
elsewhere). The elliptical curve plotting package calls a python module which I created for numerical zero-finding
using the R package 'reticulate'.
A page with links to all the 'math' apps I've written - mostly games, broadly defined, for use in teaching various courses.
Solutions to the NYT Spelling Bee Puzzle
Truth in advertizing. The app produces suggested solutions to the NY times spelling bee puzzle as well as a list of words
which the dimwit editor of the puzzle doesn't recognize as words. The suggested solutions are culled from a word list which
I copped from GitHub and it includes some rather unusual options which definitively will not work and are likely not genuine
words by any reasonable definition.
In order to develop the statistical applications and particularly the application for performing the geometric arithmetic of elliptic
curves, I had to create plotting functions to execute tasks not addressed in well-known graphics packages. That
prompted this playful excursion.
Click here for a page with links to all the Shiny apps I've written and deployed