Skip to content

Instantly share code, notes, and snippets.

View minhoryang's full-sized avatar
😍
Happy Today!

Minho Ryang minhoryang

😍
Happy Today!
View GitHub Profile
@minhoryang
minhoryang / emojitest.en.rst
Created January 26, 2016 16:30
rst2html.py < emojitest.en.rst | pbcopy

Below this line, there should be a letter of DARK SUNGLASSES, U+1F576.

<!DOCTYPE html>
<html lang="ko">
<head>
<!-- Required meta tags always come first -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-alpha.2/css/bootstrap.min.css" integrity="sha384-y3tfxAZXuh4HwSYylfB+J125MxIs6mR5FOHamPBG064zB+AFeWH94NdvaCBm8qnd" crossorigin="anonymous">
import os
import pytest
from alembic.command import upgrade
from alembic.config import Config
from project.factory import create_app
from project.database import db as _db
==> Creating development environment layers...
 Otto uses layers to speed up building development environments.
Each layer only needs to be built once. We've detected that the
layers below aren't created yet. These will be built this time.
Future development envirionments will use the cached versions
to be much, much faster.
==> Verifying created layer: consul
==> Creating layer: python3.3
Bringing machine 'default' up with 'virtualbox' provider...
==> default: Cloning VM...
function dm () {
docker-machine "$@" $(docker-machine active)
}
function dm! () {
eval "$(dm env)"
}
ffind() { find . -type f -exec grep -nHr --color "$1" {} \; ; }
@minhoryang
minhoryang / README.md
Created July 22, 2016 12:14 — forked from hirokiky/README.md
Proxy server by using aiohttp.

Async Proxy Server

Installation

pip install -r requirements.txt

Run

Run the backend server

Keybase proof

I hereby claim:

  • I am minhoryang on github.
  • I am minhoryang (https://keybase.io/minhoryang) on keybase.
  • I have a public key ASDIfWUqi6SUdsCIvozcNp-mTNnhPMaPj553RJJ209keaQo

To claim this, I am signing this object:

@minhoryang
minhoryang / Makefile
Last active November 30, 2017 09:57
PEX Trial
PACKAGE=$(shell basename `pwd`) # ""
VERSION=$(shell git describe --tags) # ignorable
OUTPUT_NAME=$(PACKAGE)-$(VERSION)
.PHONY: build_pex
build_pex: clean $(OUTPUT_NAME).pex
.PHONY: prepare_pex
prepare_pex:
pip install --upgrade pip wheel pex
@minhoryang
minhoryang / Github Issue Manager.md
Last active August 17, 2016 09:39
Github Issue Manager (Conductor / Pipeline / Flow / Rule / Linter / ...)