Skip to content

Instantly share code, notes, and snippets.

@ishitcno1
ishitcno1 / v2ex_sign.py
Created November 18, 2016 01:53 — forked from za2016/v2ex_sign.py
v2ex自动签到小脚本
#-*- coding=utf-8 -*-
import requests
import re
import sys
reload(sys)
sys.setdefaultencoding('utf8')
signin='http://v2ex.com/signin'
home='http://v2ex.com'
# default.custom.yaml
# save it to:
# ~/.config/ibus/rime (linux)
# ~/Library/Rime (macos)
# %APPDATA%\Rime (windows)
patch:
schema_list:
- schema: luna_pinyin # 朙月拼音
- schema: luna_pinyin_simp # 朙月拼音 简化字模式
@ishitcno1
ishitcno1 / .vimrc
Last active August 29, 2015 14:06 — forked from gosukiwi/.vimrc
" ---------------------- USABILITY CONFIGURATION ----------------------
" Basic and pretty much needed settings to provide a solid base for
" source code editting
" don't make vim compatible with vi
set nocompatible
" turn on syntax highlighting
syntax on
" and show line numbers
# default.custom.yaml
# save it to:
# ~/.config/ibus/rime (linux)
# ~/Library/Rime (macos)
# %APPDATA%\Rime (windows)
patch:
schema_list:
- schema: luna_pinyin # 朙月拼音
- schema: luna_pinyin_simp # 朙月拼音 简化字模式
@ishitcno1
ishitcno1 / ticket4Android_Installation.md
Last active January 3, 2016 10:39 — forked from liuzhitao2000/ticket4Android_Installation.md
meishixing install android environment

#Installation-Linux

###0. 准备 设置环境变量

export M2_HOME=/home/sdk/apache-maven-3.0.5
export M2=$M2_HOME/bin
export MAVEN_OPTS="-Xms256m -Xmx512m"
export PATH=$M2:$PATH

>export ANDROID_HOME=/home/apps/android-studio/sdk