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
adapter: | |
#ss代理, 在国内购买一台云服务器,安装好ShadowSocks代理服务器,iPhone版安装Wingy APP (SMART LIMITED的深蓝紫色免费版)。使用的本文的自定义配置YAML | |
- id: proxyAdapter | |
type: ss | |
#修改ss_host为服务器地址 | |
host: ss_host | |
#修改ss_port为端口号 | |
port: ss_port | |
#修改ss_password为密码 | |
password: ss_password |
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
adapter: | |
#ss代理, 在国内购买一台云服务器,安装好ShadowSocks代理服务器,iPhone版安装Wingy APP (SMART LIMITED的深蓝紫色免费版)。使用的本文的自定义配置YAML | |
- id: proxyAdapter | |
type: ss | |
#修改ss_host为服务器地址 | |
host: ss_host | |
#修改ss_port为端口号 | |
port: ss_port | |
#修改ss_password为密码 | |
password: ss_password |
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
########################################## | |
# | |
# c.f. http://stackoverflow.com/questions/3520977/build-fat-static-library-device-simulator-using-xcode-and-sdk-4 | |
# | |
# Version 2.7 | |
# | |
# Latest Change: | |
# - Supports iPhone 5 / iPod Touch 5 (uses Apple's workaround to lipo bug) | |
# | |
# Purpose: |
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/env python2.7 | |
""" | |
YUICompress for BBEdit 10 | |
A quick script to install into your `~/Library/Application Support/BBEdit/Scripts` folder. | |
This runs yuicompressor (requires yuicompressor to be installed at `/usr/local/bin` - | |
try ``/usr/bin/easy_install yuicompressor``) | |
How it works | |
1.Copy this script to a new file named 'YUICompress' and install the plugin. |
NewerOlder