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
sudo -u git -H bundle exec rake gitlab:check RAILS_ENV=production | |
(in /home/git/gitlab) | |
Checking Environment ... | |
Git configured for git user? ... yes | |
Has python2? ... yes | |
python2 is supported version? ... yes | |
Checking Environment ... Finished |
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
Ruby (Rack) application could not be started | |
A source file that the application requires, is missing. | |
It is possible that you didn't upload your application files correctly. Please check whether all your application files are uploaded. | |
A required library may not installed. Please install all libraries that this application requires. | |
Further information about the error may have been written to the application's log file. Please check it in order to analyse the problem. |
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
From 24c4a289dff902de91ac22e0d7d9d6c50331a22d Mon Sep 17 00:00:00 2001 | |
From: Edouard Lopez <[email protected]> | |
Date: Sat, 31 Aug 2013 11:25:14 +0200 | |
Subject: [PATCH] chore(yeoman): add PHP server capabitilies | |
Following: https://coderwall.com/p/bal2_a | |
--- | |
Gruntfile.js | 5 +++++ | |
1 file changed, 5 insertions(+) |
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
bash -x /etc/init.d/gitlab start | |
+ APP_ROOT=/home/git/gitlab | |
+ APP_USER=git | |
+ DAEMON_OPTS='-c /home/git/gitlab/config/unicorn.rb -E production' | |
+ PID_PATH=/home/git/gitlab/tmp/pids | |
+ SOCKET_PATH=/home/git/gitlab/tmp/sockets | |
+ WEB_SERVER_PID=/home/git/gitlab/tmp/pids/unicorn.pid | |
+ SIDEKIQ_PID=/home/git/gitlab/tmp/pids/sidekiq.pid | |
+ STOP_SIDEKIQ='RAILS_ENV=production bundle exec rake sidekiq:stop' | |
+ START_SIDEKIQ='RAILS_ENV=production bundle exec rake sidekiq:start' |
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
awk '/U/ && /kMandarin/{split($1,uc,"+"); printf "%s;%s;%s\n",$1,system("/usr/bin/printf \"%b\n\" \"\\u" uc[2] "\""),$3 }' ./unihan/Unihan/Unihan_Readings.txt | head | |
㐀 | |
U+3400;0;qiū | |
㐁 | |
U+3401;0;tiàn | |
㐄 | |
U+3404;0;kuà | |
㐅 | |
U+3405;0;wǔ | |
㐆 |
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
scriptDir="$(dirname "$0")" # emplacement du script | |
. "$scriptDir"/envrc # project variables | |
inputFile="${2:-"$HPF_UNIHAN_READING_SHORT"}" | |
while IFS=';' read -r unicode hanzi pinyin; | |
do | |
outputFile="$HPF_SVGTEXT_DIR/$hanzi-x${unicode#U+*}.svg" | |
printf "creating: %s\n" "$outputFile" |
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
U+3400 kCantonese jau1 | |
U+3400 kDefinition (same as U+4E18 丘) hillock or mound | |
U+3400 kMandarin qiū | |
U+3401 kCantonese tim2 | |
U+3401 kDefinition to lick; to taste, a mat, bamboo bark | |
U+3401 kHanyuPinyin 10019.020:tiàn | |
U+3401 kMandarin tiàn | |
U+3402 kDefinition (J) non-standard form of U+559C 喜, to like, love, enjoy; a joyful thing | |
U+3404 kMandarin kuà | |
U+3405 kCantonese ng5 |
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
bash -x ./resources/scripts/svg-text2svg-font.bash | |
++ dirname ./resources/scripts/svg-text2svg-font.bash | |
+ scriptDir=./resources/scripts | |
+ . ./resources/scripts/envrc | |
+++ dirname ./resources/scripts/svg-text2svg-font.bash | |
++ scriptDir=./resources/scripts | |
++ resourcesDir=./resources | |
++ HPF_SAXON_DIR=./resources/saxon | |
++ HPF_SAXON_JAR=./resources/saxon/saxon9he.jar | |
++ HPF_XSLT_DIR=./resources/xslt |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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
<?xml version="1.0"?> | |
<!DOCTYPE fontconfig SYSTEM "fonts.dtd"> | |
<!-- /etc/fonts/fonts.conf file to configure system font access --> | |
<fontconfig> | |
<!-- Font directory list --> | |
<dir>/home/ed8/hpf/resources/fonts</dir> | |
<!-- Accept deprecated 'mono' alias, replacing it with 'monospace' --> | |
<match target="pattern"> |