Simple prime number and prime factorization package
Get and typecast environment variables.
module with functions relating to the prime factors of a positive integer
Babel helper for ensuring that access to a given value is performed through simple accesses
Simple update notifier to check for npm updates for cli applications
Simplest way to make http get requests. Supports HTTPS, redirects, gzip/deflate, streams in < 100 lines.
primes
Fastest Prime Number Calculation logic for nodejs and browser (checks, random generator, prime range generator, primes count generator, summation of primes, factorial of primes)
Super-minimalist version of `concat-stream`. Less than 15 lines!
Simply swizzle your arguments
A small set of utilities for streams.
Simple yet powerful framework for building command-line apps.
A small set of utilities for child process.
Simple GIT interface for node.js
Node.js CORS middleware
Simple, EventEmitter API for WebSockets (browser)
The first 100,000 prime numbers.
yargs the modern, pirate-themed, successor to optimist.
JavaScript library for efficient prime number detection and arithmetic, with customizable algorithms for large numbers.
Easy autofixable import sorting
A wrapper utility for interacting with plist data.
Simplified JS/TS implementation of wcswidth() written by Markus Kuhn in C
Simple Statistics
JS type check (TypeScript supported) functions like `isPlainObject() isArray()` etc. A simple & small integration.
It generates first n Prime numbers using naive brute force approach.
Returns the prime factors of an integer up to one hundred million
Generates a multiplication table for the first n primes
A simple web service that returns primed responses in FIFO order
A simple product of prime gem
Simple prime checker
Features: Efficient Prime Number Identification: Utilizes optimized algorithms to quickly identify prime numbers within an array. Simple Integration: Easy to include in any Ruby project with straightforward usage. Flexible Input Handling: Supports arrays of varying sizes and integer values. Error Handling: Gracefully handles non-integer and negative values, ensuring robust performance.