Popular recipes by Willi Richert http://code.activestate.com/recipes/users/4003859/2009-01-05T07:01:11-08:00ActiveState Code RecipesFrequency measurement convenience class (Python)
2009-01-05T07:01:11-08:00Willi Richerthttp://code.activestate.com/recipes/users/4003859/http://code.activestate.com/recipes/576607-frequency-measurement-convenience-class/
<p style="color: grey">
Python
recipe 576607
by <a href="/recipes/users/4003859/">Willi Richert</a>
(<a href="/recipes/tags/frequency/">frequency</a>, <a href="/recipes/tags/measurement/">measurement</a>).
</p>
<p>From time to time one needs to calculate the average frequency of concurrently running processes/threads. This class just does this.</p>
Calculate the distance matrix for n-dimensional point array (Python)
2006-11-11T22:56:49-08:00Willi Richerthttp://code.activestate.com/recipes/users/4003859/http://code.activestate.com/recipes/498246-calculate-the-distance-matrix-for-n-dimensional-po/
<p style="color: grey">
Python
recipe 498246
by <a href="/recipes/users/4003859/">Willi Richert</a>
(<a href="/recipes/tags/algorithms/">algorithms</a>).
Revision 3.
</p>
<p>Three ways to calculate a distance matrix out of a list of n-dimensional points using scipy.</p>
Logging to a Jabber account (Python)
2006-10-03T15:35:06-07:00Willi Richerthttp://code.activestate.com/recipes/users/4003859/http://code.activestate.com/recipes/498158-logging-to-a-jabber-account/
<p style="color: grey">
Python
recipe 498158
by <a href="/recipes/users/4003859/">Willi Richert</a>
(<a href="/recipes/tags/programs/">programs</a>).
</p>
<p>If you have long-running scripts on many remote machines and you want to be alarmed if one of them crashes, use the JabberHandler to log it to your account.</p>