I hereby claim:
- I am stephen2m on github.
- I am stephenmutua (https://keybase.io/stephenmutua) on keybase.
- I have a public key whose fingerprint is 128D B440 538A 08A6 5209 737C EA98 FFE0 A5F0 13E8
To claim this, I am signing this object:
using System; | |
using System.Net; | |
using System.IO; | |
using System.IO.Compression; | |
using System.Collections.Generic; | |
using System.Text.RegularExpressions; | |
using System.Diagnostics; | |
using System.Text; | |
using System.Security.Cryptography; | |
using System.Security.Permissions; |
# Requires use of Flask Login for the user tracking | |
# Implement by using AuditableMixin in your model class declarations | |
# e.g. class ImportantThing(AuditableMixin, Base): | |
import json | |
from flask_login import current_user | |
from sqlalchemy import event, inspect | |
from sqlalchemy.orm import class_mapper | |
from sqlalchemy.orm.attributes import get_history |
# For use in a shell: | |
# Download this file to /usr/local/bin/git-pull-recursive, then chmod 755 it to install git-pull-recursive | |
find . -type d -name .git -exec sh -c "cd \"{}\"/../ && pwd && git pull" \; |
I hereby claim:
To claim this, I am signing this object: