Giter VIP home page Giter VIP logo

searchforprimenumbers's Introduction

SearchForPrimeNumbers

Python code to search for prime numbers.

There are several different search methods for primes in the file "isPrime.py". The default is isprime(), which upon testing have been found to be the fastest overall (but not for low numbers below 1.000.000 or so).

The code is split into a server and a client part. Both are assumed to run together as one program, with a MySQL database behind it. The server part serves up intervals to be searched for primes and keeps track of current searches, found primes, etc.. The client part searches for the primes.

Note that an MySQL (or MariaDB) needs to be installed. A database needs to be avaiable for the script as well as a user. If you want to run this from other computers than the database is hosted, be aware that you need to enable access to MySQL from other adresses on your network. This is both an issue for the specefic user (and/or datbase element) as well as for MySQL itself. Ensure that the mysql config file is correct with bind-adress= 0.0.0.0 and that the user have rights to logon from more than localhost. MySQL config is usually in /etc/mysql/my.cnf or thereabout.

Enjoy :-)

searchforprimenumbers's People

Contributors

dannbleeker avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.