I hereby claim:
- I am polonez on github.
- I am chopin (https://keybase.io/chopin) on keybase.
- I have a public key ASCegc45A7XhDoGl-WQCMpE8z2L7o_bVj5XutBpg79hPOwo
To claim this, I am signing this object:
| from PyPDF2 import PdfFileReader, PdfFileWriter | |
| from PyPDF2.pdf import PageObject | |
| from tqdm import tqdm | |
| def get_info(path): | |
| with open(path, 'rb') as f: | |
| p = PdfFileReader(f) | |
| info = p.getDocumentInfo() | |
| number_of_pages = p.getNumPages() |
| set -x | |
| # mpc clear | |
| mpc add $(curl -s "http://onair.kbs.co.kr/index.html?sname=onair&stype=live&ch_code=24" | grep service_url | tail -1 | cut -d\" -f16 | cut -d\\ -f1) | |
| #mpc play 1 | |
| mpc play $(mpc playlist | wc -l) |
I hereby claim:
To claim this, I am signing this object:
| #include <stdio.h> | |
| #include <stdlib.h> | |
| #include <malloc.h> | |
| #include <conio.h> | |
| #include <windows.h> | |
| #define LOG_TAB -12 | |
| #define LEFT_KEY 17 | |
| #define UP_KEY 18 | |
| #define RIGHT_KEY 19 |