I hereby claim:
- I am leoleoasd on github.
- I am leoleoasd (https://keybase.io/leoleoasd) on keybase.
- I have a public key whose fingerprint is E138 B5E9 6541 EFF7 DCD4 5FC2 69F7 C86A 3D67 3AEA
To claim this, I am signing this object:
// ==UserScript== | |
// @name ๅทฅๅคงๆๅก็ฎก็ๅฏ็ ่ชๅจ่พๅ ฅ | |
// @namespace http://leoleoasd.me/ | |
// @version 1.0 | |
// @description Fuck ZFJW! | |
// @author You | |
// @match https://jwglxt.bjut.edu.cn/xtgl/login_slogin.html | |
// @grant none | |
// @run-at document-start | |
// ==/UserScript== |
// ==UserScript== | |
// @name ่ฏพๅ ๆดพๅฟซๆท้ฎ | |
// @namespace http://leoleoasd.me/ | |
// @version 0.1 | |
// @description ็ป่ฏพๅ ๆดพ็ๅคไฝไธ็้ขๅขๅ ๅฟซๆท้ฎ. | |
// @author Leo | |
// @match https://www.ketangpai.com/Review/file/homeworkid/* | |
// @grant none | |
// ==/UserScript== | |
/* |
const DEFAULT_VERSION = "2.0"; | |
const DEFAULT_PRODID = "-//TypeScript/Node.js//SCAU Course Exporter v1.0//CN"; | |
const CRLF = "\r\n"; | |
const SPACE = " "; | |
const iframe = document.querySelector("#iframeautoheight"); | |
const PAGE = { | |
"main": /xs_main.aspx/, | |
"course_table": /xskbcx.aspx/ | |
}; | |
class Value { |
I hereby claim:
To claim this, I am signing this object:
๐ ๆฉไธ 64 commits โโโโโโโโโโโโโโโโโโโโโ 11.9% | |
๐ ็ฝๅคฉ 151 commits โโโโโโโโโโโโโโโโโโโโโ 28.2% | |
๐ ๆไธ 243 commits โโโโโโโโโโโโโโโโโโโโโ 45.3% | |
๐ ๆทฑๅค 78 commits โโโโโโโโโโโโโโโโโโโโโ 14.6% |
๐ฃ Commented on #1 in OI-wiki/OI-Wiki-export | |
โ๏ธ Opened issue #1 in OI-wiki/OI-Wiki-export | |
๐ช Opened PR #2838 in OI-wiki/OI-wiki | |
๐ช Opened PR #2837 in OI-wiki/OI-wiki | |
๐ช Opened PR #2836 in OI-wiki/OI-wiki |
package main | |
import ( | |
"fmt" | |
"reflect" | |
) | |
var hooks = map[string][]interface{}{} | |
func addHook(hook_name string, hook interface{}) { |
package main | |
import ( | |
"encoding/json" | |
"fmt" | |
"io/ioutil" | |
"log" | |
"os" | |
"os/signal" | |
"strconv" |
#--coding:utf-8-- | |
import requests | |
import time | |
userProjectId = '' | |
tenantCode = '' | |
userId = '' | |
token = '' | |
resp = requests.post("https://weiban.mycourse.cn/pharos/usercourse/listCourse.do?timestamp={}".format(int(time.time())), | |
data={ |
#!/usr/bin/env bash | |
# Read username & password from stdin | |
# Suited for public computers where credentials are not saved | |
read -p 'username: ' user | |
read -p 'password: ' -s pwd | |
echo | |
DATE=`date '+%Y-%m-%d %H:%M:%S'` |