Coder Social home page Coder Social logo

tsweet77 / repeater-max Goto Github PK

View Code? Open in Web Editor NEW
13.0 1.0 7.0 96.44 MB

Repeats your intention up to 1+GHz.

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

License: GNU General Public License v3.0

C++ 81.85% Python 3.97% Jupyter Notebook 0.21% C 13.98%
intention repeater python cpp spirituality spiritual spiritual-healing spiritual-healing-product chakras

repeater-max's Introduction

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 10+EHz, to make things happen.

voice_activated_intention_repeater.py is a voice-activated interface for intention_repeater_max.exe You will need requirements.txt and run in an administrator terminal: pip install -r requirements.txt

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

To compile your code: g++ -O3 -Wall -static intention_repeater_max.cpp -o intention_repeater_max.exe -lz

v5.10 .cpp requires picosha2.h and zlib.h

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

repeater-max's People

Contributors

tsweet77 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

repeater-max's Issues

Convert Repeater MAX to CUDA

The C++ code file intention_repeater_max.cpp needs to be converted to CUDA for the following variable assignments, and wherever else would be more optimal having it as CUDA:

process_intention.clear();
process_intention.append(intention_value);
freq++;

AND

process_intention.clear();
process_intention.append(intention_value);
cpu_benchmark_count++;

AND

process_intention.clear();
process_intention.append(intention_value);
++freq;

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.