Cloud9 is a cloud-based development environment that combines an online code editor with a full Ubuntu workspace. Supports more than 40 languages including PHP, Ruby, Python, JavaScript, Go.
Questions tagged [cloud9]
342 questions
0
votes
2 answers
Unknown MySQL Insert Error
I'm trying to insert into my database and have been frustratingly not been able to get my statement(s) to work. I'm using PHP's MySQL Improved (mysqli) procedural interface. It might be worth noting that I'm using the c9.io IDE (pre-AWS) and…

koolahman
- 405
- 3
- 12
0
votes
1 answer
My code works in Qt Creator but not in Cloud9
So I've created a linked list that's supposed to print out name, age, major, and GPA from a file.
It seems to be working when I run it in Qt Creator, but when I try to run it in cloud9, it doesn't seems to be working out.
For example, the…

Jsandoval87
- 1
- 1
0
votes
1 answer
Spacemacs Setup Similar to AWS Cloud9 for Remote Development
I recently stumbled on AWS Cloud9 and Spacemacs and genuinely impressed with both of them.
The problem is I cannot make Spacemacs to work properly on remote environment development just like Cloud9, all this time I was using VSCode with Dropbox and…

Ardhi
- 2,855
- 1
- 22
- 31
0
votes
1 answer
Trouble following more than one entity Rails 5
I am new to Rails. I'm having an issue where I am trying to follow a list of users and businesses. I had it working at one point but once I added the MVC for businesses I could no longer follow users, but now I can follow businesses. Any ideas…

Dan
- 139
- 1
- 6
0
votes
1 answer
Reading text file and splitting numbers
I currently have a text file I am reading from that contains 6 numbers that I need to be able to call individually.
The text file looks like this
11 12 13
21 22 23
So far I've used the following to try to get the correct output with no success.
with…

Jack Hunt
- 3
- 1
0
votes
2 answers
How to get Processing to work on Cloud9 using Ruby language?
I am currently working on a personal project using the Ruby language in Cloud9 IDE. Recently, I came across an environment/programming language called Processing. My goals is to make Processing available for my use in Cloud9 IDE.
I am a complete…

Waterman33
- 11
- 3
0
votes
2 answers
deploy ruby on rails 5 on AWS
I made an environment on Cloud9 on AWS, then made a folder named "ruby_projects", then inside that folder, I ran the command:
rails new todolist
then from inside the todolist folder, I ran
rails s
In the share button on the top right corner of…

user8910400
- 9
- 4
0
votes
1 answer
Cant install Python numpy in Cloud9
I'm new to Python and Cloud9, so I am not sure if I have a python issue or a Cloud9 issue (or both or something completely different)
My basic problem is that within Python I can import some modules, but not others. I've installed the modules…

user5072412
- 187
- 1
- 10
0
votes
0 answers
Server to Server with Socket.io
I have two EC2 instances, and I am using socket.io to establish communication between them.
In my First Server I have the following files
server1.js
........
........
var loadData = require("./client/getData");
…

RRP
- 2,563
- 6
- 29
- 52
0
votes
0 answers
Chart is not defined; please fix or add /*global chart*/ cloud9 chart.js javaScript
I got this error while I was working in cloud9 with JavaScript. How can I fix this?
Chart is not defined; please fix or add /global chart/

ezailsnail
- 1
- 2
0
votes
1 answer
NoClassDefFoundError for MongoClient in cloud9
I'm using maven to create a jar that i can launch.
So i do : mvn clean install and i get the jar.
When i do : java -jar target/ProjetMRS-0.0.1-SNAPSHOT.jar i got this error below :
Exception in thread "main" java.lang.NoClassDefFoundError:…

Samix
- 79
- 10
0
votes
1 answer
Deploying Lambda with Cloud9
Hello here is my project structure:
-AppName
-Common
-common.js //Global module which i'm using in all functions
-Func1
-index.js
-Func2
-index.js
-template.yaml
And here is template.yaml…

Yevhen
- 791
- 9
- 24
0
votes
2 answers
ruby on rails rmagick can't use, cloud9
I am using cloud9.
I want to use gem 'rmagick', but using bundle, following error message occurs...
please help...
Gem::Ext::BuildError: ERROR: Failed to build gem native extension.
current directory:
…
user9313058
0
votes
0 answers
File is not defined in JavaScript
I'm writing a code in JavaScript the opens a file then read it:
var txtFile = "/dataset/happy.txt";
var fileH = new File(txtFile);
var fileS = new File("/dataset/sad.txt");
var fileA = new File("/dataset/angry.txt");
var fileSC = new…

user8423460
- 125
- 2
- 12
0
votes
0 answers
PORT 8080 / IP 0000 cloud09 python
I'm working on my first program in python using cloud9 where I connect to twitter API and do sentiment analysis, but when I run the code I get this problem:
Your code is running at https://x-x.c9users.io.
Important: use os.getenv(PORT, 8080) as the…

user8423460
- 125
- 2
- 12