I hereby claim:
- I am milouse on github.
- I am milouse (https://keybase.io/milouse) on keybase.
- I have a public key whose fingerprint is 2EBD 3E94 57B6 316D BD10 0ABC A714 ECAC 8C9C EE3D
To claim this, I am signing this object:
| <?php | |
| /** | |
| * DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE | |
| * Version 2, December 2004 | |
| * | |
| * Copyright (C) 2004 Sam Hocevar <[email protected]> | |
| * | |
| * Everyone is permitted to copy and distribute verbatim or modified | |
| * copies of this license document, and changing it is allowed as long | |
| * as the name is changed. |
| #!/usr/bin/env bash | |
| [ ! -n "$1" ] && echo "You must provide the new key id" && exit 1 | |
| recipient_chain= | |
| for recip in $@; do | |
| recipient_chain+="-r $recip " | |
| done | |
| for gpgfile in `find . -type f -name *.gpg`; do |
| #!/usr/bin/env bash | |
| cat <<EOF > list_input.rb | |
| require 'yaml' | |
| cur_dir = File.expand_path(File.dirname(__FILE__)) | |
| chapters = YAML.safe_load(IO.read(cur_dir + '/_data/chapters.yml')) | |
| puts "#{cur_dir}/license.md\n#{cur_dir}/authors.md" |
| [Unit] | |
| Description=Control headless soffice instance | |
| After=network.target xvfb.service | |
| Requires=xvfb.service | |
| [Service] | |
| Type=simple | |
| ExecStart=/opt/libreoffice4.4/program/soffice --headless \ | |
| --accept=socket,host=127.0.0.1,port=8101;urp; --display :5.0 \ | |
| --pidfile=/var/run/soffice.pid --nologo --nodefault --nofirststartwizard |
| #!/usr/bin/env bash | |
| # This script should be called from a bare git repository | |
| # $1 should contain the path to the fossil file to export | |
| [ -z "$1" ] && exit 1 | |
| [ -f tmp_export_file ] && rm tmp_export_file | |
| fossil export --git "$1" > tmp_export_file |
| dl_latest_tor_browser() { | |
| OLD_PWD=$(pwd) | |
| LAST_VER=$(\curl -s 'https://www.torproject.org/projects/torbrowser.html.en' | sed -n "s|^.*\.\./dist/torbrowser/\([0-9]\.[0-9]\.[0-9]\)/tor-browser-linux64-\([0-9]\.[0-9]\.[0-9]\)_fr\.tar\.xz\".*$|\1|p") | |
| if [ ! -n "$LAST_VER" ]; then | |
| LAST_VER=$(\curl -s 'https://www.torproject.org/projects/torbrowser.html.en' | sed -n "s|^.*\.\./dist/torbrowser/\([0-9]\.[0-9]\)/tor-browser-linux64-\([0-9]\.[0-9]\)_fr\.tar\.xz\".*$|\1|p") | |
| fi | |
| cd "$HOME/Téléchargements" | |
| if [ -d 'tor-browser_fr' ]; then | |
| CUR_VER=$(sed -n 1p tor-browser_fr/Browser/TorBrowser/Docs/ChangeLog.txt | sed -n "s/^Tor Browser \(.*\) -- .*$/\1/p") | |
| if [ "$LAST_VER" = "$CUR_VER" ]; then |
I hereby claim:
To claim this, I am signing this object: