Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 691 Bytes

README.md

File metadata and controls

28 lines (18 loc) · 691 Bytes

javascripts

Various Javascript scripts used on my webpage

plotter.js

A Javascript script that, given a text file in format

"x0 y0,x1 y1,x2 y2,...,xn yn,;!"

creates a line plot with data points (x0, y0), ..., (xn, yn).

Optionally accepts axes labels, can switch between scientific and non-scientific notation (and vary precision), checks for label overlaps.

Examples: Used for the plots on my webpages

ttt.js

Front-end for the Tic-Tac-Toe game

http://iliasmirnov.com/ttt/

classifier.js

Front-end for the hand-drawing classifier

http://iliasmirnov.com/conv/