Skip to content

Instantly share code, notes, and snippets.

Keybase proof

I hereby claim:

  • I am tnory56 on github.
  • I am candidyeti (https://keybase.io/candidyeti) on keybase.
  • I have a public key ASB87P7KgN8jP3XE05QEVg1C5dWYeIRyjskclOAbmddcwgo

To claim this, I am signing this object:

@tnory56
tnory56 / SimpleHTTPServerWithUpload.py
Created March 25, 2020 16:13 — forked from UniIsland/SimpleHTTPServerWithUpload.py
Simple Python Http Server with Upload
#!/usr/bin/env python
"""Simple HTTP Server With Upload.
This module builds on BaseHTTPServer by implementing the standard GET
and HEAD requests in a fairly straightforward manner.
"""
@tnory56
tnory56 / counter.pl
Last active December 13, 2018 18:14
Perl script that gathers all data from network.
#!/usr/bin/env perl
#+
# Name:
# counter.pl
# Language:
# Perl