Request Tools for ICPC Onsite Environment

For those who qualified for onsite, the environment for onsite would be closed (i.e. no network access, no new programs allowed to be installed). You will have to use pre installed program only locally. Reply to this post with the tool that you want to see in the environment. You can also upvote existing replies. We will try to install the frequently requested tools (though this will be a best case effort).

To make it more likely for a tool to be installed, also share any links with installation instructions of the tool for Ubuntu.

7 Likes

VS Code (Along with installed Code Runner extension)

Also, CP Helper extension installed in VS code and Competitive Companion extension installed in browser would be beneficial.

Related Links: Tools' Links - Google Docs

14 Likes

Clion(IDE) - for C++
Pycharm(IDE) - for Python

4 Likes

VS Code with the following extensions:-
CPH judge
C/C++ IntelliSense
code runner
Along with it
competitive companion in the browser will be helpful

6 Likes

VS Code + GCC 12.2.0 Compiler [ so that we could write code in C++20 ]
gcc 12.2.0 Compiler for C++20 Support

CP Editor [ many people use it ]

C++ Language support Extension
Installed on VS CODE [ so that basic syntax waring can be highlighted ]
C++ Language Support Extension on VS CODE

[CPH Extension for VS CODE for running C++ with TestCases]

3 Likes

Sublime Text
Extensions:
1)CppFastOlympicCoding
2)Tabnine (If it is allowed)

6 Likes

Yes please install sublime text and integrate it with c++17 with i/p and o/p files.

5 Likes

Are we allowed to have our own builds for Sublime Text? So that we can enable warnings, etc
A request to have C++20 env available

Please install Codeblocks as well. Some of my team members prefer it.

1 Like

@Parth_Pawar Custom builds are not allowed. Only standard installations of all tools (as it will be common for everyone).

VS code with code runner extension for C++ - C/C++ - Visual Studio Marketplace

Geany with Geany Plugins - Can be installed with sudo apt install geany geany-plugins or alternatively

GCC Compiler - sudo apt install g++

1 Like

IntelliJ IDEA - Java (IDE)

3 Likes

Geany text editor (super easy to install, all it takes is the following commands on terminal)

sudo add-apt-repository ppa:geany-dev/ppa
sudo apt-get update
sudo apt-get install geany geany-plugins-common

Alternatively, download tar.gz source from https://www.geany.org/download/releases/

1 Like

Sublime Text and integrate it with c++17 with i/p and o/p files.
Extensions:
1)CppFastOlympicCoding

2 Likes

Could you please tell me which sublime text version will run stable on windows 7 (32-bit) pc.I need it for practice.

Regards,
Altamash