Skip to content

Instantly share code, notes, and snippets.

View codyjlandstrom's full-sized avatar

Cody J Landstrom codyjlandstrom

View GitHub Profile
@codyjlandstrom
codyjlandstrom / Git Contribution Guidelines.md
Last active October 3, 2019 15:31
Git contribution guidelines

Contribution Guidelines

NO UNNECESSARY CURLY BRACES

Contribution Guide

When contributing changes to this repository, one must adhere to the following rules:

  • create a new feature branch off of staging.
  • make your commits to the branch, with the commit messages adhering to the commit messages section below
  • Push your changes to github
adobe-acrobat-reader
adobe-creative-cloud
arduino
brave-browser
caffeine
clipy
coconutbattery
datagrip
docker
evernote
autoconf
automake
aws-elasticbeanstalk
awscli
bash-completion
cairo
cmake
dirmngr
elixir
erlang
# Set formatting options to save titles
convert *.psd -set filename:base "%[base]" "%[filename:base].png"
# Convert frame from video to image
convert input.mp4[100] thumbnail.png
# The [100] tells ImageMagick to take the 100th frame from input.mp4.
# Scale and crop image to center
# List of English and Spanish Obscenities for Moderation
'anus',
'apestoso',
'arrogante',
'arrombado',
'arse',
'arsehole',
'ass',
'ass-hat',
Verifying that +landstrom is my blockchain ID. https://onename.com/landstrom
@codyjlandstrom
codyjlandstrom / CopyGuides.jsx
Created April 11, 2016 16:39
Script to copy and paste guides in Photoshop
#target photoshop
main();
function main(){
if(Number(app.version.match(/\d+/)) <12) return;
if(!documents.length) return;
var startRulerUnits = app.preferences.rulerUnits;
app.preferences.rulerUnits = Units.PIXELS;
if(ScriptUI.environment.keyboardState.shiftKey ){
setGuides();
}else{
@codyjlandstrom
codyjlandstrom / gist:604f38529f093f3a3285
Created March 20, 2016 20:31
Use command 'subl' to launch Sublime Text 3 from command line
ln -s "/Applications/Sublime Text.app/Contents/SharedSupport/bin/subl" /usr/local/bin/subl
@codyjlandstrom
codyjlandstrom / gist:4c9fe8acdf6496d17dea
Created February 5, 2015 23:40
Post to This. via the console without the bookmarklet.
(function (d,s,p) {d = document;if (typeof this_counter_8532 !== 'undefined') {p = d.getElementById('this-modal-' + this_counter_8532);if (p) {p.parentNode.removeChild(p);return;}}this_counter_8532=parseInt(Math.random() * 100000) + 123456;s = d.createElement('script');s.type = 'text/javascript';s.setAttribute('src', 'https://this.cm/bookmarklet/shim/' + this_counter_8532);d.body.appendChild(s);})();
@codyjlandstrom
codyjlandstrom / gist:eb4120ac1268c3d6aa7f
Created August 19, 2014 22:59
Add user to apache group on OSX
sudo dseditgroup -o edit -a your_username -t user _www