Skip to content

iliathesmirnov/javascripts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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/

About

Various scripts used on my webpage

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published