An open API service providing repository metadata for many open source software ecosystems.

Topic: "primes"

mcdxwell/sieve-of-atkin

🔢 Generate prime numbers using the Sieve of Atkin

Language: Go - Size: 7.81 KB - Last synced at: 11 months ago - Pushed at: about 3 years ago - Stars: 0 - Forks: 0

vpereira01/gostart

Playground of Go, ml and prime factorization

Language: Jupyter Notebook - Size: 81.1 KB - Last synced at: about 2 months ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

MichaelMBradley/Anagram

Using primes to do various fun things with words.

Language: Python - Size: 1.21 MB - Last synced at: 10 days ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

sociedade-do-pastel/multiprimos

Benchmark da geração de chaves baseadas em números primos por três processos.

Language: C++ - Size: 33.2 KB - Last synced at: about 2 years ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

lsap/primes

Primes

Language: Java - Size: 594 KB - Last synced at: about 2 years ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 1

hc-medamine/Sieve-of-Eratosthenes

implementation of the Sieve of Eratosthenes algorithm to calculate prime integers.

Language: C++ - Size: 1000 Bytes - Last synced at: about 2 years ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

copev313/Prime-Number-Generator

A prime number generator written in both Python and C++.

Language: C++ - Size: 1000 Bytes - Last synced at: about 2 years ago - Pushed at: almost 4 years ago - Stars: 0 - Forks: 0

nisevi/primes_table

Command line tool for printing a multiplication table of the first N prime numbers.

Language: Ruby - Size: 93.8 KB - Last synced at: about 2 months ago - Pushed at: almost 4 years ago - Stars: 0 - Forks: 1

ElComadore/Sieves

A few mathematical sieving algorithms, written primarily by Nils Alexandersson

Language: Python - Size: 30.3 KB - Last synced at: about 2 years ago - Pushed at: about 4 years ago - Stars: 0 - Forks: 0

moon1ock/MPI_primes

Efficiently finding all primes up to N with MPI parallel processing.

Language: C - Size: 112 KB - Last synced at: 10 days ago - Pushed at: about 4 years ago - Stars: 0 - Forks: 0

faycalki/primality_test_using_millers_test

Simply put, this program is a primality test program, it tests whether a number you input is prime or not using one of today's most modern efficient methods of primality testing: miller's test.

Language: Python - Size: 20.5 KB - Last synced at: about 2 years ago - Pushed at: about 4 years ago - Stars: 0 - Forks: 0

nacifyas/Prime-Numbers

Alternative approach for Primality Test

Language: Jupyter Notebook - Size: 221 KB - Last synced at: about 2 years ago - Pushed at: about 4 years ago - Stars: 0 - Forks: 0

AgusNeira/prime-finder

Small utility CLI program for finding prime numbers

Language: C - Size: 8.79 KB - Last synced at: about 2 years ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 0

jambolo/Sieve

Sieve of Eratosthenes

Language: C++ - Size: 14.7 MB - Last synced at: 3 months ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 0

danhje/primes

Comparison of different algorithms for finding primes.

Language: Python - Size: 144 KB - Last synced at: about 2 years ago - Pushed at: almost 5 years ago - Stars: 0 - Forks: 0

akgupta89/fast-prime-gen

A fast prime generator to generate numbers on demand on the fly

Language: JavaScript - Size: 3.91 KB - Last synced at: about 21 hours ago - Pushed at: almost 5 years ago - Stars: 0 - Forks: 0

PatheticMustan/legendary-computing-machine 📦

Find primes up to N 😮

Language: JavaScript - Size: 1000 Bytes - Last synced at: about 2 years ago - Pushed at: about 5 years ago - Stars: 0 - Forks: 1

WoMspace/primefinder

An optimised bottom up prime sieve.

Language: C# - Size: 771 KB - Last synced at: about 2 years ago - Pushed at: about 5 years ago - Stars: 0 - Forks: 1

N-Wouda/ParAlg 📦

Code for Parallel Algorithms assignments (Fall 2019).

Language: C - Size: 775 KB - Last synced at: about 1 year ago - Pushed at: over 5 years ago - Stars: 0 - Forks: 1

lapets/primelist

Python library encapsulating the set of all primes as a generator (optimized for small primes).

Language: Python - Size: 185 KB - Last synced at: 29 days ago - Pushed at: over 5 years ago - Stars: 0 - Forks: 0

MechaDragonX/SievePrimeNumbers

Uses the Sieve of Eratosthenes Algorithm to find all prime numbers between one and a given number (inclusive).

