Git Product home page Git Product logo

java-play2's Introduction

Java Playground

A web-based Java compiler frontend to play with single-source console programs. UI Demo

Requirements

Motivation

This was developed to provide an easy-to-use UI for students learning programming for the first time, due to a complete lack of user-friendly, lightweight and bug-free IDE for Java.

As such, this is intended to be run and used locally, since its performance won't scale well to more than a handful of users, and more importantly, it is very insecure for the open web (for starters, program execution is not sandboxed).

Acknowledgements

Code from the following projects are included in this repository:

Building a Frozen Executable

  • Install all dependencies

    python -m pip install flask flask-socketio
  • Install cx-Freeze v6.0

    python -m pip install cx-Freeze==6.0b1
  • Run build script

    python setup.py build

You can find similarly built binaries here.

java-play2's People

Contributors

johncf avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Forkers

slimmejeff

java-play2's Issues

Don't run on Ubuntu 17.04 with python3

Hello, I'm not a Python expert. After follow the README instruction I get this error:

raise ImportError("No module named %r" % name)
ImportError: No module named 'asyncio.base_futures'

I am using python3 interpreter. Any help ? Thank you !

$ python3 --versione 3.5.3

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.