Skip to content

Instantly share code, notes, and snippets.

View SalvaJ's full-sized avatar

SalvaJ€ SalvaJ

View GitHub Profile
#!/usr/bin/env python
#
# gexiv2 image Exif date fixer.
# Corey Goldberg, 2014
"""Recursively scan a directory tree, fixing dates
on all jpg/png image files.
Each file's Exif metadata and atime/mtime are all
@SalvaJ
SalvaJ / oauth2.py
Created March 19, 2014 09:56 — forked from s-shin/oauth2.py
#!/usr/bin/env python3
"""This module is a sample of the OAuth2 authentication by Python3"""
__version__ = "0.1.0"
__author__ = "shin (shin.hateblo.jp)"
__copyright__ = "(C) 2012 shin"
__email__ = "s2pch.luck@gmail.com"
__license__ = "Apache License 2.0"
__status__ = "Prototype"