uva-cs / pdr

A repo for a Program and Data Representation university-level course
Other
91 stars 227 forks source link

Remove PHP requirement from the IBCM simulator #99

Open 50Wliu opened 4 years ago

50Wliu commented 4 years ago

The branch name no longer makes sense, as I ended up ripping out all the PHP, haha :P.

Anyway...as JavaScript has a FileReader API, we can leverage that to do all the processing locally instead of requiring a server.

Some other changes I performed along the way:

TODO

50Wliu commented 4 years ago

Note: This was more of a fun experiment, so I won't be discouraged or anything if you don't end up merging it for Reasons, but it does work!

aaronbloomfield commented 4 years ago

I really like this, and plan to include it. But with the course just moving online, and there being less help available to the students as a result, I'm hesitant to change this right before the students are going to start on the lab. So I'll merge this in in a few weeks. Thanks for all your work on this!