I hereby claim:
- I am echohtp on github.
- I am jasonschorr (https://keybase.io/jasonschorr) on keybase.
- I have a public key whose fingerprint is F3CF F75B 79C9 5D8F 136D 9FD0 8B3B DBC5 7800 0A39
To claim this, I am signing this object:
| var Hapi = require(‘hapi’); | |
| var sOptions = { host: '0.0.0.0', port: parseInt(process.env.PORT, 10) || 3000}; | |
| var server = new Hapi.Server(); | |
| server.connection(sOptions); | |
| server.start() |
I hereby claim:
To claim this, I am signing this object:
| Command name argument expected. | |
| Available command groups for gcloud: | |
| AI and Machine Learning | |
| ai-platform Manage AI Platform jobs and models. | |
| ml Use Google Cloud machine learning capabilities. | |
| ml-engine Manage AI Platform jobs and models. | |
| API Platform and Ecosystems |
| import React, { Component } from 'react'; | |
| import withFirebaseAuth from 'react-with-firebase-auth' | |
| import * as firebase from 'firebase/app'; | |
| import 'firebase/auth'; | |
| import 'firebase/database'; | |
| import 'firebase/firestore'; | |
| import ProtectedApp from './components/ProtectedApp' | |
| const firebaseConfig = { | |
| apiKey: process.env.REACT_APP_API_KEY, |
| import os | |
| import tweepy | |
| from flask import Flask | |
| # Authenticate to Twitter | |
| auth = tweepy.OAuthHandler("API KEY", "API SECRET") | |
| auth.set_access_token("TOKEN", "SECRET") | |
| # Create API object |
| ### VARIABLE DECLARATIONS | |
| variable "project_name" { | |
| type = string | |
| } | |
| variable "region_name" { | |
| type = string | |
| } | |
| variable "zone_name" { | |
| type = string | |
| } |
| provider "google" { | |
| version = "~> 2.0, >= 2.5.1" | |
| alias = "tokengen" | |
| } | |
| data "google_client_config" "default" { | |
| provider = "google.tokengen" | |
| } | |
| data "google_service_account_access_token" "sa" { | |
| provider = "google.tokengen" | |
| target_service_account = "[email protected]" |
| variable "project_name" { | |
| type = string | |
| } | |
| variable "sensor_machine_type" { | |
| type = string | |
| } | |
| variable "sensor_startup_script" { | |
| type = string |
| <html> | |
| <head> | |
| <title>Gmail loading animation Fall 2020</title> | |
| <meta name="description" content="This is the HTML and CSS for Google's Gmail loading icon, Fall 2020."> | |
| <style> | |
| body { | |
| margin: 0; | |
| width: 100%; | |
| height: 100% |