An open API service indexing awesome lists of open source software.

https://github.com/gcclinux/skillscoder

Currently in concept stage, only Golang supported also will add multi-user & multi-languages!
https://github.com/gcclinux/skillscoder

Last synced: 12 months ago
JSON representation

Currently in concept stage, only Golang supported also will add multi-user & multi-languages!

Awesome Lists containing this project

README

          

# 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](screenshot/latest.png)