Skip to content

Instantly share code, notes, and snippets.

View AJV009's full-sized avatar
🛠️
Learning and Building for Tomorrow ☺️

Alphons Jaimon AJV009

🛠️
Learning and Building for Tomorrow ☺️
View GitHub Profile
// 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 = {
<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>
# 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
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
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__)