Edgewall Software

Changes between Version 6 and Version 7 of HelperFunctions


Ignore:
Timestamp:
Aug 18, 2006, 2:19:17 PM (18 years ago)
Author:
cmlenz
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • HelperFunctions

    v6 v7  
    105105}}}
    106106
    107 == countoccurrences() ==
     107== countoccurrences() / countdistinct() ==
    108108
    109109Written by Arnar Birgisson and shared on the IrcChannel.
     
    170170
    171171{{{
     172#!python
    172173from itertools import groupby
    173174