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 | |
| # Load balance multiple internet connections. Requires iproute2, awk and grep. | |
| # (C) 2016 Tobias Girstmair, isticktoit.net, GPLv2 | |
| # Also useful: speedometer -l -r eth1 -t eth1 -m $(( 1024 * 1024 * 3 / 2 )) | |
| # Not much user error checking is done - only pass working network connections | |
| # script needs root to work and at least two connections to be useful | |
| [ $EUID -eq 0 -a $# -ge 2 ] || { | |
| echo "Usage (as root): $0 iface1 iface2 ..." >&2 |
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
| diff --git a/park_api/cities/Erfurt.py b/park_api/cities/Erfurt.py | |
| index 1b78de1..fe9b673 100644 | |
| --- a/park_api/cities/Erfurt.py | |
| +++ b/park_api/cities/Erfurt.py | |
| @@ -1,6 +1,8 @@ | |
| from bs4 import BeautifulSoup | |
| from park_api.geodata import GeoData | |
| from park_api.util import convert_date | |
| +import re | |
| +import datetime |
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
| LOVE_VERSION = "0.9.1" | |
| if love._version ~= LOVE_VERSION then | |
| --Print error message and quit. | |
| end |
NewerOlder