Skip to content

Instantly share code, notes, and snippets.

View jjpmann's full-sized avatar

Jerry Price jjpmann

View GitHub Profile
# Versions and Changelog
Files kept in the repo for refrence of current version of the site and log of the changes.
## Changelog
http://keepachangelog.com/en/0.3.0/
_Examples_
############################################################
# (custom) shortcuts
############################################################
# List directory with all files
alias l='clear; echo ""; echo -------------- `pwd`; echo ""; ls -lah; echo ""';
# List users on the system
alias users='cat /etc/passwd | cut -d ":" -f1'
# Show IP address
alias myip="echo INTERNAL && ifconfig | grep 'inet ' && echo PUBLIC && echo ' ' `dig +short myip.opendns.com @resolver1.opendns.com`"
# Show Current process of user
@jjpmann
jjpmann / output.txt
Created March 10, 2016 14:27
phantomas log
This file has been truncated, but you can view the full file.
Debug: Fontconfig error: Cannot load default config file
14:02:00.557 phantomas v1.13.0: /var/www/YellowLabTools/node_modules/phantomas/
@jjpmann
jjpmann / blog.md
Last active February 18, 2016 14:02
Blog

hi

@jjpmann
jjpmann / dropbox-public-link-copy.scpt
Last active December 6, 2015 04:07
OSX Folder Action (script) to copy dropbox public link to clipboard for new files added to shared folder
@jjpmann
jjpmann / ee-freeform-example.php
Created November 30, 2015 14:30
embed of dynamic contact form
# Team Listing
{exp:channel:entries channel="team"}
<div>
<h2>{name}</h2>
...
{embed="team/.form-modal" email="{team_email}" id="{url_title}"}
<?php
/**
* session_start_hook
*
* @param
* @return
*/
public function sessions_start_hook()
{