<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><br><div><div>On Jan 5, 2012, at 11:47 AM, Matthew Story wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><div>Slides are viewable online here:</div><div><br></div><div><a href="https://docs.google.com/present/edit?id=0AfDUqFNz2o4eZGhoeDlnY3pfMTY2ZDJxY3B0Zmg">https://docs.google.com/present/edit?id=0AfDUqFNz2o4eZGhoeDlnY3pfMTY2ZDJxY3B0Zmg</a></div><div><br></div><div>Please submit any bugs you find in the talk to me, and I'll happily buy you a round at the next meeting.</div></div></blockquote></div><br><div>I have fixed a few bugs in the talk, some submitted, others found, and re-published the presentation.  I'm sure there are yet more, and the offer for a free round still stands for any bug found.</div><div><br></div><div>Notable Fixes:</div><div><br></div><div>@slide.27 ... credit: Jan Schaumann</div><div>< ps aux | grep "runaway" | <font color="#FF0000">a</font><font color="#FF0000">wk '{ print $2 }'</font> | xargs kill -30</div><div>> ps aux | grep "runawa[y]" | <font color="#FF0000">a</font><font color="#FF0000">wk '{ print $2 }'</font> | xargs kill -30</div><div><br></div><div>@slide.28 ... credit: Jan Schaumann</div><div><div>< ps aux | <font color="#FF0000">a</font><font color="#FF0000">wk '/runaway/ { print $2 }'</font> | xargs kill -30</div><div>> ps aux | <font color="#FF0000">a</font><font color="#FF0000">wk '/runawa[y]/ { print $2 }'</font> | xargs kill -30</div></div><div><br></div><div>@slide.47 ... no-arguments in argv-list handling for Solaris Bourne shell</div><div><<font color="#FF0000"> exec /usr/bin/awk -f "${0%/*}/table2json.awk" -- "$@"</font></div><div><font color="#FF0000"><font class="Apple-style-span" color="#000000">></font> </font><span class="Apple-style-span" style="color: rgb(255, 0, 0); ">exec /usr/bin/awk -f "${0%/*}/table2json.awk" -- ${1+"$@"}</span></div><div><span class="Apple-style-span" style="color: rgb(255, 0, 0); "><br></span></div><div>@slide.55 ... this wasn't actually producing a factorial, or an infinite loop ... now it does.</div><div><span class="Apple-style-span" style="color: rgb(255, 0, 0); "><font color="#FF0000"><span style="font-weight:bold"><font class="Apple-style-span" color="#000000"><span class="Apple-style-span" style="font-weight: normal;"><</span></font> for</span> (i=x;i>1;i++) y = y*i</font></span></div><div><span class="Apple-style-span" style="color: rgb(255, 0, 0); "><font color="#FF0000"><font color="#FF0000"><span style="font-weight:bold"><font class="Apple-style-span" color="#000000"><span class="Apple-style-span" style="font-weight: normal;">></span></font> for</span> (i=x;i>1;i--) y = y*i</font></font></span></div></body></html>