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:
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 |
I hereby claim:
To claim this, I am signing this object:
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'); |