tsweet77 / repeater-max

Repeats your intention up to 1+GHz.

Home Page:https://intentionrepeater.boards.net

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Intention Repeater Max

For help: intention_repeater_max.exe --help

Written in C++, this is the successor to the original Intention Repeater, written in Python.

The code, and the Servitor, were created by Anthro Teacher, aka Thomas Sweet.

It repeats your intention up to 20+PHz, to make things happen.

You probably want intention_repeater_max.cpp if you are on Linux, and intention_repeater_max.exe if you are on Windows.

To compile, g++ is faster (by a little), but I prefer clang++ because it has a cooler name.

Be sure to check out the clang-format utility to format your code to industry standards.

To compile your code: clang++ -O3 -Wall -static ./intention_repeater_max.cpp -o ./intention_repeater_max

Please see the Example .cpp files for the basics of Multiplying Intention in memory, and to a file.

To edit code I recommend Visual Studio Code.

To format the code, and beautify it, I recommend clang-format.

Special thanks to Karteek Sheri for providing the benchmarking and performance enhancement.

Special thanks to Mystic Minds for creating the Holo-Link framework that is used in v4.0+.

Nesting Files Creation Utility: https://github.com/tsweet77/nesting-files-creation-utility

Intention Repeater Website: https://www.intentionrepeater.com

Intention Repeater Forums: https://forums.intentionrepeater.com

Intention Repeater YouTube: https://www.youtube.com/c/AnthroTeacher/

Intention Repeater Twitter: https://twitter.com/TeacherAnthro

Intention Repeater Instagram: https://www.instagram.com/anthroteacher/

Intention Repeater Facebook: https://www.facebook.com/IntentionRepeater/

Intention Repeater Academia: https://independent.academia.edu/ThomasSweet2/Papers

Intention Repeater Patreon: https://www.patreon.com/AnthroTeacher

About

Repeats your intention up to 1+GHz.

https://intentionrepeater.boards.net

License:GNU General Public License v3.0


Languages

Language:C++ 82.3%Language:C 13.6%Language:Python 3.9%Language:Jupyter Notebook 0.2%