Skip to content

Instantly share code, notes, and snippets.

View jphase's full-sized avatar

Jeff Hays jphase

View GitHub Profile
Resize images in a directory with ImageMagick:
mogrify -path /path/to/image/folder -resize 60x60% -quality 60 -format jpg *.png
@jphase
jphase / WP-multisite-blog-copy
Created June 18, 2014 08:15
WordPress Multisite Blog Copier
<?php
/*
Plugin Name: Multisite Blog Copy
Plugin URI: http://robido.com/multisite-blog-copy
Description: This is a plugin that copies multisite blogs (all their tables and files) and creates a new blog/site from it. This plugin also unserializes/reserializes and is meant for copying blogs from entirely different domain names.
Version: 1.0
Author: Jeff Hays (jphase)
Author URI: http://robido.com/blog
License: GPL2
*/
@jphase
jphase / regexYoutube.html
Last active November 26, 2021 21:29
Regex match all youtube links
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Document</title>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js"></script>
</head>
<body>
<div id="anothercontainer">