FInds numerically encoded name in list of 19k most common worldwide names.
Fun project made out of random idea on twitter. Thanks for the idea :), right now you need to build it yourself, i'll add windows execs soon. https://twitter.com/sohpienbf/status/1347324227406458890
Compares output numerical name to 19k most common worldwide names and displays all of them.
Simple compilation.
git clone https://github.com/OK9UWU/numbers2names.git
cd namesnumbers
mkdir build && cd build
cmake ..
make -j2
Thanks to ZbychuButItWasTaken and Hiiammilan for help