2022-10-02 Added submit warning that entries can not checked in the static/demo debug examples. 2022-09-19 Added submit warning that entries can not checked in the static/demo examples. 2021-12-11 Enhanced malloc/malloc and vsfs/vsfs with "copy" links to copy previous input fields as an alternative to manual copy and paste. 2021-12-08 Enhanced ssd/ssd with "copy" links to copy previous input fields as an alternative to manual copy and paste. 2021-11-18 Bug fix in vsfs/vsfs-check: since arg2 is optional and counts as bad if wrongly present, good+bad is not a constant, and best score is max(good-bad) instead of max(good) 2021-10-20 Bug fix in paging-policy/post.sh to avoid 0 matching "": if( u[i] != c[i]) ... replaced with: if( (u[i] != "" && c[i] == "") || u[i] != c[i]) ... 2021-06-06 Update to use python3 and newer python scripts obtained on May 31, 2021 from: https://github.com/remzi-arpacidusseau/ostep-homework/ 2020-11-23 Update to enable user-defined seed and "ans" arguments. 2020-05-31 Initial version using python scripts obtained on April 14, 2020 from: http://www.ostep.org/Homework/homework.html