Skip to content

Commit 3d60691

Browse files
authored
Merge pull request #11 from WISVCH/systems-update
Updated systems info
2 parents ba1538c + b87692b commit 3d60691

File tree

1 file changed

+30
-21
lines changed

1 file changed

+30
-21
lines changed

content/systems.md

Lines changed: 30 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ menu: main
1313
</div>
1414

1515
This page describes current plans for the programming environment which will be available to each BAPC 2025 team.
16-
**Please note that these plans are subject to change.**
16+
**Please note that these plans are subject to change. Last update: 7 Oct 2025**
1717

1818
Each team will have access to one workstation, shared between team members.
1919
A photo of the available workspace,
@@ -24,7 +24,7 @@ can be seen on the right.
2424

2525
The software configuration will consist of the following:
2626
- OS:
27-
- Ubuntu 24.04 LTS Linux (64-bit)
27+
- Ubuntu 24.04.3 LTS Linux (64-bit)
2828
- Desktop:
2929
- Xfce
3030
- Editors:
@@ -38,35 +38,44 @@ The software configuration will consist of the following:
3838
- kate
3939
- IDEs:
4040
- IntelliJ IDEA Community
41-
- Version: 2022.3
42-
- Workspace is already set up but needs to be opened from the welcome screen
41+
- Version: 2024.3.5
42+
- Workspace is already set up
4343
- Plugins:
4444
- IdeaVim
4545
- CLion
46-
- Version: 2022.3
46+
- Version: 2024.3.5
4747
- Workspace is already set up
4848
- Plugins:
4949
- IdeaVim
5050
- PyCharm Community
51-
- Version: 2022.3
51+
- Version: 2024.3.5
5252
- Workspace is already set up
5353
- Plugins:
5454
- IdeaVim
5555
- Eclipse
56-
- Version: 2022-12
57-
- Plugins:
58-
- PyDev
56+
- Version: TBD
57+
<!-- - Plugins: -->
58+
<!-- - PyDev -->
5959
- Visual Studio Code
60-
- Version: 1.82.2
60+
- Version: 1.104.3
6161
- Plugins:
62-
- C/C++ - Microsoft
63-
- C# - Microsoft
64-
- Code Runner - Jun Han
65-
- Debugger for Java - Microsoft
66-
- ESLint - Dirk Baeumer
67-
- Language Support for Java - Red Hat
68-
- Python - Microsoft
69-
- TSLint - Microsoft
62+
- ms-python.python
63+
- ms-python.vscode-pylance
64+
- ms-python.debugpy
65+
- redhat.java
66+
- vscjava.vscode-java-debug
67+
- vscjava.vscode-java-test
68+
- ms-vscode.cpptools
69+
- ms-vscode.cmake-tools
70+
- vscodevim.vim
71+
<!-- - C/C++ - Microsoft -->
72+
<!-- - C# - Microsoft -->
73+
<!-- - Code Runner - Jun Han -->
74+
<!-- - Debugger for Java - Microsoft -->
75+
<!-- - ESLint - Dirk Baeumer -->
76+
<!-- - Language Support for Java - Red Hat -->
77+
<!-- - Python - Microsoft -->
78+
<!-- - TSLint - Microsoft -->
7079
- Code::Blocks
7180
- Version: 20.03
7281

@@ -83,15 +92,15 @@ The following languages are allowed during the contest:
8392
- Python
8493
- Version: PyPy 7.3.19 (Python 3.11.11)
8594
- Java
86-
- Version: 21.0.6
95+
- Version: 21.0.8
8796
- Kotlin
8897
- Version: 2.1.20
8998

9099
Note that Python 2 is no longer supported.
91100

92101
## Compilation of Submissions
93102

94-
During the contest, teams will submit proposed solutions to the contest problems to the Judges using the [DOMjudge](https://www.domjudge.org) contest control system (version 8.3.1). This can be done through the [web interface](https://www.domjudge.org/docs/manual/8.3/team.html#web-interface), or using the [submit client](https://www.domjudge.org/docs/manual/8.3/team.html#command-line-submit).
103+
During the contest, teams will submit proposed solutions to the contest problems to the Judges using the [DOMjudge](https://www.domjudge.org) contest control system (version 9.0.0). This can be done through the [web interface](https://www.domjudge.org/docs/manual/9.0/team.html#web-interface), or using the [submit client](https://www.domjudge.org/docs/manual/9.0/team.html#command-line-submit).
95104
Source files submitted to the Judges will be compiled using the following command line arguments for the respective language:
96105

97106
- C:
@@ -139,4 +148,4 @@ The following reference materials will be available on the teams' workstations t
139148
- [Python 3.11.11 documentation](https://docs.python.org/release/3.11.11/)
140149
- [Java® Platform, Standard Edition & Java Development Kit Version 21 API Specification](https://docs.oracle.com/en/java/javase/21/docs/api/)
141150
- [Kotlin Language Documentation 2.1.20 (As PDF)](https://raw.githubusercontent.com/JetBrains/kotlin-web-site/e3ec93b63240397ae404e9c492b7dadaf2e67625/assets/kotlin-reference.pdf)
142-
- [DOMjudge Team Manual (As PDF)](https://www.domjudge.org/docs/manual/8.3/team.html)
151+
- [DOMjudge Team Manual (As PDF)](https://www.domjudge.org/docs/manual/9.0/team.html)

0 commit comments

Comments
 (0)