Miscellaneous changes
authorAndrew DeFaria <Andrew@DeFaria.com>
Wed, 13 Apr 2016 15:00:40 +0000 (08:00 -0700)
committerAndrew DeFaria <Andrew@DeFaria.com>
Wed, 13 Apr 2016 15:00:40 +0000 (08:00 -0700)
bin/CreateAlbumPlaylists.pl [new file with mode: 0755]
rc/client_scripts/Audience
rc/gitconfig
rc/sshconfig
web/Resumes/Andrew/Resume.txt [new file with mode: 0644]

diff --git a/bin/CreateAlbumPlaylists.pl b/bin/CreateAlbumPlaylists.pl
new file mode 100755 (executable)
index 0000000..3254073
--- /dev/null
@@ -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
index 071261e..2a14f9d 100644 (file)
@@ -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
index 6c59eff..63b5588 100644 (file)
@@ -1,6 +1,6 @@
 [user]
        name = Andrew DeFaria
-       email = adefaria@audience.local
+       email = Andrew@DeFaria.com
 [pack]
        windowMemory=128m
        threads=1
        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
index 6c6b890..2fe4668 100644 (file)
@@ -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 (file)
index 0000000..92e6817
--- /dev/null
@@ -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