Questions tagged [coderunner]

Developer tool to "edit and run code in any programming language with just a single click." (Note: This is not the Visual Studio Code plug-in. That plug-in's tag is vscode-code-runner.)

CodeRunner is a Mac App from developer Nikolai Krill that allows you to:

Edit and run code in any programming language with just a single click.

With CodeRunner, it has never been easier to write and test code, run scripts, work with algorithms, or simply experiment with a new coding or scripting language.

Some of the advertised CodeRunner features include:

  1. Run code in any language
  2. Powerful editing
  3. Customizable templates
  4. Built-in console
  5. Add your own languages
  6. Interact with your code
72 questions
0
votes
1 answer

Coderunner is not working

I am having some problem with Coderunner. It was running with out any problem but now it is not.As you see in image below. Please, can you help me to resolve this problem. Thanks! http://yadi.sk/d/tDkp1K8v6aeby
user2560303
  • 15
  • 1
  • 5
0
votes
1 answer

Avoid crash report when a code snippet in CodeRunner throws exception

When using CodeRunner to test Objective-C code snippets, any exception thrown during run time will cause a crash, followed by the quit unexpectedly alert with complete stack trace and crash report saved in…
Monolo
  • 18,205
  • 17
  • 69
  • 103
0
votes
1 answer

OSX-Terminal -jar run command

I used to work with Eclipse but switched recently to CodeRunner. The Problem is I'm supposed to use Graphviz, Batik and a Package from my college in order to work on some projects. As long as there was one .jar file I'll managed to use my own with…
dustinboettcher
  • 495
  • 1
  • 6
  • 19
0
votes
3 answers

Compiling C# Code with Coderunner — No Warnings Allowed

I would love to have a little problem solved. I know that it's not the best way to debug a piece of code with possible warnings, but I love to debug all the time when I have a little break between to ideas. I just found out about mono and the…
TurboFish
  • 7,789
  • 4
  • 18
  • 27
0
votes
1 answer

Setting up an Xcode project with many individual example files

I'm playing around with lots of little C files whilst going through a book. Eg: defs.h chapter01 pointers.c structPointers.c vectorOps.c defsTest.c chapter02 selectionSort.c recursion.c bubbleSort.c etc… I'm currently using a great little app…
brendanzab
  • 950
  • 1
  • 11
  • 29
-1
votes
2 answers

How to Show Code Runner Shortcut In VS Code

How can I show the Code Runner shortcut in Visual Studio Code if I mistakenly hid it?" I was using Visual Studio Code and I accidentally hid the Code Runner shortcut. Is there a way to show it again? I have tried searching in the keyboard shortcuts…
-1
votes
2 answers

Couldn't compile java in vs code

I am not able to run java in vs code [my code] public class hello { public static void main(String args[]) { System.out.print("Hello World") } } . I don't even have an option of run code in terminal in my settings..It is not…
-1
votes
1 answer

Code Runner extension of Visual Studio Code doesn't work when click in "Run Code"

When I click on every button of "Run Code" (top-right of windows or when right-click the code) or even when I type the key shortcut "Ctrl + Alt + N" (which is defined in settings) VSCode doesn't do anything, doesn't show any error but also doesn't…
-1
votes
1 answer

How to use css with Code Runner

Hi if anyone knows how to use Code Runner, how would I link an html file to a css file. Does Code Runner even support css? Thanks
Vishnu Murale
  • 173
  • 14
-2
votes
2 answers

What does __init__ do in python?

What does init in python language I was learning the python language and I am facing difficulty to understand init it. I tried to search about this on google but I am not cleared about this.
-3
votes
4 answers

java.lang.ArrayIndexOutOfBoundsException why am i getting this

Why am i getting the exception error va.lang.ArrayIndexOutOfBoundsException why am i getting thisva.lang.ArrayIndexOutOfBoundsException why am i getting thisva.lang.ArrayIndexOutOfBoundsException why am i getting…
imrtl008
  • 7
  • 3
-4
votes
1 answer

When i use Scanner in my code then my program only in running state it not completed

Whenever i use Scanner is this program, the program goes to running state it is not completed, if it is completed then its input not working. But when i remove it successfully working. I don't know what happening in my vscode.enter image description…
1 2 3 4
5