Popular recipes by Florian Mayer http://code.activestate.com/recipes/users/4165843/2008-11-30T00:40:23-08:00ActiveState Code RecipesFast prime generator (C++)
2008-11-30T00:40:23-08:00Florian Mayerhttp://code.activestate.com/recipes/users/4165843/http://code.activestate.com/recipes/576559-fast-prime-generator/
<p style="color: grey">
C++
recipe 576559
by <a href="/recipes/users/4165843/">Florian Mayer</a>
(<a href="/recipes/tags/primes/">primes</a>, <a href="/recipes/tags/prime_generator/">prime_generator</a>).
Revision 2.
</p>
<p>This is the sieve of Eratosthenes implemented in C++.</p>
Dependency resolver (Python)
2008-11-23T07:43:01-08:00Florian Mayerhttp://code.activestate.com/recipes/users/4165843/http://code.activestate.com/recipes/576569-dependency-resolver/
<p style="color: grey">
Python
recipe 576569
by <a href="/recipes/users/4165843/">Florian Mayer</a>
(<a href="/recipes/tags/dependecy/">dependecy</a>, <a href="/recipes/tags/resolver/">resolver</a>).
Revision 6.
</p>
<p>Resolve dependencies of tasks.</p>