I hereby claim:
- I am markushackspacher on github.
- I am malta (https://keybase.io/malta) on keybase.
- I have a public key whose fingerprint is 67F8 6EA3 B0FE E6AD 65A4 CFB4 EBBA F516 79CB 1EC0
To claim this, I am signing this object:
#!/usr/bin/env python3 | |
# -*- coding: utf-8 -*- | |
""" | |
license CC BY-SA 3.0 | |
http://creativecommons.org/licenses/by-sa/3.0/deed.de | |
""" | |
import datetime | |
import json |
I hereby claim:
To claim this, I am signing this object:
#!/usr/bin/env python | |
# -*- coding: utf-8 -*- | |
""" | |
Passwordgenerator für Python | |
03.01.2014 MH Quelltext für Python 2.7 und 3.x | |
30.5.2013 MH Quelltext nach PEP8 überprüft | |
http://creativecommons.org/licenses/by-nc-sa/3.0/de/ | |
""" | |
try: |
#!/usr/bin/python | |
# -*- coding: utf-8 -*- | |
""" | |
Wörterzähler für Python 2.7 und 3.x | |
03.01.2014 MH Quelltext für Python 2.7 und 3.x | |
19.12.2013 MH Anzeige der Großbuchstaben | |
30.5.2013 MH Quelltext nach PEP8 überprüft | |
http://creativecommons.org/licenses/by-nc-sa/3.0/de/ | |
""" |
#!/usr/bin/python | |
# -*- coding: utf-8 -*- | |
""" | |
Webserver für Python | |
03.01.2014 MH Quelltext für Python 2.7 und 3.x | |
30.05.2013 MH Quelltext nach PEP8 überprüft | |
http://creativecommons.org/licenses/by-nc-sa/3.0/de/ | |
""" | |
try: | |
import Tkinter as tk |
#!/usr/bin/env python | |
# -*- coding: utf-8 -*- | |
""" | |
license CC BY-SA 3.0 | |
http://creativecommons.org/licenses/by-sa/3.0/deed.de | |
orginal: | |
https://github.com/Tinkerforge/weather-station/tree/master/write_to_lcd/python | |
http://www.tinkerforge.com/de/doc/Kits/WeatherStation/PythonToLCD.html |