loopspace.github.io

Loopspace’s Code Projects

  1. Bernoulli. An HTML5+JavaScript demonstration of the histogram for the sum of Bernoulli distributions (with varying ‘p‘ and ‘n‘). Original code available on github.
  2. Statistics. An HTML5+JavaScript data summariser with histogram, frequency table, and a moveable “marker” to find the median and quartiles. Original code available on github.
  3. MathJax to MathML. A simple webpage that uses MathJax to convert LaTeX-like syntax to MathML. Original code available on github.
  4. Chaos. A simple demonstration of the logistic map leading to chaotic behaviour. Original code available on github.
  5. Trigonometry. A demonstration of the connection between circles and the trigonometric functions. Original code available on github.
  6. Polyominoes. This code generates the unique polyominoes of a given size. Original code available on github.
  7. LuaCanvas (relocated). This code provides a playground for graphical programming using the ‘lua‘ language. Original code available on github.
  8. Arithmetic. An HTML5+JavaScript demonstration of the formula for the sum of an arithmetic series. Original code available on github.
  9. Complex Canvas. An HTML5+JavaScript program for visualising complex numbers and operations on them. Original code available on github.
  10. Hypocycloid. An HTML5+JavaScript rewrite of Craig Kaplan’s hypocycloids. Original code available on github.
  11. Axes. An HTML5+JavaScript program for making axes suitable for printing. Original code available on github.
  12. Monte Carlo. An HTML5+JavaScript program for running experiments in probaility, currently flipping some number of coins. Original code available on github.
  13. Vector Racer. An HTML5+JavaScript racing game where you control your acceleration at each turn. Original code available on github.
  14. Make a Number. An HTML5+JavaScript variant of the Countdown Number game. Original code available on github.
  15. Worksheets. A worksheet generator. Original code available on github.
  16. jsCanvas. This code provides a playground for graphical programming using ‘javascript‘. Original code available on github.
  17. Extra Time Calculator. A little extra time calculator for exams. Original code on github.
  18. Magic Calculator. The Magic Calculator, popular with Christmas crackers. Original code on github.
  19. Triangle Calculator. A Triangle Calculator, for calculating the side lengths in a right-angled triangle. Original code on github.
  20. Text Analyser. A preliminary version of a text analyser for gathering statistics on a body of text. Original code on github.
  21. Modular Calculator. A Modular Arithmetic Calculator, for doing arithmetic modulo some integer. Original code on github.
  22. What’s My Function? A function guessing game. Original code on github.
  23. Quick Hobby in Javascript. A demonstration of the quick variant of Hobby’s path-fitting algorithm in javascript. Original code on github.
  24. House of Commons Visualisation. A fork of the House of Commons Vote Visualiser by Floklimm for visualising how MPs voted during the Brexit Indicative Votes.
  25. Sociogram Generator. Generate sociograms of likes and dislikes. Original code on github.