$ svn log --xml | grep author | sort -u | perl -pe 's/.>(.?)<./$1 = /'
手动设置对应关系 users.txt
library(geojsonsf) | |
library(sf) | |
library(rayrender) | |
#Data source: https://github.com/telegeography/www.submarinecablemap.com | |
cables = geojson_sf("cable-geo.json") | |
cablescene = list() | |
counter = 1 | |
for(i in 1:length(cables$geometry)) { |
<?xml version="1.0" encoding="UTF-8" ?> | |
<save> | |
<header version="2" /> | |
<version major="3" minor="6" revision="2" build="0" /> | |
<region id="Config"> | |
<node id="root"> | |
<children> | |
<node id="Dependencies"> | |
<children> | |
<node id="ModuleShortDesc"> |
# 你可以从该 URL 下载这个配置文件: http://surge.run/config-example/ios.conf | |
# 用编辑器编辑后,再通过 iTunes, URL, AirDrop 或者 iCloud Drive 复制回 iOS 设备 | |
# Version 2.0 | |
[General] | |
# 日志等级: warning, notify, info, verbose (默认值: notify) | |
loglevel = notify | |
# 跳过某个域名或者 IP 段,这些目标主机将不会由 Surge Proxy 处理。(在 macOS | |
# 版本中,如果启用了 Set as System Proxy, 那么这些值会被写入到系统网络代理 | |
# 设置中.) |
--[[ config | |
root = "./" | |
listen = "127.0.0.1:8786" | |
redisaddr = "127.0.0.1:6379[1]" | |
dbfile = root .. "backup.db" | |
thread = 4 | |
logger = nil | |
harbor = 1 |
#!/usr/bin/python | |
# coding:utf-8 | |
import sys | |
from AddressBook import * | |
from pprint import pprint | |
MAPPING = { | |
u'工作传真': kABPhoneWorkFAXLabel, | |
u'住宅传真': kABPhoneHomeFAXLabel, |
data:text/html, <style type="text/css">#e{position:absolute;top:0;right:0;bottom:0;left:0;}</style><div id="e"></div><script src="http://d1n0x3qji82z53.cloudfront.net/src-min-noconflict/ace.js" type="text/javascript" charset="utf-8"></script><script>var e=ace.edit("e");e.setTheme("ace/theme/monokai");e.getSession().setMode("ace/mode/ruby");</script> |
#!/bin/sh | |
# | |
cd "/var/www/domain.com/" || exit | |
unset GIT_DIR | |
echo "git status info:" | |
git status | |
echo "*************************************"; |