From: Andrew DeFaria Date: Wed, 13 Apr 2016 15:00:40 +0000 (-0700) Subject: Miscellaneous changes X-Git-Url: https://defaria.com/gitweb/?a=commitdiff_plain;h=4bda7186bbd608c7e2a12bdbe09ba760f8f2d034;p=clearscm.git Miscellaneous changes --- diff --git a/bin/CreateAlbumPlaylists.pl b/bin/CreateAlbumPlaylists.pl new file mode 100755 index 0000000..3254073 --- /dev/null +++ b/bin/CreateAlbumPlaylists.pl @@ -0,0 +1,16 @@ +#!/usr/bin/env perl +use strict; +use warnings; + +use MP3::Info; +use Data::Dumper; + +my $file = $ARGV[0]; + +die "Cannot open $file - $!" unless -r $file; + +my $tag = get_mp3tag ($file); + +for (keys %$tag) { + print "$_: $tag->{$_}\n"; +} # for \ No newline at end of file diff --git a/rc/client_scripts/Audience b/rc/client_scripts/Audience index 071261e..2a14f9d 100644 --- a/rc/client_scripts/Audience +++ b/rc/client_scripts/Audience @@ -16,6 +16,7 @@ export SMTPHOST=cas.audience.local export SMTPFROM=cm@audience.com export CLEARADM_SERVER=adefaria-lt export P4CONFIG=.p4config +export P4USER=adefaria append_to_path /cygdrive/c/Program\ Files/Perforce append_to_path /cygdrive/c/Program\ Files\ \(x86\)/MATLAB/R2013a/bin diff --git a/rc/gitconfig b/rc/gitconfig index 6c59eff..63b5588 100644 --- a/rc/gitconfig +++ b/rc/gitconfig @@ -1,6 +1,6 @@ [user] name = Andrew DeFaria - email = adefaria@audience.local + email = Andrew@DeFaria.com [pack] windowMemory=128m threads=1 @@ -20,10 +20,7 @@ local=white remote=red [color "diff"] - meta=white bold - #frag=magenta bold - old=red - new=yellow + external = /usr/local/bin/git-meld [color "status"] added=yellow changed=green @@ -39,4 +36,4 @@ dump=cat-file -p dlog=log --decorate [push] - default = matching + default = simple diff --git a/rc/sshconfig b/rc/sshconfig index 6c6b890..2fe4668 100644 --- a/rc/sshconfig +++ b/rc/sshconfig @@ -5,3 +5,7 @@ StrictHostKeyChecking no Host * ServerAliveInterval 300 ServerAliveCountMax 2 + +Host jira + HostName %h.audience.local + User adefaria diff --git a/web/Resumes/Andrew/Resume.txt b/web/Resumes/Andrew/Resume.txt new file mode 100644 index 0000000..92e6817 --- /dev/null +++ b/web/Resumes/Andrew/Resume.txt @@ -0,0 +1,5 @@ +My resume is best viewed by going to http://clearscm.com/resume. Additionally +you can get an MS Word copy there. + +Thanks +Andrew DeFaria