This file contains 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
#!/bin/bash | |
while read album | |
do | |
echo -e "Will download album $album" | |
google picasa get "$album" . | |
pushd "$album" | |
echo -e "Start to upload $album to Flickr" | |
find -type f|sort|xargs -I{} flickr_upload {} | |
popd |
This file contains 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
; 搜狗拼音输入法--自定义短语配置文件 | |
; | |
; 说明: | |
; 1、自定义短语支持多行、空格、指定位置。 | |
; 2、每条自定义短语最多支持30000个汉字,总共支持100000行内容。 | |
; 3、自定义短语的格式如下: | |
; | |
; 单行的格式: | |
; 字符串+英文逗号+数字(指定排序位置)=短语 | |
; |
This file contains 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
#!/bin/sh | |
### BEGIN INIT INFO | |
# Provides: unicorn | |
# Required-Start: $local_fs $remote_fs $network $syslog | |
# Required-Stop: $local_fs $remote_fs $network $syslog | |
# Default-Start: 2 3 4 5 | |
# Default-Stop: 0 1 6 | |
# Short-Description: starts the unicorn web server | |
# Description: starts unicorn |
This file contains 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
diff --git a/src/terminal-util.c b/src/terminal-util.c | |
index e36cba9..8e1c64f 100644 | |
--- a/src/terminal-util.c | |
+++ b/src/terminal-util.c | |
@@ -125,7 +125,7 @@ terminal_util_show_error_dialog (GtkWindow *transient_parent, | |
g_free (message); | |
} | |
-static gboolean | |
+gboolean |
This file contains 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
diff --git a/engine/stot.py b/engine/stot.py | |
new file mode 100644 | |
index 0000000..bc6edc2 | |
--- /dev/null | |
+++ b/engine/stot.py | |
@@ -0,0 +1,7346 @@ | |
+# coding: utf-8 | |
+ | |
+stot_dict = { | |
+ u"〇余": u"〇餘", |