Download: StarUML.io
Source: jorgeancal
After installing StartUML successfully, modify LicenseManagerDomain.js as follow:
/**| class TokenStore | |
| include Singleton | |
| attr_reader :params | |
| def initialize | |
| @params = { | |
| client_id: ENV['PUBLIX_AUTH_CLIENT_ID'], | |
| client_secret: ENV['PUBLIX_AUTH_CLIENT_SECRET'], | |
| grant_type: "client_credentials", |
Download: StarUML.io
Source: jorgeancal
After installing StartUML successfully, modify LicenseManagerDomain.js as follow:
/**| https://www.destroyallsoftware.com/screencasts/catalog/first-attempt-at-database-library/download?resolution=1080p | |
| https://www.destroyallsoftware.com/screencasts/catalog/three-router-tweaks/download?resolution=1080p | |
| https://www.destroyallsoftware.com/screencasts/catalog/variables-in-routes/download?resolution=1080p | |
| https://www.destroyallsoftware.com/screencasts/catalog/routing-simple-requests/download?resolution=1080p | |
| https://www.destroyallsoftware.com/screencasts/catalog/malloc-from-scratch/download?resolution=1080p | |
| https://www.destroyallsoftware.com/screencasts/catalog/http-server-from-scratch/download?resolution=1080p | |
| https://www.destroyallsoftware.com/screencasts/catalog/shell-from-scratch/download?resolution=1080p | |
| https://www.destroyallsoftware.com/screencasts/catalog/text-editor-from-scratch/download?resolution=1080p | |
| https://www.destroyallsoftware.com/screencasts/catalog/data-compressor-from-scratch/download?resolution=1080p | |
| https://www.destroyallsoftware.com/screencasts/catalog/a-compiler-from-scratch/ |
| #app.py | |
| def create_app(settings_override=None): | |
| """ | |
| Create a Flask application using the app factory pattern. | |
| :param settings_override: Override settings | |
| :return: Flask app | |
| """ | |
| app = Flask(__name__, instance_relative_config=True, static_folder=None) | |
| #flask-tenant-schema: |
| #! /bin/sh | |
| ### BEGIN INIT INFO | |
| # Provides: supervisord | |
| # Required-Start: $remote_fs | |
| # Required-Stop: $remote_fs | |
| # Default-Start: 2 3 4 5 | |
| # Default-Stop: 0 1 6 | |
| # Short-Description: Example initscript | |
| # Description: This file should be used to construct scripts to be | |
| # placed in /etc/init.d. |
| # Install python3-dev and python3-setuptools | |
| sudo apt-get install build-essential python3-dev python3-setuptools \ | |
| python3-numpy python3-scipy \ | |
| libatlas-dev libatlas3gf-base | |
| # Install wiringpi itself | |
| git clone git://git.drogon.net/wiringPi && cd wiringPi && sudo ./build && cd .. | |
| # Install wiringpi2 for Python3 |
| function Activate() | |
| GameRules.AddonTemplate = TreeTagGameMode() | |
| GameRules.AddonTemplate:InitGameMode() | |
| end |
| /* | |
| !.gitignore | |
| !.gitattributes | |
| # Ignore game folder, and all default dota_addons folders | |
| !game | |
| /game/* | |
| !/game/dota_addons | |
| /game/dota_addons/* |
| /* | |
| !.gitignore | |
| #!.gitattributes this is optional | |
| # Ignore game folder, and all default dota_addons folders | |
| !game | |
| /game/* | |
| !/game/dota_addons | |
| /game/dota_addons/* |