Skip to content

Runs sets of primes to generate new sets, plots them, stores them, searches for undiscovered patterns. It's a heap right now, get over it.

License

Notifications You must be signed in to change notification settings

sixie6e/theDirector

Repository files navigation

Compares arrays of primes.
Generates a new array for each set comparison.
Filters the new arrays for primes.
Stores the filtered arrays.
Plots the filtered arrays.
Manual mode: You decide. Slow with full control.
Auto mode: Computer decides. Rapid with no control.
The bin and parquet files get massive, make sure to have adequate storage.
Requirements: pyarrow, parquet, pandas, matplotlib, tkinter.

  1. Current AppImage:
    https://sourceforge.net/projects/thedirector/

  2. Download theDirector executable and parquet_plt.py
    sudo apt update
    sudo apt install -y -V ca-certificates lsb-release wget
    wget https://packages.apache.org/artifactory/arrow/$(lsb_release --id --short | tr 'A-Z' 'a-z')/apache-arrow-apt-source-latest-$(lsb_release --codename --short).deb
    sudo apt install -y -V ./apache-arrow-apt-source-latest-$(lsb_release --codename --short).deb
    sudo apt update
    sudo apt install libarrow-dev libparquet-dev qt6-base-dev python3-pip python3-tk
    pip3 install matplotlib pyarrow parquet

Has only been tested on Debian/Ubuntu distributions.

About

Runs sets of primes to generate new sets, plots them, stores them, searches for undiscovered patterns. It's a heap right now, get over it.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published