I hereby claim:
- I am galaxy001 on github.
- I am galaxy001 (https://keybase.io/galaxy001) on keybase.
- I have a public key whose fingerprint is 3209 312F EC81 F062 CAD0 96FF 55BB D8CD 9969 AEA7
To claim this, I am signing this object:
| #!/usr/bin/env python | |
| """ | |
| - ae(v): context-adaptive arithmetic entropy-coded syntax element. The parsing process for this descriptor is | |
| specified in clause 9.3. | |
| - b(8): byte having any pattern of bit string (8 bits). The parsing process | |
| for this descriptor is specified by the return value of the function | |
| read_bits( 8 ). | |
| - f(n): fixed-pattern bit string using n bits written (from left to right) |
I hereby claim:
To claim this, I am signing this object:
| <?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>PayloadContent</key> | |
| <array> | |
| <dict> | |
| <key>PayloadContent</key> | |
| <dict> | |
| <key>com.google.Chrome</key> |
clowwindy设计Shadowsocks的思路分析以及设计理念
鄙人不才,尝试站在原作者clowwindy的角度,来分析一下原版协议的设计思路和理念。 没参与过最初开发,不过设计了AEAD这个协议。读了一些资料,评论。
在 7:58 PM, 31 Aug 2015 作者发了这么一段话,我很好奇其中的指代内容,遂有本文。
眼睁睁看着一群人把一个东西搞错然后朝着错误的方向走了。不过懒得管了 =。=
| <?php | |
| /* | |
| tcp dns client for google dns over https (https://dns.google.com) | |
| ubuntu上使用: | |
| 在/etc/rc.local里加/usr/bin/php /home/<your_name>/dns2https.php | |
| 执行: | |
| sysv-rc-conf unbound off | |
| sysv-rc-conf dnscrypt-proxy off |
| /** | |
| * 贪灵Gollum for Baiduyun, Ver.3.4.5 | |
| * 立即执行函数:百度云盘批量转存用户分享。 | |
| * | |
| * 【特点】 | |
| * - 可保持或无视原分享者的目录结构。 | |
| * - 支持差分转存。 | |
| * - 自动分解转存,可突破单次转存总文件数5000的限制。 | |
| * - 可在分享主页下,进入某文件夹来转存其下级子文件夹。 | |
| * - 支持专辑转存。 |
Install ss-server: https://github.com/shadowsocks/shadowsocks-libev
Download v2ray-plugin: https://github.com/shadowsocks/v2ray-plugin/releases
Download v2ray: https://github.com/v2ray/v2ray-core/releases
> ss-server -c server_config.json --plugin v2ray-plugin_linux_amd64 --plugin-opts "server;mode=websocket;path=/;loglevel=info"| #!/usr/bin/env bash | |
| git branch -r | grep -v '\->' | while read remote; do git branch --track "${remote#origin/}" "$remote"; done | |
| git fetch --all | |
| git pull --all |