ArbitCode / GATE

GATE Practice

Home Page:https://arbitcode.tech/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

๐Ÿ”ฅ GATE is all about PRACTICE/Logical but not Factual ๐Ÿคž

๐Ÿ“š Syllabus

๐Ÿšฅ Resources

VScode Setup

โœ… Install Visual Studio Code

โœ… Clone Respository

#Clone into GATE dir
git clone https://github.com/ArbitCode/GATE.git GATE
#Open GATE dir in VSCode 
code GATE
#change dir
cd GATE
#Update-index to assume unchanged input.txt 
git update-index --assume-unchanged InOutPutFile/input.txt

โœ… Import VScode Profile For Enhanced View

โœ… How to Build ๐Ÿ—, Run ๐Ÿƒโ€โ™€๏ธ and Clean ๐Ÿšฎ C/C++ Programme

๐Ÿ”ฅ VSCode Run Task

  • On Windows/MacOS/Linux
    • Write input into input.txt.
    • Press Ctrl+Shift+P to open the command Palette.
    • Type Tasks: Run Task and press Enter
    • Type C/C++: Run on Windows and press Enter.
    • Output written into output.txt

๐Ÿซ€ Run Code(Ctrl+Alt+N)

  • On MacOS/Linux
  • Write input into input.txt.
  • Press Run Code or type (Ctrl+Alt+N)
  • Output written into output.txt
  • Note: On Windows Run Code(Ctrl+Alt+N) is not working currently.

๐Ÿšฎ Build Clean

  • ๐Ÿ”ฅ VSCode Run Task
    • Press Cmd/Ctrl+Shift+P to open the command Palette.
    • Type Tasks: Run Task and press Enter
    • Type C/C++: Clean Build and press Enter.

About

GATE Practice

https://arbitcode.tech/


Languages

Language:C++ 87.9%Language:C 12.1%