Theater

2011 The Wasps

Played Kid, Tea Party Supporter. March 3–5, 2011 at the Elliott Program Center. With Stanford Classics in Theater.

Web site: http://scit.stanford.edu/2011_Wasps/. Local mirror.

YouTube rips: part 1, part 2.

2012 The Merchant of Venice

Played Salanio. January 26–28, 2012 at the Nice Try Theatre. With Stanford STAMP.

Web site: http://stampmerchantofvenice.weebly.com/. Local mirror.

wget -H -np -k -r -Dstampmerchantofvenice.weebly.com,static-cdn.weebly.com,editmysite.com http://stampmerchantofvenice.weebly.com
for a in $(find . -name '*\?*'); do mv -v "$a" $(echo "$a" | sed -e 's/\?.*//'); done
find . -name '*.html' | xargs perl -n -i -e 'if (/Start Quantcast tag/) { $quant = 1; } if (/End Quantcast tag/) { $quant = 0; } if (!$quant) { print; }'
find . -name '*.html' | xargs sed -i -e "s#STATIC_BASE = '.*';#STATIC_BASE = '\\/theater\\/w\\/static-cdn.weebly.com\\/';#"

YouTube rip of trailer.

2012 The Secret to Raising Successful Children

Played Adam, Therapist, Man. May 3–5, 2012 at Okada Lounge, Flomo Lounge, Roble Theater. With Stanford Asian American Theater Project.

Web site: http://successfulchildren.weebly.com/. Local mirror.

wget -H -np -k -r -Dsuccessfulchildren.weebly.com,static-cdn.weebly.com,editmysite.com http://successfulchildren.weebly.com
for a in $(find . -name '*\?*'); do mv -v "$a" $(echo "$a" | sed -e 's/\?.*//'); done
find . -name '*.html' | xargs perl -n -i -e 'if (/Start Quantcast tag/) { $quant = 1; } if (/End Quantcast tag/) { $quant = 0; } if (!$quant) { print; }'
find . -name '*.html' | xargs sed -i -e "s#STATIC_BASE = '.*';#STATIC_BASE = '\\/theater\\/w\\/static-cdn.weebly.com\\/';#"

Up