Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Run #26

Open
31004 opened this issue Nov 28, 2018 · 5 comments
Open

Run #26

31004 opened this issue Nov 28, 2018 · 5 comments

Comments

@31004
Copy link

31004 commented Nov 28, 2018

How do I run the code I make?

@Lithl
Copy link

Lithl commented Dec 8, 2018

Depends on what you're writing. In general, you need a compiler/interpreter/runtime for the language you're using.

For example, in my own project, I have a remote server which I connect to via SFTP with chrome OS's Secure Shell app, mounting the remote server as a drive on my chromebook. Then I open a directory on that server as a project in Codepad, make my edits, and run the program on that server (using Secure Shell to issue commands).

@Jeffburner
Copy link

is there an easier way of seeing the code in your browser? I just found this and love it compared to other apps for coding on Chromebooks. I just want to be able to view the work I did for my class in the browser so like HTML pages and little games that I need to code for it.

@Lithl
Copy link

Lithl commented Dec 17, 2018

If you're doing purely front-end stuff, you could have your files stored locally, open and edit them with Codepad, and then view them in chrome (you may have to right click -> view on your HTML file in the Files window to get it to open in Chrome)

@Miles-byt
Copy link

does this aply to python code?

@coder0107git
Copy link

coder0107git commented Nov 5, 2022

See #35.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants