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
1
vote
0 answers

Why do I receive fails when I try to run my framework?

I have a problem with my framework. When I try to run that it fails and I do not know where the problem is coming from. screenshot. My runner class is as follows; @RunWith(Cucumber.class) @CucumberOptions( plugin =…
Besiktas
  • 19
  • 2
1
vote
1 answer

C compiler can't find function definition

I'm new to C programming and encounter this question: Three files: main.c, foo.h, foo.c are in the same directory. main.c: #include #include "foo.h" int main(){ printf("%d",func(1)); } foo.h declares function func: int…
o_yeah
  • 688
  • 7
  • 17
1
vote
2 answers

Run projects in Java with the CodeRunner IDE on mac

Sorry for my level of English. I have a problem with CodeRunner IDE that prevents me from using it correctly. If I create an application with CodeRunner and run it, I have no problems, but if I save it to the hard disk I cannot run it again. Once…
Javier
  • 11
  • 1
1
vote
1 answer

How do you get the Code Runner extension in Visual Studio Code to use the selected Python interpreter?

I'd like quickly run the active python file in vscode using the Code Runner extension. When I run it I get the message... Python was not found but can be installed from the Microsoft Store: https://go.microsoft.com/fwlink?linkID=2082640 I would…
GollyJer
  • 23,857
  • 16
  • 106
  • 174
1
vote
2 answers

Backendless CodeRunner not registering with backendless servers

I'm using Backendless to handle data and push notifications for an iOS app. I am currently trying to write the server side code for a timer in Java. I have followed the guide here to download the timer code, open it and build it in IntelliJ IDEA and…
Mitchell D
  • 465
  • 8
  • 24
1
vote
2 answers

Including external libraries in CodeRunner 2 app?

I've always used Xcode to compile OpenCV based code in c++. The procedure in Xcode was quite simple, I just had to mention the paths and add the necessary lib files to the project. Theres this app called CodeRunner 2 for macOS. Theres no proper…
Rakshith G B
  • 816
  • 2
  • 8
  • 24
1
vote
0 answers

Install and configure Backendless Standalone on a PC?

After Parse.com announced they're closing I've decided to find a new mbaas, and I found Backednless. I downloaded their standalone version and installed it on my PC. I would like to configure it in some way, in order to be able to deploy my custom…
starscream
  • 741
  • 2
  • 11
  • 23
1
vote
1 answer

Settings for Locales in Coderunner Application with python 3 and matplotlib

I have been desperately looking for an answer for quite a while. My problem: The problem is: With Python in Coderunner on a mac, I cannot import matplotlib, always getting: unknown locale: UTF-8 A bit of historical details: I used Python 3.4 with…
ntpop
  • 11
  • 2
1
vote
1 answer

How do I install moodle with the CodeRunner module on windows localhost?

I'm study and try about moodle now and have installed moodle on windows localhost though I'm not really understand of how it works. Now I want to try install CodeRunner https://github.com/trampgeek/CodeRunner moodle question type on this moodle so I…
Alv
  • 21
  • 7
1
vote
1 answer

Unable to run any Python program using code runner

I'm brand new to coding. I managed to figure out how to use github and I have been forking projects over to my machine in an attempt to play around with them and learn python. My problem is every single project I fork over, when I run any of the…
david
  • 6,303
  • 16
  • 54
  • 91
1
vote
4 answers

Python programming with CodeRunner

im using a program called CodeRunner to program Python code. I want to install wxpython but how do I figure out what version python im using? when i do python -v in Terminal it says im on 2.7, but is that the same version that CodeRunner is using?…
terence vaughn
  • 521
  • 2
  • 11
  • 23
1
vote
2 answers

How to compile SecureUDID with CodeRunner

I'm trying to quickly test what kind of results I'd get using SecureUDID before I can use in my Xcode project. In this case I'm using CodeRunner but I've never compiled obj-c code outside of Xcode. I've attached the error I'm getting when using the…
Mac
  • 2,693
  • 7
  • 36
  • 44
0
votes
0 answers

Code Runner extension Run Very Slow in VS Code

So i recently just bought a new gaming laptop, it's an Asus Tuf, but strangely when i install vs code in my new laptop and code some algorithm with c++ andd using Code Runner extension to compile and run my program, it run very slow compared to my…
0
votes
0 answers

CodeRunner type of plugin/library on ASP .NET Core

I need a way to implement something like CodeRunner on Moodle, but on ASP .NET Core application. Is there a way to do that, some plugin or library? I tried CodeRunner on Moodle, but it needs a Moodle application to run it. I need a way to implement…
0
votes
1 answer

Able to run Java code using Code Runner but not CLI

Currently a beginner to Java and I have the extension Code Runner installed. I am able to run my code within the window via the Run | Debug options provided by Code Runner. However, after compiling the file with javac, I am unable to run the file.…
Peek0
  • 173
  • 2
  • 9