#The Great Firewall (GFW) Contributors List
注:数据来源为 dblp 和 cndblp, 下面括号中的数字表示 dblp 中显示的跟方滨兴合作论文的数量
###Binxing Fang (方滨兴)
中国工程院院士,北京邮电大学教授,中国科学院计算技术研究所网络方向首席科学家
http://en.wikipedia.org/wiki/Fang_Binxing
@ECHO OFF | |
:: @abstract This script convert all jpg,png,bmp files in current path to eps files. | |
:: 这个脚本可以将本目录的所有jpg,png,bmp转换成eps文件。 | |
:: @note The bmeps command must exist and in system PATH. | |
:: 必须在系统中有bmeps命令,如果按照完整版CTex,就已经存在了。 | |
:: @author reyoung <[email protected]> |
#The Great Firewall (GFW) Contributors List
注:数据来源为 dblp 和 cndblp, 下面括号中的数字表示 dblp 中显示的跟方滨兴合作论文的数量
###Binxing Fang (方滨兴)
中国工程院院士,北京邮电大学教授,中国科学院计算技术研究所网络方向首席科学家
http://en.wikipedia.org/wiki/Fang_Binxing
#!/bin/bash | |
# | |
# chkconfig: 35 90 12 | |
# description: moin server | |
# | |
. /etc/init.d/functions | |
LOCK_FILE=/var/lock/subsys/Moin | |
MOIN_HOME=/home/wiki/moin-1.9.6 | |
LOG=/var/log/Moin.log | |
MOIN_USER=wiki |
#!/bin/bash | |
# | |
# Source: https://gist.github.com/bsdcon/7224196 | |
# Original: https://gist.github.com/habibutsu/5420781 | |
# Modified by Adrian Penisoara << ady+tailurl (at) bsdconsultants.com >> | |
# | |
# Last update: 8 Aug 2014 | |
# |
This is a set up for projects which want to check in only their source files, but have their gh-pages branch automatically updated with some compiled output every time they push.
A file below this one contains the steps for doing this with Travis CI. However, these days I recommend GitHub Actions, for the following reasons: