Giter Site home page Giter Site logo

skillscoder's Introduction

Skills Coder

SkillsCoder is an online code playground with realtime preview of alternative code improvements, currently in concept stage, included Go and Python as this stage but will be adding multi-user, more-languages, alternative code snipt, many more coding rules!

Concept Version:

001 - Initial golang compiler concept
002 - Added Python interpreter & language selector
003 - Added new rules for the Go languages
004 - Added dynamic sample on code select, simple python rule, split rules in own files
005 - Added layout style for more confort based on fixed size window
006 - Added multi-user personalkey id so that data stay stored inside the personal keys

Create docker for Raspberry Pi / ARM64

$ sudo docker-compose -f docker-compose-aarch64.yml up --build -d

Create docker for x86_64 / AMD64

$ sudo docker-compose -f docker-compose-x86_64.yml up --build -d

Pull & Install Skillscoder

docker pull gcclinux/skillscoder:aarch64
or
docker pull gcclinux/skillscoder:adm64

Run container after pulling it down.

Linux:

sudo docker run \
--detach \
--interactive \
--restart=always \
--publish 80:8000 \
--volume /opt/skillscoder/repo:/app/repo \
--name SkillsCoder \
gcclinux/skillscoder:amd64
Windows:

docker run \
--detach \
--interactive \
--restart=always \
--publish 80:8000 \
--volume //c/Users/YourUser/skillscoder/repo:/app/repo \
--name SkillsCoder \
gcclinux/skillscoder:amd64

Loading Initial screeen:

Click 'Ok' to generate a new personalised key!
Click 'Cancel' to enter existing saved Key!

If you want to save for a later date the code you just wrote & compile all you have to do is keep the PersonalGlobalKey: xxxx saved and use it next time!

Build 6 005

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.