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
[Service] | |
ExecStart=/usr/local/bin/folding_exporter -teamID 257832 -listen [::1]:8080 | |
User=prometheus | |
Restart=always | |
RestartSec=10 | |
[Install] | |
WantedBy=multi-user.target |
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
# .config/i3/config | |
exec xrandr --dpi 144 | |
# .Xresources | |
Xft.dpi: 144 | |
Xft.hinting: 1 | |
Xft.hintstyle: hintslight | |
Xft.antialias: 1 |
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 python3 | |
""" | |
Converts geojson with polygon features to a JSON blob readable by http://shadowcalculator.eu | |
Usage: ./shadowcalc.py trees.geojson | |
""" | |
import sys | |
import json | |
import time |
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
[gerrit] | |
replicateOnStartup = true | |
[remote "github-monogon"] | |
url = [email protected]:monogon-dev/${name} | |
projects = monogon | |
projects = infralib | |
push = +refs/heads/*:refs/heads/* | |
push = +refs/tags/*:refs/tags/* | |
timeout = 30 |
OlderNewer