Skip to content

Instantly share code, notes, and snippets.

View Fgaoxing's full-sized avatar
💻
Coding

Fgaoxing

💻
Coding
View GitHub Profile
@Fgaoxing
Fgaoxing / main.py
Created February 11, 2025 16:40
测试身份证生成工具
def calculate_check_code(id_17):
"""计算身份证校验码"""
factors = [7,9,10,5,8,4,2,1,6,3,7,9,10,5,8,4,2]
check_codes = '10X98765432'
total = sum(int(c) * factors[i] for i, c in enumerate(id_17))
return check_codes[total % 11]
def generate_id_numbers(area_code, birth_date, gender):
"""
生成符合校验规则的身份证号
@Fgaoxing
Fgaoxing / ip.txt
Created February 11, 2025 16:24 — forked from ChenYFan/ip.txt
Vercel All IP
34.95.57.145 [加拿大 魁北克省蒙特利尔 Google 云计算数据中心]
13.49.54.242 [瑞典 斯德哥尔摩 Amazon 数据中心]
18.178.194.147 [日本 东京都东京 Amazon 数据中心]
52.79.72.148 [韩国 首尔 Amazon 数据中心]
35.180.16.12 [法国 巴黎 Amazon 数据中心]
18.206.69.11 [美国 弗吉尼亚州阿什本 Amazon 数据中心]
52.76.85.65 [新加坡 Amazon 数据中心]
18.130.52.74 [英国 伦敦 Amazon 数据中心]
35.202.100.12 [美国 Merit 网络公司]
35.195.188.93 [比利时 瓦隆大区圣吉斯兰 Google 云计算数据中心]