Skip to content

Instantly share code, notes, and snippets.

@altvod
altvod / keybase.md
Last active April 14, 2018 08:17
keybase.md

Keybase proof

I hereby claim:

  • I am altvod on github.
  • I am altvod (https://keybase.io/altvod) on keybase.
  • I have a public key ASDXIzSbxR76yfAOYoTnGND8UtsDU95VZwbvUk59wiu2ugo

To claim this, I am signing this object:

@altvod
altvod / merge.py
Last active November 13, 2017 22:19
Simple script that merges multiple Python code files into one.
#!/usr/bin/python
"""
Simple script that merges multiple Python code files into one.
Useful in those rare cases, when you have to provide one single Python file
as a result of your work (e.g. submitting an algorithm for a contest)
Running it with a file like this: