The Van der Grinten IV projection is available as d3.geo.vanDerGrinten4
in the geo.projection D3 plugin.
This file contains hidden or 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
-- 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. |
This file contains hidden or 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
bla |
This file contains hidden or 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
post_url: "https://[prout.free.fr]/post.php?user=deeplop&token=aa81cbe516a1f" | |
backend_url: "https://linuxfr.org/board/index.xml" | |
cookie: <vide> |
This file contains hidden or 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
#!/bin/bash | |
DOMAINS="example.com www.example.com example.fr" | |
EMAIL="[email protected]" | |
SCRIPT=$(realpath "$0") | |
DIR=$(dirname "$SCRIPT") | |
CERTS="$DIR/certs" | |
WWW="$DIR/www" |
This file contains hidden or 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
#!/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" |
This file contains hidden or 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
#!/usr/bin/env bash | |
FILE="$(mktemp)" | |
trap "rm $FILE; exit" EXIT | |
DEBUG=0 | |
if test "$1" = "-d"; then | |
DEBUG=1 | |
shift 1 | |
fi |
Zoomable Sunburst with Labels
This file contains hidden or 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
#!/bin/bash | |
################################################################## | |
# Licensed under GNU GPL v3 # | |
# [email protected] # | |
# # | |
# 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 # |
This file contains hidden or 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
(function(){ | |
var canvas = document.getElementById('hexmap'); | |
var hexHeight, | |
hexRadius, | |
hexRectangleHeight, | |
hexRectangleWidth, | |
hexagonAngle = 0.523598776, // 30 degrees in radians | |
sideLength = 10, | |
boardWidth = 100, |
NewerOlder