Skip to content

Instantly share code, notes, and snippets.

View yuantailing's full-sized avatar
💭
available

Tailing Yuan yuantailing

💭
available
View GitHub Profile
This file has been truncated, but you can view the full file.
[
{"series": "\u60e0\u666eOMEN 15-AX200\u914d\u7f6e", "products": [{"\u5149\u9a71\u7c7b\u578b": ["\u65e0\u5185\u7f6e\u5149\u9a71"], "\u65e0\u7ebf\u7f51\u5361": ["\u652f\u6301802.11ac\u65e0\u7ebf\u534f\u8bae"], "\u5b89\u5168\u6027\u80fd": ["\u5b89\u5168\u9501\u5b54\uff0c\u5f00\u673a\u5bc6\u7801"], "\u64cd\u4f5c\u7cfb\u7edf": ["\u9884\u88c5Windows 10 Home Basic 64bit\uff0864\u4f4d\u5bb6\u5ead\u666e\u901a\u7248\uff09"], "\u6307\u53d6\u8bbe\u5907": ["\u4e00\u4f53\u5316\u591a\u70b9\u89e6\u63a7\u89e6\u6478\u677f"], "\u529f\u8017": ["45W"], "\u6838\u5fc3/\u7ebf\u7a0b\u6570": ["\u56db\u6838\u5fc3/\u56db\u7ebf\u7a0b"], "\u84dd\u7259": ["\u652f\u6301\uff0c\u84dd\u72594.2\u6a21\u5757"], "\u97f3\u9891\u63a5\u53e3": ["\u8033\u673a/\u9ea6\u514b\u98ce\u4e8c\u5408\u4e00\u63a5\u53e3"], "\u663e\u5b58\u7c7b\u578b": ["GDDR5"], "\u5c4f\u5e55\u6280\u672f": ["FHD\uff0cLED\u80cc\u5149\uff0cUWVA eDP\u9632\u70ab\u76ee\u5c4f"], "\u578b\u53f7": ["\u60e0\u666eOMEN 15-AX218TX\uff081DE89PA\uff09"], "\u4e0a\u5e02\u65f6\u95f4": ["2017\u5e740
<!DOCTYPE html>
<html>
<head>
<title>C++ Debuggerの日常</title>
<meta charset="utf-8">
<style>
@import url(https://fonts.googleapis.com/css?family=Droid+Serif:400,700,400italic);
@import url(https://fonts.googleapis.com/css?family=Consolas:400,700,400italic);
body { font-family: 'Droid Serif'; }
@yuantailing
yuantailing / translate.google.com.user.js
Last active December 1, 2018 04:27
点“concatenate lines”删除英文里的换行。适用于从 PDF 复制到 Google Translate 的文本
// ==UserScript==
// @name Google Translation Concatenate Lines
// @namespace http://tampermonkey.net/
// @version 0.1
// @description Concatenate source lines in Google translation.
// @author github.com/yuantailing
// @match https://translate.google.com/*
// @match https://translate.google.com.hk/*
// @match https://translate.google.cn/*
// @require https://unpkg.com/[email protected]/dist/jquery.min.js
@yuantailing
yuantailing / find_student_number.py
Last active August 31, 2021 22:45
Hi freshmen, find your student number in Tsinghua.
import http.cookiejar
import urllib.parse
import urllib.request
# Run the script with Python3.
# Please use your own information, and don't be evil.
name = '张三'
id = '110101199901234567'
number_start = 2019310001

Keybase proof

I hereby claim:

  • I am yuantailing on github.
  • I am yuantailing (https://keybase.io/yuantailing) on keybase.
  • I have a public key whose fingerprint is 1298 C1E8 8EF8 44CF C5AD C351 6690 EA91 2513 E466

To claim this, I am signing this object:

@yuantailing
yuantailing / csdn.net.user.js
Last active March 10, 2024 14:49
JS user scripts (*.user.js)
// ==UserScript==
// @name Hide boring ADs on CSDN
// @namespace http://tampermonkey.net/
// @version 0.1.2
// @updateURL https://gist.github.com/yuantailing/86cce1068e39edc518def0000e1cf4ac/raw/csdn.net.user.js
// @downloadURL https://gist.github.com/yuantailing/86cce1068e39edc518def0000e1cf4ac/raw/csdn.net.user.js
// @description Hide boring ADs on CSDN
// @author github.com/yuantailing
// @match https://*.csdn.net/*
// @match http://*.csdn.net/*