View StreamMovie.pl
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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'); |
View AAMP Config
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!-- | |
<AAMP> | |
<authN> | |
<url>[/login.html]</url> | |
<method>post</method> | |
<username>[form.login]</username> | |
<password>[form.passwd]</password> | |
<submit>[form.submit]</submit> | |
</authN> | |
<management> |
View imageResizer.pl
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 { |
View VagrantNotes.md
initialize a directory for a new machine
vagrant init
View keybase.md
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:
View Apps_I_Use_MacOS.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |