Skip to content

Instantly share code, notes, and snippets.

View igitur's full-sized avatar

Francois Botha igitur

  • Cape Town, South Africa
View GitHub Profile
@igitur
igitur / woof3.py
Created August 6, 2018 12:47
woof.py fork with Python3 support and PEP8 compliant (http://www.home.unix-ag.org/simon/woof.html)
#!/usr/bin/env python3
#
# woof -- an ad-hoc single file webserver
# Copyright (C) 2004-2009 Simon Budig <simon@budig.de>
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2 of the License, or
# (at your option) any later version.
#