I hereby claim:
- I am kjwon15 on github.
- I am kjwon15 (https://keybase.io/kjwon15) on keybase.
- I have a public key ASBSamu1MoW7c4KdRIKSwKA9-_lgUHedtbKBBsQ8JGlreQo
To claim this, I am signing this object:
#!/usr/bin/env python | |
import argparse | |
import time | |
import logging | |
import redis | |
import requests | |
import socket | |
import subprocess | |
from logging.handlers import RotatingFileHandler |
#!/usr/bin/env python3 | |
import io | |
import shutil | |
import sys | |
from urllib.request import urlopen | |
from PIL import Image | |
<!DOCTYPE html> | |
<html> | |
<head> | |
<meta http-equiv="content-type" content="text/html; charset=utf-8" /> | |
<meta name="viewport" content="width=device-width, initial-scale=1"/> | |
<title>Fez</title> | |
<style type="text/css"> | |
body { | |
font-size: 80px; | |
} |
#!/usr/bin/env python3 | |
from collections import namedtuple | |
from datetime import timedelta | |
import functools | |
import os | |
from os import path | |
import sys | |
import time | |
I hereby claim:
To claim this, I am signing this object:
import sys | |
import requests | |
from pyquery import PyQuery | |
def get_content(link): | |
resp = requests.get( | |
link, |
#!/bin/bash | |
set -eo pipefail | |
TARGET_BRANCH=master | |
GIT_DIR="$(git worktree list | head -n1 | cut -d' ' -f1)" | |
APPNAME="${GIT_DIR##*/}" | |
build_app() { |
// ==UserScript== | |
// @name whois drag | |
// @namespace https://github.com/Kjwon15/whois-drag | |
// @version 0.1 | |
// @description Fuck Whois.or.kr | |
// @author Kjwon15 | |
// @match https://xn--c79as89aj0e29b77z.xn--3e0b707e/*/whois.jsc* | |
// @grant none | |
// ==/UserScript== |
import glob | |
import os | |
from os import path | |
import psycopg2 | |
DATA_DIR = '[MEDIA_PATH]/accounts' | |
URL = '[DATABASE_URI]' |