The purpose of this repo is to only collect issues with the bapc-2021.ova image
- the image can be downloaded here:
- in virtualbox you can load the .ova by selecting File -> Import Applicance
- this file can also be loaded in other VM managers, but this has not been tested by us
- For Parallels in MacOS: Convert to .vmx with the free ovftool from VMWare: https://kb.parallels.com/en/122835. (thanks @mvlastuin)
- if you find a problem, please create a new github issue in this repository
- the test_session and bapc_2021 accounts in the bapc-2021.ova image require no password (and are identically configured)
- you cannot access the admin account, unless you are a terrific password guesser...
- you do not get sudo rights
- is allowed in the bapc-2021.ova image, but will not be allowed during the contest itself (i.e. you can install your favorite extensions on your favorite IDE's here, but you will not be able to do this during the actual contest)
- vim
- emacs
- geany
- kate
- kwrite
- sublime text
- vscode
- ms-python.python
- ms-vscode.cpptools
- redhat.java
- coenraads.bracket-pair-colorizer
- intellij (community edition)
- pycharm (community edition)
- clion
- codeblocks
- mono-complete
- kdevelop
- there are certain commands you can use to compile your code in the same way that DOMjudge will judge your submissions
- you can find these commands by running the following command in a terminal:
- cat ~/.bash_aliases
If you find things which you want changed;
- please provide us with your
history
- The files which are needed to get it to
break
- A possible solution
- Create an issue in this repo.