bash usopp.sh proxy.txt
remember update proxy.txt.
# coding=utf-8 | |
from __future__ import unicode_literals, absolute_import, print_function | |
import logging | |
from io import BytesIO | |
import base64 | |
import requests | |
from PIL import Image |
#!/bin/bash | |
set -x | |
sbt assembly | |
GIT_HASH=`git rev-parse --short HEAD` | |
BRANCH=release-binary-`date +%y%m%d.%H%M`-$GIT_HASH | |
TAG=v-`date +%y%m%d.%H%M` | |
git tag $TAG | |
git push origin $TAG |
# bin scripts for java |
# coding=utf-8 | |
import sys | |
import time | |
import logging | |
import redis | |
logger = logging.getLogger(__name__) | |
logger.setLevel(logging.DEBUG) |
127.0.0.1 api.ad.xiaomi.com | |
127.0.0.1 sdkconfig.ad.xiaomi.com | |
127.0.0.1 ad.mi.com | |
127.0.0.1 ad.xiaomi.com | |
127.0.0.1 ad1.xiaomi.com | |
127.0.0.1 adv.sec.miui.com | |
127.0.0.1 test.ad.xiaomi.com | |
127.0.0.1 new.api.ad.xiaomi.com |
#!/bin/sh | |
### BEGIN INIT INFO | |
# Provides: <NAME> | |
# Required-Start: $local_fs $network $named $time $syslog | |
# Required-Stop: $local_fs $network $named $time $syslog | |
# Default-Start: 2 3 4 5 | |
# Default-Stop: 0 1 6 | |
# Description: <DESCRIPTION> | |
### END INIT INFO |
patch: | |
app_options: [] | |
style: | |
color_scheme: homepage | |
preset_color_schemes: | |
homepage: | |
name: "官网 / Homepage" # snapshot http://rime.im/images/home-feature-1.svg http://rime.im/images/home-feature-4.svg | |
author: "alswl" | |
horizontal: true | |
inline_preedit: true |
#!/usr/bin/env python | |
# coding: utf-8 | |
import urllib | |
import urllib2 | |
def _request(path, params=None, method='GET', data=None, headers=None): | |
params = params or {} | |
headers = headers or {} |
# luna_pinyin.emoji.apple.dict.yaml by alswl | |
# encoding: utf-8 | |
--- | |
name: luna_pinyin.emoji.apple | |
version: "2016.12.28" | |
sort: by_weight | |
use_preset_vocabulary: true | |
... |