This file contains 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
[ | |
{ | |
"Name": "Microsoft Server Speech Text to Speech Voice (af-ZA, AdriNeural)", | |
"DisplayName": "Adri", | |
"LocalName": "Adri", | |
"ShortName": "af-ZA-AdriNeural", | |
"Gender": "Female", | |
"Locale": "af-ZA", | |
"LocaleName": "Afrikaans (South Africa)", | |
"SampleRateHertz": "48000", |
This file contains 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
#EXTM3U x-tvg-url="https://epg.112114.xyz/pp.xml.gz" | |
#EXT-X-APP APTV | |
#EXT-X-APTV-TYPE remote | |
#EXT-X-SUB-URL https://gist.githubusercontent.com/stackia/9dba21f67df6cd3226d4776960ee289b/raw/ | |
#EXTINF:-1 tvg-id="CCTV1" tvg-name="CCTV1" tvg-logo="http://epg.51zmt.top:8000/tb1/CCTV/CCTV1.png" group-title="央视 HD",CCTV-1 HD | |
http://router.ccca.cc:5140/rtp/239.253.64.120:5140?fcc=10.255.75.73:15970 | |
#EXTINF:-1 tvg-id="CCTV2" tvg-name="CCTV2" tvg-logo="http://epg.51zmt.top:8000/tb1/CCTV/CCTV2.png" group-title="央视 HD",CCTV-2 HD | |
http://router.ccca.cc:5140/rtp/239.253.64.195:5140?fcc=10.255.75.73:15970 | |
#EXTINF:-1 tvg-id="CCTV3" tvg-name="CCTV3" tvg-logo="http://epg.51zmt.top:8000/tb1/CCTV/CCTV3.png" group-title="央视 HD",CCTV-3 HD |
This file contains 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
vconfig set_name_type DEV_PLUS_VID_NO_PAD | |
vconfig add eth0 2 | |
brctl delif br0 eth3 | |
brctl addbr vlan2 | |
brctl addif vlan2 eth0.2 | |
brctl addif vlan2 eth3 | |
bcmmcastctl mode -i vlan2 -p 1 -m 1 |
This file contains 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
#EXTM3U | |
#EXTINF:-1 tvg-id="CCTV1" tvg-name="CCTV1" tvg-logo="http://epg.51zmt.top:8000/tb1/CCTV/CCTV1.png" group-title="央视 HD",CCTV-1 HD | |
rtp://239.253.64.120:5140 | |
#EXTINF:-1 tvg-id="CCTV2" tvg-name="CCTV2" tvg-logo="http://epg.51zmt.top:8000/tb1/CCTV/CCTV2.png" group-title="央视 HD",CCTV-2 HD | |
rtp://239.253.64.195:5140 | |
#EXTINF:-1 tvg-id="CCTV3" tvg-name="CCTV3" tvg-logo="http://epg.51zmt.top:8000/tb1/CCTV/CCTV3.png" group-title="央视 HD",CCTV-3 HD | |
rtp://239.253.64.244:5140 | |
#EXTINF:-1 tvg-id="CCTV4" tvg-name="CCTV4" tvg-logo="http://epg.51zmt.top:8000/tb1/CCTV/CCTV4.png" group-title="央视 HD",CCTV-4 HD | |
rtp://239.253.64.196:5140 | |
#EXTINF:-1 tvg-id="CCTV5" tvg-name="CCTV5" tvg-logo="http://epg.51zmt.top:8000/tb1/CCTV/CCTV5.png" group-title="央视 HD",CCTV-5 HD |
This file contains 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
# | |
# Automatically generated file; DO NOT EDIT. | |
# OpenWrt Configuration | |
# | |
CONFIG_MODULES=y | |
CONFIG_HAVE_DOT_CONFIG=y | |
# CONFIG_TARGET_sunxi is not set | |
# CONFIG_TARGET_apm821xx is not set | |
# CONFIG_TARGET_ath25 is not set | |
# CONFIG_TARGET_ar71xx is not set |
This file contains 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
<?xml version="1.0" encoding="UTF-8"?> | |
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | |
<plist version="1.0"> | |
<dict> | |
<key>0</key> | |
<string>aA</string> | |
<key>1</key> | |
<string>sS</string> | |
<key>2</key> | |
<string>dD</string> |
This file contains 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
// ==UserScript== | |
// @name giveaway.su 验证码输入辅助 | |
// @namespace http://tampermonkey.net/ | |
// @version 0.2 | |
// @description 自动识别验证码+验证码输入键盘,必须安装 Liana 字体方可正常使用 | |
// @author Stackia | |
// @require https://cdn.bootcss.com/jquery/3.2.1/jquery.min.js | |
// @match https://giveaway.su/giveaway/view/* | |
// @updateURL https://gist.githubusercontent.com/stackia/5e6fc0a3f1196042c1075109dd149825/raw/giveaway_su_captcha_helper.user.js | |
// @downloadURL https://gist.githubusercontent.com/stackia/5e6fc0a3f1196042c1075109dd149825/raw/giveaway_su_captcha_helper.user.js |
This file contains 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
#!/bin/sh | |
RULES=$(wget -O- 'http://ftp.apnic.net/apnic/stats/apnic/delegated-apnic-latest' | awk -F\| '/CN\|ipv4/ { printf("%s/%d\n", $4, 32-log($5)/log(2)) }') | |
if [ ! -z "$RULES" ]; then | |
echo "$RULES" > /etc/chinadns_chnroute.txt | |
fi |
This file contains 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
#!/bin/sh /etc/rc.common | |
START=90 | |
STOP=15 | |
NAME=shadowsocks | |
EXTRA_COMMANDS=rules | |
CONFIG_FILE=/etc/$NAME.json | |
DELAY=10 |
This file contains 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
using System; | |
using System.Collections.Generic; | |
using System.Linq; | |
namespace ConsoleApplication4 | |
{ | |
public static class Program | |
{ | |
public static void Main(string[] args) | |
{ |
NewerOlder