This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"inbounds": [ | |
{ | |
"type": "tun", | |
"address": [ "172.19.0.1/30" ], | |
"auto_route": true, | |
"strict_route": false | |
} | |
], | |
"outbounds": [ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[General] | |
dns-server = system, 8.8.8.8, 8.8.4.4, 9.9.9.9:9953 | |
doh-server = https://dns.google/dns-query | |
skip-proxy = 127.0.0.1, 192.168.0.0/16, 10.0.0.0/8, 172.16.0.0/12, 100.64.0.0/10, localhost, *.local, www.baidu.com //444 | |
proxy-test-url = http://www.gstatic.com/generate_204 | |
internet-test-url = http://www.gstatic.cn/generate_204 | |
test-timeout = 5 | |
always-real-ip = *.srv.nintendo.net, *.stun.playstation.net, xbox.*.microsoft.com, *.xboxlive.com | |
#http-listen = 0.0.0.0:1234 | |
#socks5-listen = 127.0.0.1:1235 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
'use strict'; | |
'require baseclass'; | |
return baseclass.extend({ | |
title: _('Exec'), | |
rrdargs: function(graph, host, plugin, plugin_instance, dtype) { | |
// host: Tux | |
// plugin: exec | |
// plugin_instance: wireguard | |
// dtype: null | |
var wireguard_last_handshake_time = { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
from collections import defaultdict | |
import click | |
@click.group() | |
@click.pass_context | |
def cli(ctx): | |
print('cli init') | |
@cli.group() |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
http://www.newsmth.net/bbsrecon.php?id=23116 | |
一. 写作,和学校的作文 | |
写作是个很大的概念。把自己的想法用文字记录下来,就可以称为写作。之前版上有个帖子说写作是表达,这很对,但不完整。写作的另一个特点是目的性。东西写出来,或者自娱自省,或者说服他人,或者传达情感,这些都是目的,要考虑受众的预期和感受。目的不明确或者不准确,就很难实现合格的写作。 | |
学校的作业作文和应试作文有目的吗?有:要得分,得高分。不过,这个层面太肤浅了。进一步的问题是:怎么才能得高分?除了作者(学生)本人的表达欲望之外,还要考虑到试题要求、打分机制和给分点、判卷老师的偏好,等等。应试作文不是单纯的写好文章,好文章未必是成功的应试作文,好的应试作文未必算得上是篇好文章。这非常分裂,却是无奈的现实,学生要学会 live with it。 | |
二. 试题要求、打分机制和给分点、判卷老师的偏好 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
patch: | |
style: | |
color_scheme: mojave_dark # 方案命名,不能有空格 | |
horizontal: true | |
inline_preedit: true # 单行显示,false双行显示 | |
candidate_format: "%c\u2005%@" # 用 1/6 em 空格 U+2005 来控制编号 %c 和候选词 %@ 前后的空间。 | |
corner_radius: 5 # 候选条圆角 | |
hilited_corner_radius: 3 # 高亮圆角 | |
border_height: 6 # 窗口边界高度,大于圆角半径才生效 | |
border_width: 6 # 窗口边界宽度,大于圆角半径才生效 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/python | |
import sys | |
import random | |
RED = '\033[31m' | |
GREEN = '\033[32m' | |
GRAY = '\033[35m' | |
NC = '\033[0m' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"log": { | |
"loglevel": "none" | |
}, | |
"inbound": { | |
"port": 23456, | |
"listen": "127.0.0.1", | |
"protocol": "socks", | |
"settings": { | |
"udp": true |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[INPUT] | |
[CAND] | |
VIEW_RECT=0,0,1242,40 | |
LAYOUT_NAME=cand | |
TYPE=2 | |
[PANEL] | |
BACK_STYLE=147 | |
SIZE=1242,648 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"log": { | |
"loglevel": "none" | |
}, | |
"inbound": { | |
"port": 23456, | |
"listen": "127.0.0.1", | |
"protocol": "socks", | |
"settings": { | |
"udp": true |
NewerOlder