Skip to content

Instantly share code, notes, and snippets.

View ryanbeymer's full-sized avatar

Ryan Beymer ryanbeymer

  • United States, Idaho
View GitHub Profile
@ryanbeymer
ryanbeymer / my-account.php
Last active February 10, 2021 17:05 — forked from mclanecreative/my-account.php
Adds Tabs to WooCommerce "My Account" page. Instructions: add my-account.php to your [theme-folder]/woocommerce/myaccount/ folder.
<?php
/**
* A tabbed woocommerce My Account page
*
* @package WooCommerce/Templates
* @version 3.0.0
*/
if ( ! defined( 'ABSPATH' ) ) {
exit;
Type this into http://Terminal.app:
perl -i -p -e 's/Pridetree/Bridetree/;' /Applications/Sourcetree.app/Contents/Resources/Assets.car
@ryanbeymer
ryanbeymer / gist:f6989d1fa7224b24c00f38b842bb60cd
Created November 7, 2018 22:37
8476d698-8aeb-4ab9-96d9-0aaf173061ce
/*
#333333 Black (Very Dark Gray)
#999999 Dark Gray
#AAAAAA Gray
#EEEEEE Light Gray
#FFFFFF White
#11375D Navy Blue
#4080C0 Star Logo Blue
#79A6D2 Alt Lighter Star Logo Blue
#A1E6E8 Alt Lighter Accent Light Blue
@ryanbeymer
ryanbeymer / gist:7916840
Last active December 31, 2015 01:49
Output git log for the specified time period
git log --since=11-01-2013 --until=11-31-13 --no-merges --date=short --pretty=format:'%h|%cd|%s|repo-name' > repo-name-log.csv