1. Bernoulli Numbers

    The algorithm is based on: Brent, Richard P., and David Harvey. "Fast computation of Bernoulli, Tangent and Secant numbers." Computational and Analytical Mathematics. Springer New York, 2013. 127-142. Preprint here

    Get a Bernoulli number. Please be aware that this is done in pure JavaScript. So B100 gets you quasi immediate satisfaction but B1,000 may need a minute or five.
    The algorithm caches the results up to Bn

    • Bernoulli Numbers

    • One
      All (B2n including B1)

  2. Make Some Typos

    A JavaScript port of an older version of the Perl module Lingua::TypoGenerator by Ivan Tubert-Brohman with some additional keyboard layouts

    And if you cannot do it yourself, here is a little script to help you out with it.

    • Type-O-Mat

    • with layout.

    It is quite simple and works quite correct for English keyboard layouts, but only so-so for the rest. See the Source code for details. For a more refined algorithm you might look at Lingua::DE::TypoGenerator

Needful Links