I hereby claim:
- I am calinou on github.
- I am calinou (https://keybase.io/calinou) on keybase.
- I have a public key ASBWFkyj4HxyO42KjpXXu-CEFDsgWgpMXTIBW6EvTxGTcwo
To claim this, I am signing this object:
@ECHO OFF | |
mkdir "dist\" | |
for /L %%a in (24, 24, 480) do ( | |
convert -scale %%a "src\avatar-foreground.png" "%TMP%\avatar-foreground-%%a.png" | |
"%PROGRAMFILES%\Inkscape\inkscape.exe" "src\avatar-background.svg" --export-width %%a --export-height %%a --export-png "%TMP%\avatar-background-%%a.png" | |
composite "%TMP%\avatar-foreground-%%a.png" "%TMP%\avatar-background-%%a.png" "%TMP%\avatar-%%a.png" | |
oxipng -o6 "%TMP%\avatar-%%a.png" | |
copy "%TMP%\avatar-%%a.png" "dist\avatar-%%a.png" |
I hereby claim:
To claim this, I am signing this object:
#!/bin/bash | |
set -euo pipefail | |
MAP_DIR="/home/hugo/.minetest/worlds/calinou" | |
TEMP_FILE="/tmp/map_calinou.png" | |
OUTPUT_FILE="/var/www/games.hugo.pro/minetest/map_calinou.png" | |
echo "Rendering map, this may take a while…" | |
/usr/local/bin/minetestmapper \ |
[Unit] | |
Description=Minetest | |
[Service] | |
Type=simple | |
User=hugo | |
Group=hugo | |
ExecStart=/usr/local/bin/minetestserver --gameid minetest_game --config /home/hugo/.minetest/configs/calinou.conf | |
Restart=on-failure |
@ECHO OFF | |
set threads=%NUMBER_OF_PROCESSORS% | |
call scons platform=android tools=no target=release_debug verbose=no warnings=no progress=no -j%threads% | |
call scons platform=android tools=no target=release verbose=no warnings=no progress=no -j%threads% | |
cd platform\android\java\ | |
call gradlew build |
Windows Registry Editor Version 5.00 | |
[HKEY_CURRENT_USER\Console] | |
"ColorTable00"=dword:00242424 | |
"ColorTable01"=dword:00FFAA77 | |
"ColorTable02"=dword:0077EE77 | |
"ColorTable03"=dword:00EEEE77 | |
"ColorTable04"=dword:007777FF | |
"ColorTable05"=dword:00EE77EE | |
"ColorTable06"=dword:0077EEEE |
scgi_port = 127.0.0.1:5000 | |
dht.mode.set = on | |
protocol.pex.set = yes | |
trackers.use_udp.set = yes | |
throttle.max_uploads.set = 100 | |
throttle.max_uploads.global.set = 250 | |
throttle.min_peers.normal.set = 20 | |
throttle.max_peers.normal.set = 60 |
# These settings are used on Calinou [Europe/Paris]. | |
## General | |
name = Calinou | |
motd = Welcome to a Calinou's server, hosted in Paris, France. | |
remote_media = http://games.hugo.pro/minetest/calinou/ | |
default_password = 123 | |
server_announce = true | |
server_name = Calinou [Europe/Paris] - default password: 123 |
rebase
vs merge
).rebase
vs merge
)reset
vs checkout
vs revert
)git rev-parse
)pull
vs fetch
)stash
vs branch
)reset
vs checkout
vs revert
)/** | |
** ____ _ ___ ___ _ _ | |
** | _ \ | | | \/ | | | (_) | |
** | | \ |__ _ _ __| | __ | . . | ___ _ __ ___ | | __ __ _ _ | |
** | | | | _` | '__| |/ / | |\/| |/ _ \| '_ \ / _ \| |/ // _` | | | |
** | |_/ /(_| | | | < | | | | (_) | | | | (_) | <| (_| | | | |
** |____/\__,_|_| |_|\_\ \_| |_/\___/|_| |_|\___/|_|\_\\__,_|_| | |
** | |
** Quassel Theme | |
** |