Language: Java - Size: 3.91 KB - Last synced at: 2 months ago - Pushed at: over 5 years ago - Stars: 0 - Forks: 0

blakeanedved/mersenne-primes

A simple program for computing prime numbers using Mersenne Primes using the Lucas-Lehmer primality test

Language: C++ - Size: 5.86 KB - Last synced at: about 2 years ago - Pushed at: over 5 years ago - Stars: 0 - Forks: 0

tassoneroberto/math-tools

Number theory and Analysis classes.

Language: Java - Size: 24.4 KB - Last synced at: about 2 years ago - Pushed at: almost 6 years ago - Stars: 0 - Forks: 0

EN10/Primes-C

Primes in C

Language: C - Size: 4.88 KB - Last synced at: about 2 months ago - Pushed at: about 6 years ago - Stars: 0 - Forks: 0

nicholaspun/Jumping-Champions

My work on a generalized Shannon sampling (and filtering) algorithm, while I was a research student in the summer of 2016.

Language: MATLAB - Size: 196 MB - Last synced at: about 2 years ago - Pushed at: about 6 years ago - Stars: 0 - Forks: 0

username1565/cyclop Fork of renyxadarox/locp

Cyclop (C-lang - Consecutive List Of Primes)

Language: C - Size: 1.65 MB - Last synced at: 13 days ago - Pushed at: about 6 years ago - Stars: 0 - Forks: 0

kathleenwest/AdvancedConsoleApplicationIV

This is a very simple windows console application that I completed for a class assignment. It is shown here to illustrate my coding style, structure, and commenting. This example is considered Level 3 – Advanced. Objectives: Using Threads to calculate Prime Numbers Prime Numbers ConcurrentQueue Dictionary ManualResetEvent Timer Producer Thread Consumer Thread

Language: C# - Size: 2.79 MB - Last synced at: 2 months ago - Pushed at: about 6 years ago - Stars: 0 - Forks: 0

Xendrra/Sieve_of_Erastothenes

Funkce k nalezení prvočísel v číselné řadě

Language: R - Size: 3.91 KB - Last synced at: about 2 years ago - Pushed at: over 6 years ago - Stars: 0 - Forks: 0

johnnyawesome/ProcessingPrimeSearchGraphical

Searches Primes and displays nice colorful circles resembling the primes it found.

Language: Processing - Size: 310 KB - Last synced at: about 2 years ago - Pushed at: over 6 years ago - Stars: 0 - Forks: 0

blakehull/RSAProgram

This is a program I wrote to both encrypt a message to given arbitrary RSA information, generate a public key and decrypt given the appropriate keys

Language: Python - Size: 15.6 KB - Last synced at: almost 2 years ago - Pushed at: over 6 years ago - Stars: 0 - Forks: 0

siddeshlc8/Rondom-N-bit-Prime-Generation

Implemenation of Fast prime generation algorithms using proposed GCD test on mobile smart devices research paper.

Language: Python - Size: 1.91 MB - Last synced at: about 2 years ago - Pushed at: over 6 years ago - Stars: 0 - Forks: 0

sauternic/Primzahlen-Suchen-Fermat-WinForms_V2.0.0

Primzahlen Suchen mit der Formel des Mathematiker Pierre de Fermat. (WinForms)

Language: C# - Size: 28.3 KB - Last synced at: 2 months ago - Pushed at: over 6 years ago - Stars: 0 - Forks: 0

sauternic/Primzahlen-Suchen-Fermat-WinForms_V1.0.0

Primzahlen Suchen mit der Formel des Mathematiker Pierre de Fermat. (WinForms)

Language: C# - Size: 28.3 KB - Last synced at: 2 months ago - Pushed at: over 6 years ago - Stars: 0 - Forks: 0

sauternic/Primzahlen-Suchen-Fermat

Primzahlen Suchen mit der Formel des Mathematiker Pierre de Fermat.

Language: C# - Size: 12.7 KB - Last synced at: 2 months ago - Pushed at: over 6 years ago - Stars: 0 - Forks: 0

dario-marvin/PrimesList

Simple Python module for the time analysis of different possible approaches to primes list computation

Language: Python - Size: 318 KB - Last synced at: 12 months ago - Pushed at: over 6 years ago - Stars: 0 - Forks: 0

johnnyawesome/ProcessingPrimeSearchOptimized

Searches Prime Numbers, but weeds out all even numbers, since they're not prime. Hence: Optimized. :)

Language: Processing - Size: 1.95 KB - Last synced at: about 2 years ago - Pushed at: almost 7 years ago - Stars: 0 - Forks: 0

