Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update systems page #9

Merged
merged 5 commits into from
Oct 9, 2023
Merged
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
34 changes: 16 additions & 18 deletions content/systems.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@ The configuration of each laptop will be as follows:

## Hardware

The laptop will be an HP ProBook 650 G5 and will have the following hardware specifications:
- Intel Core i5 8265U Processor
- 4 cores, hyperthreading disabled
- CPU frequency 1.6GHz, turboboost disabled
- 8GB of RAM
The laptop will be a Lenovo ThinkPad E570 and will have the following hardware specifications:
- Intel Core i7 7500U Processor
- 2 cores, hyperthreading disabled
- CPU frequency 2.70 GHz, turboboost disabled
- 16GB of RAM

## Software

Expand All @@ -37,29 +37,28 @@ The software configuration will consist of the following:
- gedit
- geany
- kate
- atom
- IDEs:
- IntelliJ Community
- Version: 2021.3.2
- Workspace is already set up
- Idea Community
maartenweyns marked this conversation as resolved.
Show resolved Hide resolved
- Version: 2022.3
- Workspace is already set up but needs to be opened from the welcome screen
- Plugins:
- IdeaVim
- IdeaVim
- CLion
- Version: 2021.3.3
- Version: 2022.3
- Workspace is already set up
- Plugins:
- IdeaVim
- PyCharm Community
- Version: 2021.3.2
- Version: 2022.3
- Workspace is already set up
- Plugins:
- IdeaVim
- Eclipse
- Version: 2021-12
- Version: 2022-12
- Plugins:
- PyDev
- Visual Studio Code
- Version: 1.71.1
- Version: 1.82.2
- Plugins:
- C/C++ - Microsoft
- C# - Microsoft
Expand All @@ -72,21 +71,20 @@ The software configuration will consist of the following:
- Code::Blocks
- Version: 20.03


## Languages

The following languages are allowed during the contest:

- C
- Compiler version: 11.2.0
- Compiler version: 11.3.0
- Standard: gnu17
- C++
- Compiler version: 11.2.0
- Compiler version: 11.3.0
- Standard: gnu++20
- Python
- Version: PyPy 7.3.9 (Python 3.8.13)
- Java
- Version: 17.0.4
- Version: 17.0.6
- Kotlin
- Version: 1.6.0

Expand Down