• Joined on 2017-10-29
nortti pushed to master at nortti/buranun 2018-06-09 16:00:04 +00:00
6d02c01751 Handle post and redirect after "login"
nortti pushed to master at nortti/buranun 2018-06-09 14:36:57 +00:00
fbf0495c82 Convert the BeautifulSoup object to a list before iterating
nortti pushed to master at nortti/buranun 2018-06-09 14:31:57 +00:00
b72544e480 Explicitly use html.parser to supress warnings from bs4
nortti pushed to master at nortti/buranun 2018-06-09 14:30:10 +00:00
77f70da475 Fix detection of when user is logged in
nortti pushed to master at nortti/buranun 2018-06-09 14:25:09 +00:00
0187775332 Add a login page (nonfunctional)
nortti pushed to master at nortti/gir 2018-05-29 19:23:36 +00:00
91849e2d6a Fix a comment referring to previous (never committed) implementation
nortti pushed to master at nortti/gir 2018-05-29 17:17:47 +00:00
5efd241ef9 Fix typo in the example program
nortti pushed to master at nortti/gir 2018-05-29 17:15:13 +00:00
4de80f4304 Add some info useful for npm site to README.md
nortti pushed to master at nortti/gir 2018-05-29 17:01:39 +00:00
ccc320522a Prepare for publishing to npm registry
nortti pushed to master at nortti/gir 2018-05-29 08:52:59 +00:00
f0feaa22e5 Add some improvements to ircbot.js
nortti pushed to master at nortti/gir 2018-05-27 20:55:29 +00:00
21832b0bb5 Move Gir to use modules
nortti pushed to master at nortti/gir 2018-05-27 11:37:36 +00:00
e203efdb47 Move IntParseError to example.js
nortti pushed to master at nortti/gir 2018-05-27 10:55:31 +00:00
2cde47e42b Document the architecture of Gir
nortti pushed to master at nortti/gir 2018-05-27 10:45:27 +00:00
5e3f11b0fa Split ircbotRun() into its own file
nortti pushed to master at nortti/gir 2018-05-27 10:39:47 +00:00
316e839804 Document the API
d74b6ab594 Support all the types of EOF
1b262941ca Implement a readMemory() in runVM() that returns 0 on reads to nonexistent memory
00eb264cb4 Document writeInt, readInt, breakPoint
Compare 4 commits »
nortti pushed to master at nortti/gir 2018-05-26 20:27:53 +00:00
991136e703 Keep a 16 program cache for ircbotRun()
nortti pushed to master at nortti/gir 2018-05-26 19:55:12 +00:00
713ded5adb Handle non-empty memory in ircbotRun(). Turns out [].reduce() passes 4 parameters
nortti pushed to master at nortti/gir 2018-05-26 19:51:28 +00:00
cd00c3cded Implement 8-bit wraparound for multiplies as well and handle empty memory in ircbotRun()
nortti pushed to master at nortti/gir 2018-05-26 19:34:53 +00:00
46f7854d13 Replace characters < 0x20 that aren't IRC formatting with their U+24xx equivalents
902804cf2f Make the memory dump in ircbotRun() better at determining tape head location
Compare 2 commits »
nortti pushed to master at nortti/gir 2018-05-26 18:58:41 +00:00
64e58902cc Use reduce to find min and max instead of a loop