MoritzGoeckel/Algorithms

🐶 Common algorithms in Java

Language: Java - Size: 64.5 KB - Last synced at: about 2 years ago - Pushed at: almost 7 years ago - Stars: 0 - Forks: 0

AntonUden/Prime-number-finder

Finds all prime numbers below the input value

Language: C# - Size: 15.6 KB - Last synced at: about 2 years ago - Pushed at: about 7 years ago - Stars: 0 - Forks: 0

sauternic/Beispiele_Primzahlen__Nur-Textdateien

Sehr grosse Primzahlen / Einige Beispiele der Ausgaben der verschiedenen Programme. Siehe z.B. die 1001 stelligen Primzahlen! :)))

Size: 10.7 KB - Last synced at: 2 months ago - Pushed at: about 7 years ago - Stars: 0 - Forks: 1

ferdavid1/PrimeExploration

Prime number computations and exploratory analysis

Language: Python - Size: 183 KB - Last synced at: over 1 year ago - Pushed at: over 7 years ago - Stars: 0 - Forks: 1

wrbl606/spirala-ulama

JS script that draws Ulam spiral

Language: HTML - Size: 17.6 KB - Last synced at: about 2 years ago - Pushed at: over 7 years ago - Stars: 0 - Forks: 0

MannyPeterson/MersennePrime

Mersenne Prime

Language: C - Size: 15.6 KB - Last synced at: 9 days ago - Pushed at: over 7 years ago - Stars: 0 - Forks: 0

ReginaCsaszar/ubiquitous-funicular

Optimus prime - Basic algorithm assignment

Language: Java - Size: 4.88 KB - Last synced at: about 2 years ago - Pushed at: over 7 years ago - Stars: 0 - Forks: 0

JigmeDatse/PrimesPlay

Playing with some stuff with Primes, and how to display them etcetera

Language: PHP - Size: 23.4 KB - Last synced at: about 2 years ago - Pushed at: almost 8 years ago - Stars: 0 - Forks: 0

hoffsupes/Prime-Generator

Count Primes faster using OpenMPI

Language: C - Size: 3.91 KB - Last synced at: almost 2 years ago - Pushed at: almost 8 years ago - Stars: 0 - Forks: 0

x89/primes

♥ primes ♥

Language: Crystal - Size: 10.7 KB - Last synced at: about 2 years ago - Pushed at: almost 8 years ago - Stars: 0 - Forks: 0

simonewebdesign/elixir_prime_table

A CLI that prints a multiplication table of primes

Language: Elixir - Size: 2.59 MB - Last synced at: 3 months ago - Pushed at: almost 8 years ago - Stars: 0 - Forks: 0

mfcecilia/primes

VT Programming team lecture 2016.03.29

Size: 90.8 KB - Last synced at: almost 2 years ago - Pushed at: about 9 years ago - Stars: 0 - Forks: 0

ecly/primes

Simply calculating primes in C#.

Language: C# - Size: 4.88 KB - Last synced at: 6 days ago - Pushed at: about 9 years ago - Stars: 0 - Forks: 0

grebelius/pdfmeta

Don't use this repo. Use the fork pdf-generators.

Last synced at: over 2 years ago - Stars: 0 - Forks: 0

mpech/curve25519-primes

Language: PicoLisp - Size: 28.3 KB - Last synced at: over 1 year ago - Stars: 0 - Forks: 0

mpech/factordb-prp

test probable primes from factordb.com

Language: PicoLisp - Size: 2.75 MB - Last synced at: over 1 year ago - Stars: 0 - Forks: 0

mpech/magnanimous-odd

Language: PicoLisp - Size: 37.1 KB - Last synced at: over 1 year ago - Stars: 0 - Forks: 0

mrdotx/python

a few python scripts

Last synced at: over 2 years ago - Stars: 0 - Forks: 0

naortega/indivisible

A prime number generation and verification program written in Rust.

Last synced at: about 2 years ago - Stars: 0 - Forks: 0

nxl4/cprime

Arbitrarily Large Prime Number Tester

Last synced at: over 2 years ago - Stars: 0 - Forks: 0

s1rr/test-de-primalite-polynomial-aks

Study of the scientific publication "PRIMES is in P" by Agrawal, Kayal et Saxena introducing the primality test in polynomial time AKS. Study of the mathematical foundation of AKS, implementation in C of AKS and its variants.

Last synced at: over 2 years ago - Stars: 0 - Forks: 0

trem/erastothenes-iter

Language: Rust - Size: 53.7 KB - Last synced at: 7 months ago - Stars: 0 - Forks: 0