I hereby claim:
- I am tavimori on github.
- I am tavimori (https://keybase.io/tavimori) on keybase.
- I have a public key ASBfLU9wlue3am-TsdQw2hT8-SXZw0LxZvSBf4Z02V51zAo
To claim this, I am signing this object:
print("Hello World!") |
I hereby claim:
To claim this, I am signing this object:
import requests | |
import json | |
url = "http://cloudprint.cuhk.edu.cn/mobileproxy/printersdetail" | |
req = requests.get(url) | |
req.encoding = 'utf-8' | |
a = req.text | |
# print(req.encoding) | |
b = json.loads(a) |
[POST] | |
http://sysprint.cuhk.edu.cn:8119/console/printManager | |
action_name:GetJobListByUser | |
user_name:dengyangzhou |
import math | |
import itertools | |
possible_set = set() | |
def check_match(guess, target): | |
count_exact = 0 | |
count_guess = 0 | |
for i in range(4): |
#!/usr/bin/env python3 | |
from itertools import permutations | |
''' | |
for a permutation to be valid | |
A - B | |
A - C | |
A - D | |
B - E | |
B - G |
########### on all devices ######### | |
# install the driver for rtl-8811 | |
sudo apt install rtl8812au-dkms | |
# load the driver | |
sudo modprobe 8812au | |
# disable network manager | |
sudo systemctl stop NetworkManager && sudo systemctl disable NetworkManager | |
########### on ap only ############# |
// Domestic Publisher | |
DOMAIN-KEYWORD,cnki.net | |
DOMAIN-KEYWORD,wanfangdata | |
DOMAIN-SUFFIX,archive.nstl.gov.cn | |
DOMAIN-SUFFIX,nssd.org | |
// International Publisher | |
DOMAIN-SUFFIX,sciencedirect.com | |
DOMAIN-SUFFIX,researchgate.net | |
DOMAIN-SUFFIX,springer.com |
DOMAIN-SUFFIX,cuhk.edu.cn |