sudo apt update
sudo apt install apache2
sudo ufw app list
| package com.gorisse.thomas.arcamera | |
| import android.Manifest | |
| import android.content.ContentValues | |
| import android.content.Context | |
| import android.content.Intent | |
| import android.content.res.Configuration | |
| import android.graphics.Bitmap | |
| import android.hardware.display.DisplayManager | |
| import android.media.CamcorderProfile |
| require("dotenv").config(); | |
| const { EthersEthereum } = require("@rarible/ethers-ethereum"); | |
| const fetch = (...args) => | |
| import("node-fetch").then(({ default: fetch }) => fetch(...args)); | |
| global.FormData = require("form-data"); | |
| global.window = { | |
| fetch: fetch, | |
| dispatchEvent: () => {}, | |
| }; |
| import time | |
| from prefect import task, Flow | |
| from prefect.engine.executors import DaskExecutor | |
| from prefect.environments import LocalEnvironment | |
| from prefect.utilities.logging import get_logger | |
| logger = get_logger('dask-example') | |
| executor = DaskExecutor(address='tcp://localhost:8786') |
| /** | |
| * @file [commitlint Config] Strict commitlint rules for Sysmaker API | |
| * @version v1.0.0 | |
| * @author LouisSung | |
| * @license MIT | |
| * @see https://commitlint.js.org/#/reference-rules | |
| * @see https://github.com/conventional-changelog/commitlint/tree/master/%40commitlint/rules/src | |
| * @see https://github.com/conventional-changelog/commitlint/blob/master/%40commitlint/config-conventional/index.js | |
| * @see https://medium.com/@peter3036200/git-cz-%E8%A6%8F%E7%AF%84%E4%BD%A0%E7%9A%84-commit-%E8%A8%8A%E6%81%AF-9bd8f91b3267 | |
| */ |
| //syntax proto3 will tell the compiler that we are using 3rd version | |
| //of protocol buffers. | |
| syntax = "proto3"; | |
| message Employee{ | |
| string name = 1; | |
| int32 id = 2; | |
| string email = 3; | |
| } | |
1. Architecture: