Skip to content

Instantly share code, notes, and snippets.

View david-zw-liu's full-sized avatar
:octocat:
Hello from the other side.

David Liu david-zw-liu

:octocat:
Hello from the other side.
View GitHub Profile
@david-zw-liu
david-zw-liu / get_cloud.sh
Last active August 21, 2025 07:28 — forked from oofnikj/get_cloud.sh
Download and install latest google-cloud-sdk on Alpine
#!/bin/sh -e
######
# Tested with various flavors of Alpine, Ubuntu and Debian. CentOS / RedHat not supported (yet).
# Use:
# wget -qO- https://gist.githubusercontent.com/david-zw-liu/a473811f974227e1fee94ef6b0f90a85/raw | sh
######
export SDK_DIR=/usr/local/lib
apk update && apk add wget curl python3 ca-certificates || true
@david-zw-liu
david-zw-liu / taiwan_districts.json
Created April 11, 2022 03:30 — forked from abc873693/taiwan_districts.json
台灣行政區郵遞區號 JSON
[
{
"districts": [
{
"zip": "100",
"name": "中正區"
},
{
"zip": "103",
"name": "大同區"