[go: up one dir, main page]

My Websites

ConwayLife.com

ConwayLife.com is a website devoted to Conway’s Game of Life and similar cellular automata. Most importantly, the website contains LifeWiki, an encyclopedia for Life-like cellular automata. With over 2,000 articles and 1,250 patterns, it is the largest collection of patterns and encyclopedic information about Life-like cellular automata on the internet.

  • The site itself was launched in December 2008, and LifeWiki was launched soon thereafter in January 2009.
  • The site’s forums have become one of the primary resources through which new discoveries in the Game of Life are shared. For example, the Gemini (the first self-replicating pattern ever found) was first announced here.

Visit ConwayLife.com

QETLAB.com

QETLAB is a MATLAB toolbox for exploring quantum entanglement, and qetlab.com is, not surprisingly, its homepage. The QETLAB code itself is stored on github, while qetlab.com itself uses MediaWiki for documentation and code examples. I decided on MediaWiki because:

  1. I’m comfortable messing around with its guts (for example, I made a custom extension that pulls QETLAB’s source code from the github servers and embeds it in the wiki’s documentation pages), and
  2. I’m hoping that people will embrace the wiki format and upload pieces of example code from their own work.

Visit QETLAB.com

StatDistributions.com

A website that calculates p-values and test statistics associated with normal, Student’s t, chi-square, and F-distributions. The calculations are done in javascript via the trapezoid rule for numerical integration, and the distribution image is created via some transparent PNGs, javascript and CSS – it does not use Java or any plug-ins.

Visit StatDistributions.com

PlatPrices.com

A (non-academic) website that catalogues PlayStation 4 and PlayStation 5 games and their trophy information. Sends out wishlist e-mail notifications when games go on sale. The biggest website that I’ve built “from the ground up” (without relying on software like MediaWiki or WordPress). Written in plain PHP with a MariaDB backend.

  • Launched in November 2020

Visit PlatPrices.com