| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| theDirector-x86_64.AppImage | 2026-02-17 | 42.2 MB | |
| README.md | 2026-02-14 | 1.1 kB | |
| parquet_plt.py | 2026-02-14 | 1.1 kB | |
| Totals: 3 Items | 42.2 MB | 3 |
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.
Current AppImage:
https://sourceforge.net/projects/thedirector/
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.