I hereby claim:
- I am wil93 on github.
 - I am wil93 (https://keybase.io/wil93) on keybase.
 - I have a public key whose fingerprint is DF13 3C2E 708A A2B7 F3A4 BA56 F33C C158 6EE3 7C90
 
To claim this, I am signing this object:
| ''' Trivial Eve-SQLAlchemy example. ''' | |
| # SQLAlchemy Imports | |
| from sqlalchemy.ext.declarative import declarative_base | |
| from sqlalchemy.orm import column_property | |
| from sqlalchemy.types import Interval | |
| from sqlalchemy import ( | |
| Column, | |
| String, | |
| Integer, | |
| CheckConstraint | 
| #include <cstdio> | |
| #include <cstdlib> | |
| #include <cmath> | |
| #include <cassert> | |
| #include <vector> | |
| #include <limits> | |
| #include <algorithm> | |
| #include <iostream> | |
| #ifdef __linux__ | |
| #include <GL/freeglut.h> | 
I hereby claim:
To claim this, I am signing this object:
| #!/usr/bin/env python3 | |
| from sys import argv | |
| import pysrt | |
| if __name__ == "__main__": | |
| if len(argv) != 4: | |
| print("usage: %s <first srt> <second srt> <output srt>") | |
| exit(1) |