Math professor, open textbook author and evangelist, programmer. My CV
IMathAS is a web-based math assessment and homework system. It is a course/learning management system and testing system featuring algorithmic questions, similar to WebWork, Webassign, and publisher systems like iLrn, MathXL, etc. IMathAS is written in PHP, and uses MySQL. IMathAS is released under the GPL
This set of scripts provide functions for converting ASCIIMath calculator style notation to TeX strings, and provide drop-in replacements for ASCIIMathML.js providing serverside image rendering when the client does not support MathML.
Also available are a server-side ASCIIMath to TeX script, and a Moodle filter for rendering ASCIIMath notation as images
These scripts are derived from Peter Jipsen's ASCIIMathML script.
These graphing projects consist of 3D, 2D, and ODE graphing applets, built off the incredible JavaView API. They are written in Java. Please note that while my source is being released under the GPL, the JavaView API is not GPL'd and is not open-source. Please view the copyright notice from the creators of JavaView. Running the Grapher on your local machine also requires a free registration of JavaView
Be aware that JavaView is unsigned, as are these applets, so they won't run in most browsers anymore
If you just wish to put the grapher applets on your website, you do not need the source code. You can download the compiled .jar files from the grapher page. View Source on the grapher pages to see how to embed the applet in an HTML file.
Download source code: 3D Grapher source, 2D Grapher source, ODE Grapher source
A joint project with Peter Jipsen of Chapman University, these plugins use Peter's incredible ASCIIsvg and ASCIIMathML scripts to allow for live editing of math and graphs in the TinyMCE online text editor. These plugins require no modification to the TinyMCE editor, and provides image-based fallback for math and graph when the browser does not support MathML and/or SVG.
The latest version is available in the IMathAS source
This project is a super-simple file and image manager for the TinyMCE editor using Amazon S3 for file storage. Code for multi-user systems can be added so each user has their own file storage. Requires PHP5.
The latest version is available in the IMathAS source
A javascript script that allows you to lock the header row and column of an html table. Example and download