Skip to content

Instantly share code, notes, and snippets.

View stlevkov's full-sized avatar

Stoycho Levkov stlevkov

  • Sofia, Bulgaria
  • 10:46 (UTC +03:00)
View GitHub Profile
@sarahsturgeon
sarahsturgeon / bis.md
Last active May 5, 2026 04:20
World of Warcraft 3.3.5a Warmane Complete PvE BiS (Best In Slot) List
@mdonkers
mdonkers / server.py
Last active May 12, 2026 20:27
Simple Python 3 HTTP server for logging all GET and POST requests
#!/usr/bin/env python3
"""
License: MIT License
Copyright (c) 2023 Miel Donkers
Very simple HTTP server in python for logging requests
Usage::
./server.py [<port>]
"""
from http.server import BaseHTTPRequestHandler, HTTPServer