Skip to content

Instantly share code, notes, and snippets.

@leejulee
leejulee / self-signed-SSL-cert.md
Created March 22, 2023 19:29 — forked from klcantrell/self-signed-SSL-cert.md
How to create and trust a SSL certificate on Windows

How to create and trust a SSL certificate on Windows

Step 1

Generate a private root key

openssl genrsa -des3 -out myCA.key 2048

Step 2

Generate a root certificate

@leejulee
leejulee / tv-changer-for-mac.py
Created August 24, 2021 05:30 — forked from clarencetw/tv-changer-for-mac.py
TV changer for Mac
#!/usr/bin/env python
# -*- coding: utf-8 -*-
import os
import platform
import random
import re
import string
import sys
@leejulee
leejulee / base.css
Last active August 16, 2017 09:45
zipcode-manifest.json
.container{
width: 250px;
}
#addr{
width: 240px;
margin-bottom: 10px;
}
#result{
aniso8601==1.2.1
Babel==2.4.0
bcrypt==3.1.3
blinker==1.4
cffi==1.10.0
click==6.7
dominate==2.3.1
Flask==0.11.1
Flask-Admin==1.4.2
Flask-Babel==0.11.1
-f /usr/share/pip-wheels
aggdraw==1.1.post20051010
alabaster==0.7.9
alembic==0.8.6
aniso8601==1.1.0
ansible==2.1.0.0
appdirs==1.4.2
argh==0.26.2
async==0.6.2
attrs==16.2.0