From af58cb4c625a39763a691b289a47e02bf298c607 Mon Sep 17 00:00:00 2001 From: Maarten Weyns Date: Tue, 3 Oct 2023 15:52:19 +0200 Subject: [PATCH 1/5] Update systems page --- content/systems.md | 33 ++++++++++++++++----------------- 1 file changed, 16 insertions(+), 17 deletions(-) diff --git a/content/systems.md b/content/systems.md index 292cda1..909e72b 100644 --- a/content/systems.md +++ b/content/systems.md @@ -16,10 +16,10 @@ 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 +- Intel Core i7 7500U Processor + - 2 cores, hyperthreading disabled + - CPU frequency 2.70 GHz, turboboost disabled +- 16GB of RAM ## Software @@ -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 + - 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 @@ -72,21 +71,21 @@ 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 From bfe11f2da81d6c1734dc5ea8df1821e1efd25348 Mon Sep 17 00:00:00 2001 From: Maarten Weyns Date: Tue, 3 Oct 2023 15:55:01 +0200 Subject: [PATCH 2/5] Update laptop model name --- content/systems.md | 1 - 1 file changed, 1 deletion(-) diff --git a/content/systems.md b/content/systems.md index 909e72b..2ba5af5 100644 --- a/content/systems.md +++ b/content/systems.md @@ -71,7 +71,6 @@ The software configuration will consist of the following: - Code::Blocks - Version: 20.03 - ## Languages The following languages are allowed during the contest: From 5dfa7019e630e1b17edb3c93f6701ee4f9519795 Mon Sep 17 00:00:00 2001 From: Maarten Weyns Date: Tue, 3 Oct 2023 15:55:19 +0200 Subject: [PATCH 3/5] Fix spelling mistake model name --- content/systems.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/systems.md b/content/systems.md index 2ba5af5..322afcf 100644 --- a/content/systems.md +++ b/content/systems.md @@ -15,7 +15,7 @@ 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: +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 From 5dd30c492c4f159c78cd6f3ef0b63e2bc8e8fd8a Mon Sep 17 00:00:00 2001 From: Maarten Weyns Date: Mon, 9 Oct 2023 10:35:33 +0200 Subject: [PATCH 4/5] Update IntelliJ IDEA name Co-authored-by: verwoerd --- content/systems.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/systems.md b/content/systems.md index 322afcf..63243d9 100644 --- a/content/systems.md +++ b/content/systems.md @@ -38,7 +38,7 @@ The software configuration will consist of the following: - geany - kate - IDEs: - - Idea Community + - IntelliJ IDEA Community - Version: 2022.3 - Workspace is already set up but needs to be opened from the welcome screen - Plugins: From f51508f3e2d347c2e02df711bb1d447f7ca24e16 Mon Sep 17 00:00:00 2001 From: Maarten Weyns Date: Mon, 9 Oct 2023 10:36:12 +0200 Subject: [PATCH 5/5] Remove draft state --- content/systems.md | 1 - 1 file changed, 1 deletion(-) diff --git a/content/systems.md b/content/systems.md index 63243d9..ee9a7c5 100644 --- a/content/systems.md +++ b/content/systems.md @@ -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.