gitextract_8uxbsio_/ ├── .gitignore ├── CONTRIBUTING.md ├── Dockerfile ├── Dockerfile.nofaas ├── FortranSample.md ├── LICENSE ├── QuickCodeTutorial.md ├── QuickCodeTutorial_PWK.md ├── README.md ├── Sample.md ├── code.txt ├── deploy_pwk.sh ├── docker-compose.yml ├── handler.py ├── ide-server.py ├── ide.py ├── ide_server.py ├── k8s_templates/ │ ├── aci-beta.yml │ ├── faas_function_k8s.yml │ └── str8_k8s.yml ├── minikube.sh ├── templates/ │ ├── alloy_server.html │ ├── base_test.html │ ├── base_test_server.html │ ├── boostrap_server.html │ ├── index-panel.html │ ├── index-tut.html │ ├── index-tutorial.html │ └── index.html ├── time2code-faas-cli-functions.yml ├── time2code-server-k8s.yml ├── time2code-swarm-deploy.yml └── time2deploy.sh