Skip to content

Instantly share code, notes, and snippets.

View Majimo's full-sized avatar

Pierre FERVEL Majimo

View GitHub Profile
# Advent of Code template by @MathisHammel
# TODO
# - Make a snapshot of the file when a submission is correct
# - Display the rank when submission is accepted
# - Utility function to rotate/flip a 2D array
# - Cycle length detector/extrapolator to make loops faster
# - Put examples in cache
# - Warning if DAY is not the current day
@ikwattro
ikwattro / dummy-web-server.py
Created February 22, 2017 22:00
Dummy Web Server in Python 3
#!/usr/bin/env python
"""
Very simple HTTP server in python.
Usage::
./dummy-web-server.py [<port>]
Send a GET request::
curl http://localhost