Skip to content

Instantly share code, notes, and snippets.

@HW-Lee
HW-Lee / People.java
Last active November 25, 2021 13:47
TaiwanConsensus
public abstract class People {
abstract public String getNationality();
abstract public String getAdjective();
public interface Thinkable {
String getOppose();
String getConsensus();
}
public String getDeclaration() {
@HW-Lee
HW-Lee / run_lucky_draw.py
Created June 27, 2024 08:58
BT停車位抽籤原始碼 2024
import sys
import numpy as np
import json
import pandas
from io import StringIO
import re
import time
from itertools import chain
"""