Microservice badge docker badge
Brief one/two–sentence description of what the service does.
Usage in Storyscript
_insert example usage here_
import io | |
import os | |
import json | |
from tempfile import mkstemp | |
# import exifread | |
import PIL | |
import PIL.Image | |
import PIL.ExifTags |
Microservice badge docker badge
Brief one/two–sentence description of what the service does.
_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 |
# 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"),