This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // Adding requirements | |
| let gulp = require("gulp"), | |
| sass = require("gulp-sass"), | |
| cleanCss = require("gulp-clean-css"), | |
| minify = require("gulp-minify"), | |
| rename = require("gulp-rename"), | |
| notify = require("gulp-notify"), | |
| plumber = require("gulp-plumber"); | |
| // Paths for source and destination | |
| const paths = { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <iframe src="https://docs.google.com/forms/d/e/1FAIpQLSf2S4iFIPgIB7BO7PN-cACBDMvdOPligeHIgHCXcImewjNbYg/viewform?embedded=true" width="640" height="475" frameborder="0" marginwidth="0" marginheight="0">Loading…</iframe> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # pip install pandas lxml openpyxl | |
| # imports - you know why! | |
| import pandas as pd | |
| # from_seat_number | |
| fr_se = 407515 | |
| # to_seat_number | |
| to_se = 407553 | |
| # to_se = 407520 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Compiling the C compiler identification source file "CMakeCCompilerId.c" failed. | |
| Compiler: C:/Program Files (x86)/Microsoft Azure Sphere SDK/Sysroots/3/tools/gcc/arm-poky-linux-musleabi-gcc.exe | |
| Build flags: | |
| Id flags: | |
| The output was: | |
| 1 | |
| cc1: error: no include path in which to search for stdc-predef.h | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| from flask import Flask, request, jsonify | |
| from azure.cognitiveservices.vision.face import FaceClient | |
| from msrest.authentication import CognitiveServicesCredentials | |
| import azure.cosmos.cosmos_client as cosmos_client | |
| import io | |
| import uuid | |
| import base64 | |
| app = Flask(__name__) |
NewerOlder