Showing 64 open source projects for "prime number"

View related business solutions
  • MongoDB Atlas runs apps anywhere Icon
    MongoDB Atlas runs apps anywhere

    Deploy in 115+ regions with the modern database for every enterprise.

    MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
    Start Free
  • Go From AI Idea to AI App Fast Icon
    Go From AI Idea to AI App Fast

    One platform to build, fine-tune, and deploy ML models. No MLOps team required.

    Access Gemini 3 and 200+ models. Build chatbots, agents, or custom models with built-in monitoring and scaling.
    Try Free
  • 1

    Prime number ( primenumbers )

    Benchmark for 50 000 000 prime numbers as single and multicore

    Simple source files and compiled JAR Java programs, for benchmark 50 000 000 cycle finding prime numbers. On Intel(R) Core(TM) i5-8600K CPU, Windows 10 20H2, i have 39 second on single core and 7,6 second on multi core. (PS: C++ multicore 6 second). Added C files for gcc compiler in Windows 10 and for Xcode C command line project in MacOS ( tested on Mac mini M2 with single core 16 to 25 sec and multicore 2,3 to 5 second by compiler -O switch). Surprise, same code in JavaScript for M2 chip...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2

    White Wizard's prime numbers

    Prime Numbers Algorithm without need of arrays

    n=a^2-b^2=(a+b)*(a-b) n+b^2=a^2 n is a prime number if only a=b+1 else is not
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3

    numbers-java

    Java library for number operations

    Java library for number operations currently consisting of PrimeFactors.java, which calculates prime factors for a given integer
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4

    mtsieve

    A multi-threading framework using a prime sieve to do work

    ...Another usage could be to use those prime numbers to test each for a specific characteristic, such as whether it is a Wieferich or Wall-Sun-Sun number. The framework is portable to any OS running on x86-64 and supports GPUs.
    Downloads: 1 This Week
    Last Update:
    See Project
  • AI-powered service management for IT and enterprise teams Icon
    AI-powered service management for IT and enterprise teams

    Enterprise-grade ITSM, for every business

    Give your IT, operations, and business teams the ability to deliver exceptional services—without the complexity. Maximize operational efficiency with refreshingly simple, AI-powered Freshservice.
    Try it Free
  • 5

    ListPrimeNumbers

    Listing Prime Numbers.

    Project using simple deterministic algorithms to check whenever any number in the range 0 to 18,446,744,073,709,551,615 is a prime number.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6

    Small-projects-with-c

    A set of basic academic C programs for learning and practice.

    This repository contains a collection of basic and academic C programming projects developed for coursework at Islamic Azad University, Central Tehran Branch. The purpose is to help beginners understand core programming concepts such as conditionals, loops, arrays, recursion, and math functions. Each project is organized in its own folder, with readable code and clear logic. Ideal for students and educators looking for structured C examples. Contributions and feedback are welcome.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7

    PRPNet

    A client/server application used to help in the search for primes

    ...The server ensures that only one client at a time is testing any particular candidate and then captures the results of the test and records that information in a MySQL or PostgreSQL database. PRPNet collects numerous stats for the clients that connect and clients can associate themselves with teams. It has a number of webpages that can be used to show current progress and statistics. It also has the ability to send e-mail when a new prime is found. Although PRPNet works well for home users with multiple cores or multiple machines, it does scale well up to a few hundred users. PrimeGrid runs most of its smaller projects on PRPNet.. PRPNet also has the ability to test for Wieferich and Wall-Sun-Sun primes. ...
    Downloads: 7 This Week
    Last Update:
    See Project
  • 8
    Polymeter

    Polymeter

    Polymeter MIDI sequencer

    Polymeter is a MIDI sequencer for music that's in multiple prime meters (2, 3, 5, 7, 11, etc.) simultaneously. Each track has its own loop length, and when the lengths differ, the tracks "slip" (or shift phase) relative to each other. The resulting interference pattern is sufficiently intricate that variations similar to the embellishments of a live performer can be generated algorithmically. The current project is based on software I developed in the 1990s in order to compose...
    Downloads: 5 This Week
    Last Update:
    See Project
  • 9
    Deep Daze

    Deep Daze

    Simple command line tool for text to image generation

    ...In true deep learning fashion, more layers will yield better results. Default is at 16, but can be increased to 32 depending on your resources. Technique first devised and shared by Mario Klingemann, it allows you to prime the generator network with a starting image, before being steered towards the text. Simply specify the path to the image you wish to use, and optionally the number of initial training steps. We can also feed in an image as an optimization goal, instead of only priming the generator network. Deepdaze will then render its own interpretation of that image. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Build Securely on Azure with Proven Frameworks Icon
    Build Securely on Azure with Proven Frameworks

    Lay a foundation for success with Tested Reference Architectures developed by Fortinet’s experts. Learn more in this white paper.

    Moving to the cloud brings new challenges. How can you manage a larger attack surface while ensuring great network performance? Turn to Fortinet’s Tested Reference Architectures, blueprints for designing and securing cloud environments built by cybersecurity experts. Learn more and explore use cases in this white paper.
    Download Now
  • 10

    Linearizer

    Small application that helps linearizing (cos x)^n and (sin x)^n

    ...YAKAM Olivier's formulas presented on this page: http://yakamyale.over-blog.com/article-linearisation-proposition-de-formules-82233204.html This project is a showcase of the formulas presented on the above blog. The aim is to help students view a quick result of an operation of linearization they are dealing with. The small app helps doing this: *Decomposition of a number into prime factor products * Simplification of Fractions *Operations on Fractions *Combinatorial calculations *Linearization of (cos x)^n and (sin x)^n
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Eratostene

    Eratostene

    Show the prime numbers in the form of the Sieve of Eratosthenes

    [Versione in italiano sotto] This program can be used to find the prime numbers between 1 and a given number. Also the primes can be visualized in the form of Sieve of Eratosthenes with six columns. The sieve is created in Html and it is possible to save it in a file so that it can be opened with any other browser also after the program was closed. If the browser has the support for JavaScript, it should be possible to show the factorization of a non prime number clicking on it. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13

    Mersenne Prime Finder

    Finds Mersenne Prime Numbers Automatically

    Finds Mersenne Prime Numbers Automatically. The code was designed in Python
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Prime Factorization

    Prime Factorization

    Prime Factorization Calculator

    Program that allows the prime factorization of a given number. For example 12 = 2 * 2 * 3 Useful in rapidly solving the largest common divisor or the smallest common multiple of two numbers. Link: FactorialNumar.apk The program works only on Android operating system.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15

    Number Theory

    A collection of functions to calculate basic number theory constructs.

    An APL workspace to calculate basic number theory constructs such as prime and amicable numbers.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16

    ampclib

    Arithmetic Multlple Precision Computation Library

    ampclib is a simple to use platform independed C++ library for arithmetic multiple precision computations with a ritch and self explaining interface. It provides number theoretic functions and primality tests. The ampclib consists of three classes: +Integer (multiple precision integers) +Rational (multiple precision rational numbers using the Integer class) +Primes (prime number computations and number theoretic functions for unsigned 32 bit integers) The latest release contains optimizations and bug fixes.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    ...When a certain number of lines are cleared, the game enters a new level. Try to reached the highest level and dominate others as you ruled them.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    High Quality Super Large Prime Numbers

    High Quality Super Large Prime Numbers

    Utility for generating and testing prime numbers.

    This utility can generate very large (and high quality) probable prime numbers as well as test for primality.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 19

    Prime Numbers Generator

    Attempt to create software calculating any prime number with it's nr.

    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    UltimateCalculator

    UltimateCalculator

    Basic Scientific Calculator

    This software has four major modes- Simple, Scientific, Base & Equation. It also has Unit Converter, Date Calculator & Prime Number Generator.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21

    gmprime

    GUI for Prime95 (GIMPS project)

    gmprime is a gui developed in Python to work in conjunction with Prime95 software (mersenne.org) intended for users using Linux/Unix.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    MathBench PC Benchmark

    MathBench PC Benchmark

    A benchmark to test your CPU, RAM, and system

    MathBench - KRIEG Technologies Developed by: Northumber, KRIEG Technologies This application tests your CPU clock, CPU cores, ALU performance, RAM clock speed and latency, the threading management and your system optimization. It is divided into five calculation: - Pi number calculation - Napier number calculation - Random number generator - Prime numbers generator - Fibonacci series calculation It has four default presets, but the benchmark can be manually configured. - Normal: for all PCs - Gaming: for gaming laptop and gaming PCs - Enthusiast: for the most powerful PCs configurations - Ultra: for PCs configurations with overclocking
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23

    Math Mania Alpha

    The Ultimate GCSE Maths Revision Suite

    This Maths suite is perfect for any student studying for GCSE Maths(in Future updates support will be available for installation on a school network) At the current time the program only generates questions for the student to answer. The Current Question Set are: Number Percentages Fractions Basic Algebra Decimal Numbers Lowest Common Factors Significant Figures Rounding Prime Numbers Square - Area, and Perimeter Triangle - Area and Perimeter Plans are in place to implement all type of math question that is covered in GCSE Maths. If you have any question please don't hesitate to contact me. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24

    Visual Integer Factor

    Puzzle game demonstrating whats so hard about binary integer factoring

    VisualIntFactor will be an interactive educational and scientific tool demonstrating multiply, factor, conversion between unary counting and binary integers, all in the same grid of hexagons. This grid is based on pascals triangle, which is a 1d cellular automata that calculates (X choose Y) factorials by each cell being the sum of the 2 cells upleft and upright. Draw a binary integer from a cell going upright, then explore the allowed transforms which may lead you to a factored state in 2...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • 3
  • Next
MongoDB Logo MongoDB