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 | |
""" | |
Quake3/UrbanTerror OOB+Netchan protocol implementation. | |
Powered by boredom, di.fm/hardcore, and my secret love for Carmack. | |
""" |
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
import shutil, math, sys | |
""" | |
Share love on your computer. | |
Usage: | |
:: | |
python3 hearth.py {line} |
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/python3 | |
# | |
# Copyright(c) 2017 Daniel Knüttel | |
# | |
# This program is free software. | |
# Anyways if you think this program is worth it | |
# and we meet shout a drink for me. |
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/python3 | |
# | |
# Copyright(c) 2017 Daniel Knüttel | |
# | |
# This script is free software. | |
# Anyways if you think this script is worth it | |
# and we meet shout a drink for me. |