The Van der Grinten IV projection is available as d3.geo.vanDerGrinten4
in the geo.projection D3 plugin.
View set-stress.lua
-- Sets stress to an arbitrary value | |
--By Putnam; http://www.bay12forums.com/smf/index.php?topic=139553.msg5820486#msg5820486 | |
--Modified by /u/sesszet | |
--@module = true | |
local help = [====[ | |
set-stress | |
============= | |
Sets stress to 0 or -value <value>; the normal range is 0 to 500,000 with very stable or | |
very stressed dwarves taking on negative or greater values respectively. |
View plop.txt
bla |
View coincoin.ini
post_url: "https://[prout.free.fr]/post.php?user=deeplop&token=aa81cbe516a1f" | |
backend_url: "https://linuxfr.org/board/index.xml" | |
cookie: <vide> |
View README.md
View letsencrypt.sh
#!/bin/bash | |
DOMAINS="example.com www.example.com example.fr" | |
EMAIL="admin@example.com" | |
SCRIPT=$(realpath "$0") | |
DIR=$(dirname "$SCRIPT") | |
CERTS="$DIR/certs" | |
WWW="$DIR/www" |
View deeplop.sh
#!/bin/bash | |
PYBORG="/home/seeschloss/bin/deeborg --file=/home/seeschloss/deeplop-dlfp.db" | |
COOKIE="linuxfr.org_session=" | |
DEBUG=0 | |
BOTNAME="deeplop" | |
STATEFILE="$HOME/.deeplop.state" |
View sql.sh
#!/usr/bin/env bash | |
FILE="$(mktemp)" | |
trap "rm $FILE; exit" EXIT | |
DEBUG=0 | |
if test "$1" = "-d"; then | |
DEBUG=1 | |
shift 1 | |
fi |
View README.md
Zoomable Sunburst with Labels
View serialization_sql_dump_cleaner.sh
#!/bin/bash | |
################################################################## | |
# Licensed under GNU GPL v3 # | |
# regis.leroy@gmail.com # | |
# # | |
# DNS replacement scrpit in SQL dumps containing (also) PHP # | |
# serialized strings. # | |
# This script use bash and perl' perl is used to increment # | |
# serialized string length while performing DNS replacement # | |
# It also use sed for other basic DNS replacements # |
View hexagons.js
(function(){ | |
var canvas = document.getElementById('hexmap'); | |
var hexHeight, | |
hexRadius, | |
hexRectangleHeight, | |
hexRectangleWidth, | |
hexagonAngle = 0.523598776, // 30 degrees in radians | |
sideLength = 10, | |
boardWidth = 100, |
NewerOlder