Popular recipes by Joseph Reagle http://code.activestate.com/recipes/users/4171494/2010-12-14T14:53:07-08:00ActiveState Code RecipesLaunch virtualbox with emulated USB microphones (Python)
2010-12-14T14:53:07-08:00Joseph Reaglehttp://code.activestate.com/recipes/users/4171494/http://code.activestate.com/recipes/577467-launch-virtualbox-with-emulated-usb-microphones/
<p style="color: grey">
Python
recipe 577467
by <a href="/recipes/users/4171494/">Joseph Reagle</a>
(<a href="/recipes/tags/sound/">sound</a>, <a href="/recipes/tags/virtualbox/">virtualbox</a>).
Revision 4.
</p>
<p>A small Python script that sets sound emulation variables for a particular USB microphone that you want to use, and sets the microphone volume level, since that is often set at zero in the Linux context.</p>
Create book index. (Python)
2010-04-07T22:20:21-07:00Joseph Reaglehttp://code.activestate.com/recipes/users/4171494/http://code.activestate.com/recipes/577179-create-book-index/
<p style="color: grey">
Python
recipe 577179
by <a href="/recipes/users/4171494/">Joseph Reagle</a>
(<a href="/recipes/tags/book/">book</a>, <a href="/recipes/tags/index/">index</a>, <a href="/recipes/tags/python/">python</a>).
Revision 3.
</p>
<p>Reads a simple enumeration of "topic (page#|see) subtopic" to create a formatted book index. </p>
Textual diffs between word files (Python)
2010-02-16T08:58:07-08:00Joseph Reaglehttp://code.activestate.com/recipes/users/4171494/http://code.activestate.com/recipes/577055-textual-diffs-between-word-files/
<p style="color: grey">
Python
recipe 577055
by <a href="/recipes/users/4171494/">Joseph Reagle</a>
(<a href="/recipes/tags/diff/">diff</a>, <a href="/recipes/tags/python/">python</a>, <a href="/recipes/tags/word/">word</a>).
</p>
<p>Diff two directories of Word documents, providing extra context as well, using antiword and dwdiff.</p>
Shared Clipboard (Python)
2009-08-19T09:58:51-07:00Joseph Reaglehttp://code.activestate.com/recipes/users/4171494/http://code.activestate.com/recipes/576887-shared-clipboard/
<p style="color: grey">
Python
recipe 576887
by <a href="/recipes/users/4171494/">Joseph Reagle</a>
(<a href="/recipes/tags/clipboard/">clipboard</a>, <a href="/recipes/tags/network/">network</a>).
</p>
<p>Uses shared network file to share a clipboard across machines (e.g., virtual machines).</p>
CMS page range validator. (Python)
2009-08-21T11:14:13-07:00Joseph Reaglehttp://code.activestate.com/recipes/users/4171494/http://code.activestate.com/recipes/576889-cms-page-range-validator/
<p style="color: grey">
Python
recipe 576889
by <a href="/recipes/users/4171494/">Joseph Reagle</a>
(<a href="/recipes/tags/formatting/">formatting</a>, <a href="/recipes/tags/page_ranges/">page_ranges</a>, <a href="/recipes/tags/writing/">writing</a>).
</p>
<p>Specification and validator for Chicago Manual of Style page ranges.</p>