Skip to content

Instantly share code, notes, and snippets.

View TApplencourt's full-sized avatar
🇷🇪

Thomas Applencourt TApplencourt

🇷🇪
View GitHub Profile
@TApplencourt
TApplencourt / sqgite3.py
Last active April 24, 2017 16:20
SQGit : A workaround for binary support in git (who will not scale...)
#!/usr/bin/env python
# -*- coding: utf-8 -*-
import os
import sys
try:
import sqlite3
except:
print "Sorry, you need sqlite3"
sys.exit(1)
@TApplencourt
TApplencourt / DoItLive and asciinema
Created January 20, 2015 14:46
DoItLive + asciinema
asciinema rec -c "doitlive play session.sh -q"