RunCode Docs
  • RunCode Players Guide
  • RunCode Prog
  • Getting Started
    • Creating an Account
    • Join us on Slack
    • Tutorial Challenges
    • Engage with us on Twitter
  • Supported Languages
    • BASH
    • C
    • C++
    • CLisp
    • Golang
    • Haskell
    • Nodejs
    • Perl
    • PHP
    • Python2
    • Python3
    • Powershell
    • Ruby
    • Rust
    • Scala
  • Miscellaneous Tips
  • Frequently Asked Questions
  • Legal Information
  • RunCode CTF
  • Capture-the-Flag Rules
  • Introducing RunCode CTF
Powered by GitBook
On this page
  • What Tools Do I Need?
  • Supported Operating Systems
  • Submission Operating System Environments

Getting Started

PreviousRunCode Players GuideNextCreating an Account

Last updated 6 years ago

This is the player's guide for the RunCode persistent site. Here you'll find most of what you need to know to get started competing on the site, as well as working toward mastery of your language of choice.

To your left you'll find links to the sections in this guide. If you have trouble finding anything, let us know at admin AT runcode DOT ninja.

What Tools Do I Need?

All that's really required is a basic text editor and a sense of humor. Learning to code takes time, but with some consistency its just like learning anything else. However, in order to properly test your code before submission you'll want to install a compiler (or interpreter) for your language of choice (see ). We strongly reccomend you compile/run your code before submitting.

A nice-to-have would be choosing an editor that offers syntax highlighting for your chosen language, and line numbering. Beyond that, coders are generally very particular about their editors because they spend so much time in them.

Text Editor Suggestions

For those of you that don't already have a preference and would like some suggestions, the following text editors are all excellent options that won't cost you a dime.

Name

Website

Operating System

vim

Cross-Platform

Notepad++

Windows

Atom

Cross-Platform

Visual Studio Code

Cross-Platform

GNU Emacs

Linux, Windows, MacOS

Sublime Text

Linux, Windows, MacOS

Spacemacs

Linux, Windows, MacOS

Supported Operating Systems

It really doesn't matter what OS you use to write your code. If it can write text and save it to a file, it will work. It is important to keep in mind though what type of machine your code will be graded on. Although we try our best to filter carriage returns from your code using the dos2unix utility, you may still have issues with your program's logic. Just keep in mind that a new line on Windows requires a carriage return \r character to move the cursor to the first column as well as a newline \n character to start a new line. Linux simply uses \n for new lines without the need for carriage returns.

Submission Operating System Environments

For most submissions, we run your code in an isolated Linux container (Ubuntu 16.04) with no network connectivity whatsoever (except for the loopback address). The one exception is that, when support is restored, we will run C# submissions on a native Windows container with, likewise, no network connectivity except for the loopback address.

(Advanced Users)

(Advanced Users)

(evil)

Supported Languages
https://www.vim.org/
https://notepad-plus-plus.org/
https://atom.io/
https://code.visualstudio.com/
https://www.gnu.org/software/emacs/
https://www.sublimetext.com/
http://spacemacs.org/