Skip to content

Instantly share code, notes, and snippets.

@mjut
mjut / organize-photos.py
Created June 1, 2017 15:45 — forked from cliss/organize-photos.py
Photo management script. This script will copy photos from "~/Pictures/iPhone Incoming" into a tree the script creates, with folders representing month and years, and photo names timestamped. Completely based on the work of the amazing Dr. Drang; see here: http://www.leancrew.com/all-this/2013/10/photo-management-via-the-finder/ You can see more…
#!/usr/bin/python
import sys
import os, shutil
import subprocess
import os.path
from datetime import datetime
######################## Functions #########################
@mjut
mjut / sjf_deh_gallery.php
Last active August 29, 2015 14:27 — forked from scofennell/sjf_deh_gallery.php
WordPress Masonry Gallery Shortcode
@mjut
mjut / custom-gallery-shortcode.php
Last active October 18, 2018 07:13 — forked from lschatzkin/custom-gallery-shortcode.php
custom gallery shortcode for WordPress
@mjut
mjut / filter-gallery-shortcode
Last active August 29, 2015 14:27 — forked from mjsdiaz/filter-gallery-shortcode
Use shortcode_atts_gallery filter to add new defaults to the WordPress gallery shortcode. Use image size of medium and 2 columns as new defaults. Allows user input to the post gallery shortcode.