├── LICENSE ├── README.md ├── ie-fixes.css ├── index.html ├── jquery-1.11.1.js ├── jquery-1.11.1.min.js ├── json2.js ├── jsturing.js ├── machines ├── 4statebeaver.txt ├── bin2dec.txt ├── binaryadd.txt ├── binarymult.txt ├── concatenate.txt ├── factorial.txt ├── palindrome.txt ├── palindrome2.txt ├── parentheses.txt ├── primetest.txt ├── reversepolishboolean.txt ├── turingsequence.txt └── universal.txt ├── polyfills.js ├── save.php ├── textarea.css ├── turing.css └── turing.html /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awmorp/turing/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awmorp/turing/HEAD/README.md -------------------------------------------------------------------------------- /ie-fixes.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awmorp/turing/HEAD/ie-fixes.css -------------------------------------------------------------------------------- /index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awmorp/turing/HEAD/index.html -------------------------------------------------------------------------------- /jquery-1.11.1.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awmorp/turing/HEAD/jquery-1.11.1.js -------------------------------------------------------------------------------- /jquery-1.11.1.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awmorp/turing/HEAD/jquery-1.11.1.min.js -------------------------------------------------------------------------------- /json2.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awmorp/turing/HEAD/json2.js -------------------------------------------------------------------------------- /jsturing.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awmorp/turing/HEAD/jsturing.js -------------------------------------------------------------------------------- /machines/4statebeaver.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awmorp/turing/HEAD/machines/4statebeaver.txt -------------------------------------------------------------------------------- /machines/bin2dec.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awmorp/turing/HEAD/machines/bin2dec.txt -------------------------------------------------------------------------------- /machines/binaryadd.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awmorp/turing/HEAD/machines/binaryadd.txt -------------------------------------------------------------------------------- /machines/binarymult.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awmorp/turing/HEAD/machines/binarymult.txt -------------------------------------------------------------------------------- /machines/concatenate.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awmorp/turing/HEAD/machines/concatenate.txt -------------------------------------------------------------------------------- /machines/factorial.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awmorp/turing/HEAD/machines/factorial.txt -------------------------------------------------------------------------------- /machines/palindrome.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awmorp/turing/HEAD/machines/palindrome.txt -------------------------------------------------------------------------------- /machines/palindrome2.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awmorp/turing/HEAD/machines/palindrome2.txt -------------------------------------------------------------------------------- /machines/parentheses.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awmorp/turing/HEAD/machines/parentheses.txt -------------------------------------------------------------------------------- /machines/primetest.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awmorp/turing/HEAD/machines/primetest.txt -------------------------------------------------------------------------------- /machines/reversepolishboolean.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awmorp/turing/HEAD/machines/reversepolishboolean.txt -------------------------------------------------------------------------------- /machines/turingsequence.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awmorp/turing/HEAD/machines/turingsequence.txt -------------------------------------------------------------------------------- /machines/universal.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awmorp/turing/HEAD/machines/universal.txt -------------------------------------------------------------------------------- /polyfills.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awmorp/turing/HEAD/polyfills.js -------------------------------------------------------------------------------- /save.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awmorp/turing/HEAD/save.php -------------------------------------------------------------------------------- /textarea.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awmorp/turing/HEAD/textarea.css -------------------------------------------------------------------------------- /turing.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awmorp/turing/HEAD/turing.css -------------------------------------------------------------------------------- /turing.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/awmorp/turing/HEAD/turing.html --------------------------------------------------------------------------------