17 packages
hapi-namespace
Add namespace prefixes to Hapi routes, like express-namespace
heaps-permute
A JavaScript implementation of Heap's efficient Permutation Algorithm
hom
homomorphic encryption
is-pandigital
Test if a number is pandigital (made up of the digits 1-9, once each)
is-pentagonal
Fastest way to test if a number is pentagonal
npm-run-help
List the `npm run` scripts available
poker-hands
Quickly evaluate poker hands
pythagorean-triples
Generate Pythagorean triples using Euclid's formula
quick-is-prime
Test if a number is prime in constant time, using a cached Sieve of Eratosthenes.
quick-primefactors
Quickly get a number's prime factors, using a cached Sieve of Eratosthenes