20210323~20210326 #560
ZsgsDesign
announced in
Dev Diary
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
We have synced a lot of the changes from HASAAOSE to NOJ:
monaco-ace-tokenizerpackage that provides advanced highlight for many languages (we used it forHaskell);Haskelllanguage support (require NOJ JudgeServerv0.2.0or higher);Free Pascallanguage support (require NOJ JudgeServerv0.2.0or higher);vscodeLocale()helper function;Textspecial language support (require NOJ JudgeServerv0.2.0or higher);laravel/frameworkto6.20.20;fonts-asset/langiconpackage provided by @ZsgsDesign, this package provides support for language icons that devicon doesn't have;Free Basiclanguage support (require NOJ JudgeServerv0.2.1or higher);coidand would be a bad choice when we have a dozen of compilers supported;monaco-editorto0.23.0, the changes of platform detection algorithm forced us to abandon the#vscodeelement in editor view that we used before and renamed it to#monaco, see #2409;mews/purifierto3.3.4;clipboardto2.0.8.We also modified the NOJ_JudgeServer structure, adding
Free Basicto our supported programming languages list, You can check NOJ JudgeServer v0.2.1 for more details.The
Haskellversion of A+B Problem would look just like:The
Free Pascalversion of A+B Problem would look just like:The
Free Basicversion of A+B Problem would look just like:The
Textversion of A+B Problem doesn't exist :-)That would be all for this dev diary.
All reactions