Git Product home page Git Product logo

codelauncher's Introduction

codelauncher

A Flask Python server to launch C/C++ code and Python code online.

This is a simple, light Flask server that allows you to quickly run C code or Python code. It uses only HTML5 and CSS3. No Javascript is needed but if activated the Ace editor is available.

The only dependency is Flask.

Below you have screenshots.

This software is made for you if you are looking for:

  • something simple to write basic code
  • something unified to run C and Python basic programs from source code (switching using one clic)
  • not creating a file, compiling, using a terminal neither using an interpreter
  • having a quick result using one clic on a button
  • no advertising and open source tool
  • using a web browser
  • working in localhost
  • not needing javascript (unless needing a more efficient code editor)
  • customizable
  • not security constraints

WARNING: Be careful, this is intended to run in local as there is no sandbox, no security management.

How to use

The easy way is to clone it and use it via a virtualenv:

$ git clone https://github.com/dadadel/codelauncher.git  # or [email protected]:dadadel/codelauncher.git
$ cd codelauncher

$ virtualenv env
$ . env/bin/activate
$ pip install Flask

Run the server:

$ python webdev.py

Then visite with your web browser the URL: http://127.0.0.1:5000.

Screenshot

  • Ace editor is used when Javascript is activated:

Screenshot

  • When no Javascript activated, basic text box:

Screenshot

codelauncher's People

Contributors

dadadel avatar romgain avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.