Skip to content

Commit

Permalink
Merge pull request #9 from WISVCH/systems-update
Browse files Browse the repository at this point in the history
Update systems page
  • Loading branch information
verwoerd authored Oct 9, 2023
2 parents cdb5a80 + f51508f commit 7dff7fe
Showing 1 changed file with 16 additions and 19 deletions.
35 changes: 16 additions & 19 deletions content/systems.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ title: Systems
type: page
weight: 7
menu: main
draft: true
---

This page describes current plans for the Programming Environment which will be available to each NWERC 2023 team.
Expand All @@ -15,11 +14,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 +36,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
- IntelliJ IDEA Community
- 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 +70,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

0 comments on commit 7dff7fe

Please sign in to comment.