Microservice badge docker badge
Brief one/two–sentence description of what the service does.
Usage in Storyscript
_insert example usage here_| #!/usr/bin/env bash | |
| function bake_fg_color { | |
| BLACK="\033[0;30m" | |
| BLACK_BOLD="\033[1;30m" | |
| WHITE="\033[0;37m" | |
| WHITE_BOLD="\033[1;37m" | |
| RED="\033[0;31m" | |
| RED_BOLD="\033[1;31m" | |
| GREEN="\033[0;32m" |
| FROM ubuntu:19.04 | |
| ENV DEBIAN_FRONTEND noninteractive | |
| ENV LC_ALL C.UTF-8 | |
| ENV LANG C.UTF-8 | |
| ENV PYTHONDONTWRITEBYTECODE 1 | |
| ENV PIPENV_MAX_SUBPROCESS 64 | |
| ENV PIPENV_SKIP_LOCK 1 | |
| ENV PIP_EXISTS_ACTION a |
| 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("/") |