I hereby claim:
- I am python273 on github.
- I am python273 (https://keybase.io/python273) on keybase.
- I have a public key ASDZ5cazye3A_KCFjW091hI3vW_F_l9aIFX5aAD901KS1Ao
To claim this, I am signing this object:
| import time | |
| from mido import MidiFile | |
| from mido import bpm2tempo, tempo2bpm | |
| mid = MidiFile('some.midi') | |
| new_tempo = 75 | |
| # track numbers are hardcoded, might be different | |
| old_tempo = tempo2bpm(mid.tracks[0][2].tempo) |
| # -*- coding: utf-8 -*- | |
| """ | |
| :authors: python273 | |
| :license: Apache License, Version 2.0 | |
| :copyright: (c) 2018 python273 | |
| """ | |
| from datetime import datetime, timedelta | |
| from functools import reduce | |
| import operator |
| # -*- coding: utf-8 -*- | |
| """ | |
| :authors: python273 | |
| :license: Apache License, Version 2.0 | |
| :copyright: (c) 2018 python273 | |
| """ | |
| from functools import reduce | |
| from itertools import chain | |
| from numbers import Number |
| import asyncio | |
| @asyncio.coroutine | |
| def proxify(reader, writer): | |
| addr_writer = writer.get_extra_info('peername')[0] | |
| while True: | |
| data = yield from reader.read(8192) |
| import sys | |
| import random | |
| from itertools import combinations | |
| import string | |
| MSGS = ( | |
| # X -> Y means that the strings start with the same prefix | |
| # 1 -> 8 |
| # Install dependencies | |
| NGINX_VERSION=1.10.1 && \ | |
| OPENSSL_VERSION=1.0.1t && \ | |
| NPS_VERSION=1.11.33.3 && \ | |
| sudo apt-get install unzip build-essential checkinstall git libpcre3 libpcre3-dev zlib1g zlib1g-dbg zlib1g-dev && \ | |
| mkdir -p ~/sources/ && \ |
I hereby claim:
To claim this, I am signing this object: