Tuesday, November 15, 2016

Factoring

I have begun and largely completed work on a fast factoring program. the program has two modes, by default it will list all the factors of a number, by invoking an option on its command line the program will prime factorize.

The ELF executable should run on most 64bit UNIX compatible machines because I compiled it for 64 bit Linux. If you require a different executable to run the program, contact me and I'll attempt a cross compilation from my system to yours.

Please note that this was designed to be a command line program for simplicity and low overhead, therefore a graphical interface is not something I see myself building for this particular program. For those who don't know what "command line" is, it's a simple interface where you type on a terminal and the machine types back, we use these in the computer industry for a multitude of reasons including a backup interface for debugging graphical applications and for using a program from a remote location without the hassle if virtual network computing.

The executable can be found by clicking here.
Contact me via email for the C++ source code if you need it.
After downloading the file, I recommend that you check its hash sum to verify that you have the version that I published and that the file is intact. I will from now on be uploading hash sums for all of my executable files and packages to a separate page.

Latest Post

Steam on Linux Mint Cinnamon

Most viewed