Skip to content

Instantly share code, notes, and snippets.

View hui-shao's full-sized avatar

Hui-Shao hui-shao

View GitHub Profile
@xcatliu
xcatliu / (已失效)中国区用户在开启 GitHub 两步验证中遇到的问题
Last active March 7, 2024 02:53
(已失效)中国区用户在开启 GitHub 两步验证中遇到的问题
2023.8.28
据多名网友回复,此方法已失效。
最新解决办法请参考此贴:[v2ex: 请问 github 的两步验证(two-factor authentication)大家是怎么做的?](https://www.v2ex.com/t/967533)
https://www.v2ex.com/t/967533
---
@igrr
igrr / esp32s2beta_dedicated_gpio_example_main.c
Created January 13, 2020 05:06
ESP32-S2 (beta) dedicated GPIO example
/* ESP32-S2 (beta) "dedicated GPIO" peripheral example */
#include <stdio.h>
#include "sdkconfig.h"
#include "soc/system_reg.h"
#include "esp32s2beta/rom/gpio.h"
#include "soc/gpio_sig_map.h"
#include "driver/gpio.h"
/* The header file is not yet in IDF; however this is the only register we need. */
@abc1763613206
abc1763613206 / bvtest.py
Last active July 15, 2024 09:28
BVID Validate
import requests
import json
import random
Back_URL = 'https://api.bilibili.com/x/web-interface/archive/stat?aid='
headers = {
'Cookie': "Replace Me With REAL COOKIE" ,
'Pragma': 'no-cache',
@THFX
THFX / sdu-teaching-evaluate-tool.js
Created May 4, 2022 03:09
山东大学强智教务系统教学评价辅助
// ==UserScript==
// @name SDU 山东大学教学评价辅助
// @description 山大教务系统教学评价辅助工具,可以帮助快速选中 checkbox。理论上适用于所有强智教务系统。
// @namespace sdu_teaching_evaluate_tool
// @version 0.0.1
// @author THFX
// @supportURL https://github.com/THFX
// @homepage https://greasyfork.org/zh-CN/scripts/444446
// @license GPL-3.0
// @match https://bkzhjx.wh.sdu.edu.cn/jsxsd/framework/*