Skip to content

Instantly share code, notes, and snippets.

View figbux's full-sized avatar
☢️
Buxing crypto-nuclear figs.

figbux

☢️
Buxing crypto-nuclear figs.
  • 34th Crypto Wars Division
  • Black Mesa Research Facility
View GitHub Profile
@figbux
figbux / SimpleHTTPServerWithUpload.py
Last active February 11, 2020 18:37 — forked from touilleMan/SimpleHTTPServerWithUpload.py
Simple Python Http Server with Upload - Python3 version
#!/usr/bin/env python3
"""Simple HTTP Server With Upload.
This module builds on BaseHTTPServer by implementing the standard GET
and HEAD requests in a fairly straightforward manner.
see: https://gist.github.com/UniIsland/3346170
"""