Skip to content

Instantly share code, notes, and snippets.

1Password.app
Acorn.app
Actions Server.app
Adobe
Adobe Creative Cloud
Adobe Lightroom
Adobe Revel.app
Affinity Designer Trial.app
Affinity Photo Beta.app
Air Display Host.app

Keybase proof

I hereby claim:

  • I am briankohles on github.
  • I am briankohles (https://keybase.io/briankohles) on keybase.
  • I have a public key ASANbK052tXYfHxDL-F9LPOIyPgKZ9_NF6wFu8UJDatf6Ao

To claim this, I am signing this object:

@briankohles
briankohles / VagrantNotes.md
Created January 3, 2016 16:34
Notes about how to use Vagrant

initialize a directory for a new machine

vagrant init

@briankohles
briankohles / imageResizer.pl
Last active August 29, 2015 14:18
script to increase an images size to a 4x6 ratio in order to print without cropping
use File::Find;
my $baseDir = '/Volumes/Data/pictures/';
my $cmdIdentify = '/usr/local/bin/identify';
my $cmdConvert = '/usr/local/bin/convert';
find(\&process, $baseDir);
sub process {
<!--
<AAMP>
<authN>
<url>[/login.html]</url>
<method>post</method>
<username>[form.login]</username>
<password>[form.passwd]</password>
<submit>[form.submit]</submit>
</authN>
<management>
#!/usr/bin/perl
use strict;
use CGI;
use CGI::Carp qw(fatalsToBrowser);
my $q = CGI->new();
my $appleTv = 'appletv.local';
my $file = $q->param('file');
@briankohles
briankohles / markdown_cheatsheet.md
Last active August 29, 2015 13:55
A markdown cheat sheet - includes GFM

H1

Alt-H1

H2

Alt-H2

H3

H4

H5
H6