Skip to content

Instantly share code, notes, and snippets.

View edouard-lopez's full-sized avatar
🏠
Working from home

Édouard Lopez edouard-lopez

🏠
Working from home
View GitHub Profile
@edouard-lopez
edouard-lopez / rake gitlab:check
Created August 29, 2013 16:14
Gitlab 6.0: Check application status
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
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.
@edouard-lopez
edouard-lopez / 0001-chore-yeoman-add-PHP-server-capabitilies.patch
Created August 31, 2013 09:40
Use PHP with your Yeoman dev server, config to run on `/` directory instead of `app/` (legacy project). More info see: http://coderwall.com/p/bal2_a
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(+)
@edouard-lopez
edouard-lopez / gitlab:start.sh
Last active December 22, 2015 01:38
Having trouble when restarting the gitlab service. After doing so, I get an error 502 (bad gateway) and it's due to sidekiq not running. Cause when I manually run: `RAILS_ENV=production bundle exec rake sidekiq:start`. Then start the service, everything run smoothly.
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'
@edouard-lopez
edouard-lopez / unicode2char.sh
Last active December 22, 2015 05:18
Converting Unicode point to character with awk
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ǔ
@edouard-lopez
edouard-lopez / csv2svg-text.bash
Last active December 22, 2015 05:49
Slow processing when using saxon9HE.jar (20 files generated on ~40s, 1 every 2s).
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"
@edouard-lopez
edouard-lopez / unihan_input.txt
Created September 4, 2013 08:12
For one unicode (1st column), keep only lines having a `kMandarin` value and `kDefinition`, how to do so ?
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
@edouard-lopez
edouard-lopez / output.bash
Last active December 22, 2015 09:19
xvfb with 0.48+devel fail
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
@edouard-lopez
edouard-lopez / input.svg
Last active May 9, 2016 08:40
Converting 2 <svg:text> nodes to <svg:path> (i.e. path union) using Inkscape. I'm repeating this 20k times and it took ~3-4s per file, so it took ~23h to process them all…
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@edouard-lopez
edouard-lopez / fonts.conf.xml
Last active August 8, 2017 10:54
Speed up inkscape startup by overriding the `fontconfig` settings. See comment
<?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">