Skip to content

Instantly share code, notes, and snippets.

View fabianwilliams-zz's full-sized avatar
🎯
Focusing

Fabian Williams fabianwilliams-zz

🎯
Focusing
View GitHub Profile
@fabianwilliams-zz
fabianwilliams-zz / iterm2-solarized.md
Created April 27, 2018 00:33 — forked from kevin-smets/iterm2-solarized.md
iTerm2 + Oh My Zsh + Solarized color scheme + Meslo powerline font + [Powerlevel9k] - (macOS)

Default

Default

Powerlevel9k

Powerlevel9k

# Login to Azure
az login
# This will also give you a list of your current subscriptions
# To get an organized list of subscriptions in a tabular format
az account list --output table
# If you are not set to the default Subscription you want to use. Issue this command
# Use az account set with the subscription ID or name you want to switch to
az account set --subscription "The Name of the Subcription Here"
import tweepy
import time
import datetime
import requests
import uuid
import pymongo
from pymongo import MongoClient
def limit_handler(cursor):
@fabianwilliams-zz
fabianwilliams-zz / createadaptivecardforresulttype.json
Created February 27, 2021 17:07
Graph Connector: Create Connection, Schema, and Index for our Demo
{
"type": "AdaptiveCard",
"version": "1.0",
"body": [
{
"type": "ColumnSet",
"columns": [
{
"type": "Column",
"width": 1,