Skip to content

Instantly share code, notes, and snippets.

View kennethreitz's full-sized avatar
🐍

Kenneth Reitz kennethreitz

🐍
View GitHub Profile
import io
import os
import json
from tempfile import mkstemp
# import exifread
import PIL
import PIL.Image
import PIL.ExifTags
@kennethreitz
kennethreitz / README.md
Last active June 10, 2019 09:07
readme example

Name OMG Microservice

Microservice badge docker badge

Brief one/two–sentence description of what the service does.

Usage in Storyscript

_insert example usage here_
using System;
using System.Threading.Tasks;
using DNS.Client;
using DNS.Server;
namespace captivateme
{
class DNSClientServer
{
Unknown 0:00
name spaces are one honk and great idea. Let's do more of those.
Unknown 0:06
As soon as you don't let everyone and welcome to this at podcast for humans My name is Kenneth rights and you Today we are joined by the wonderful job man, Gino, I'm starting off this episode with, well, this re Oh my gosh. It's a huge one that just came by Sorry.
Unknown 0:24
I'm starting off the revitalization of the show, thanks to Digital Ocean with some people from my town in Winchester, Virginia. And john is a developer I've known for many years, and I've seen him progress and you see me progress in our careers. And I thought we could talk a little bit about that. And john is really passionate about burnout, and about imposter syndrome. And I thought we could touch briefly on that. So we're going to end the episode. We're not going to do this long to our things that we used to do.
Unknown 0:56
@kennethreitz
kennethreitz / pytheory.ipynb
Created February 19, 2019 11:23
PyTheory in Action
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
# encoding: utf8 1,1 Top# encoding: utf8
import argparse
from datetime import datetime
import json
from random import randint
import requests
import sys
from time import sleep
alexritter.org
bessiewrites.com
certifi.io
coinbin.org
coins-guide.org
conductofcode.org
convore-archive.org
edmsynths.com
essenceofwinter.com
fortunecookiereview.com
import responder
import graphene
from flask import Flask
app = Flask(__name__)
@app.route("/")
version: '3'
services:
postgres:
image: postgres
rabbit:
image: "rabbitmq:latest"
ports:
- "5672:5672"
web:
$ cat t.py
from pprint import pprint
from pytheory import Tone, Fretboard, charts_for_fretboard


tones = (
    Tone.from_string("F2"),
    Tone.from_string("C3"),
    Tone.from_string("G3"),

Tone.from_string("D4"),