0% found this document useful (0 votes)
498 views2 pages

Coder Pad Tips and Tricks

The pad interface was designed to simulate a programmer's natural environment with a rich editor and real REPLs. It allows users to write code, invite other users to collaborate, run code, title and customize pads, change programming languages, access settings, clear output, load question templates, and use the command line REPL. Questions can be created, inserted, appended or used to replace the pad's content to reuse commonly asked interview questions. Hotkeys like ctrl/cmd + enter allow quickly running code while tab and shift+tab manage indentation.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
498 views2 pages

Coder Pad Tips and Tricks

The pad interface was designed to simulate a programmer's natural environment with a rich editor and real REPLs. It allows users to write code, invite other users to collaborate, run code, title and customize pads, change programming languages, access settings, clear output, load question templates, and use the command line REPL. Questions can be created, inserted, appended or used to replace the pad's content to reuse commonly asked interview questions. Hotkeys like ctrl/cmd + enter allow quickly running code while tab and shift+tab manage indentation.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 2

The Pad Interface

The pad interface was designed to simulate a programmer’s natural environment as fully as
possible, by offering a rich editor and real REPLs.
5 8 7

3
1
9

10

2a 2b 4 6a

1. Write code. 6b
2a. Invite users to pad.
2b. User List
3. Run your code.
6b
4. Title your pad.
5. Change programming language.
6a. Access Pad Settings.
6b. Pad Settings
6c. Editor Settings
7. Clear output.
8. Load question templates.
9. Command line REPL
10. Dismiss candidate from session
and make pad private.

6c
Questions
Questions are a way to save commonly asked interview questions for reuse.

To create a question:
1 Click the Questions button.
2 Select Write New Question.
3 Select the language you would write your
question in.
4 Fill in the title, description, and contents.
5 Click Save.

To insert a question:
1 Click the Questions button.
2 Select the question you’d like to use.
3 Choose either "Append to Pad" or "Replace Pad."

Hotkeys
CoderPad has a few hotkeys for making writing code quicker and easier.

On non-OSX computers, please substitute CTRL


for .

Run code + ENTER or + S

To indent one level TAB or + [

To indent one fewer level + ]

Auto-indent selected text SHIFT + TAB

Undo action + Z

Redo action + SHIFT + Z

You might also like