Skip to content

Instantly share code, notes, and snippets.

View YukariChiba's full-sized avatar
🐑
Working

Yukari Chiba YukariChiba

🐑
Working
View GitHub Profile
@YukariChiba
YukariChiba / conference_finder.py
Created December 21, 2021 17:48
国际会议扫描器,助力搜索全球水会
import requests as rq
import bs4
def main():
for char1 in range(ord('a'), ord('z')+1):
for char2 in range(ord('a'), ord('z')+1):
for char3 in range(ord('a'), ord('z')+1):
domain = "ic{}{}{}.org".format(
chr(char1), chr(char2), chr(char3))
@YukariChiba
YukariChiba / openpgp.txt
Created April 12, 2018 17:12
OpenKeychain 关联用户标识
This Gist confirms the Linked Identity in my OpenPGP key, and links it to this GitHub account.
Token for proof:
[Verifying my OpenPGP key: openpgp4fpr:779b10075fda5256379f253691f741e9d429ce46]
@YukariChiba
YukariChiba / openpgp.txt
Created March 19, 2018 11:40
OpenKeychain 关联用户标识
This Gist confirms the Linked Identity in my OpenPGP key, and links it to this GitHub account.
Token for proof:
[Verifying my OpenPGP key: openpgp4fpr:779b10075fda5256379f253691f741e9d429ce46]