Skip to content

Commit

Permalink
Updated to v5.9
Browse files Browse the repository at this point in the history
  • Loading branch information
tsweet77 committed Mar 25, 2024
1 parent e2beddf commit e0b58df
Show file tree
Hide file tree
Showing 58 changed files with 17,994 additions and 16,820 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes.
98 changes: 49 additions & 49 deletions Repeater_MAX_Hashes.txt → Archive/Repeater_MAX_Hashes.txt
Original file line number Diff line number Diff line change
@@ -1,49 +1,49 @@
PowerShell Hashes
PS E:\> Get-FileHash .\intention_repeater_max_3.0.exe | Format-List
Algorithm : SHA256
Hash : 29E17997C4D3D941A73D8740483ABE5B05999277FA7637F6FE4CBD520742B567
Path : E:\Repeater\gitHub\repeater-max-main\intention_repeater_max_3.0.exe
PS E:\> Get-FileHash .\intention_repeater_max_3.1.exe | Format-List
Algorithm : SHA256
Hash : B3BBAD85C6EDC68CBA1C5B07E3FC5BF4AC1C738E20C1741A1E0C5F85272F06AE
Path : E:\Repeater\gitHub\repeater-max-main\intention_repeater_max_3.1.exe
PS E:\> Get-FileHash .\intention_repeater_max_3.2.exe | Format-List
Algorithm : SHA256
Hash : BD2FF5AD1756DC386A654D4BDFF5EA5A4239A3EC8E69EB459274FD7F8FF5CF79
Path : E:\Repeater\gitHub\repeater-max-main\intention_repeater_max_3.2.exe
PS E:\> Get-FileHash .\intention_repeater_max_3.3.exe | Format-List
Algorithm : SHA256
Hash : E99E085A7B0F42F24324BF9879AE112CFA271B139CE7767BE5428307C234488D
Path : E:\Repeater\gitHub\repeater-max-main\intention_repeater_max_3.3.exe
md5sum ./intention_repeater_max_3.4.exe
122b74a261bd05fda563e885db3f1e53 ./intention_repeater_max_3.4.exe
md5sum ./intention_repeater_max_3.5.exe
8ca19611b790c2e13aa7643d11a08389 ./intention_repeater_max_3.5.exe
md5sum ./intention_repeater_max_3.6.exe
ca453b412e34424376425007a9839bc5 ./intention_repeater_max_3.6.exe
md5sum ./intention_repeater_max_3.7.exe
eea4dfa9f103d55afd14de359cb15032 ./intention_repeater_max_3.7.exe
md5sum ./intention_repeater_max_4.0.exe
097f2e091525195b930604626de23272 ./intention_repeater_max_4.0.exe
md5sum ./intention_repeater_max_4.1.exe
99c80c25fee4afa5c667b1986d003558 ./intention_repeater_max_4.1.exe
md5sum ./intention_repeater_max.cpp
deef670b80e6112d7d96f4154e49d777 ./intention_repeater_max.cpp
PowerShell Hashes

PS E:\> Get-FileHash .\intention_repeater_max_3.0.exe | Format-List

Algorithm : SHA256
Hash : 29E17997C4D3D941A73D8740483ABE5B05999277FA7637F6FE4CBD520742B567
Path : E:\Repeater\gitHub\repeater-max-main\intention_repeater_max_3.0.exe


PS E:\> Get-FileHash .\intention_repeater_max_3.1.exe | Format-List

Algorithm : SHA256
Hash : B3BBAD85C6EDC68CBA1C5B07E3FC5BF4AC1C738E20C1741A1E0C5F85272F06AE
Path : E:\Repeater\gitHub\repeater-max-main\intention_repeater_max_3.1.exe


PS E:\> Get-FileHash .\intention_repeater_max_3.2.exe | Format-List

Algorithm : SHA256
Hash : BD2FF5AD1756DC386A654D4BDFF5EA5A4239A3EC8E69EB459274FD7F8FF5CF79
Path : E:\Repeater\gitHub\repeater-max-main\intention_repeater_max_3.2.exe


PS E:\> Get-FileHash .\intention_repeater_max_3.3.exe | Format-List

Algorithm : SHA256
Hash : E99E085A7B0F42F24324BF9879AE112CFA271B139CE7767BE5428307C234488D
Path : E:\Repeater\gitHub\repeater-max-main\intention_repeater_max_3.3.exe

md5sum ./intention_repeater_max_3.4.exe
122b74a261bd05fda563e885db3f1e53 ./intention_repeater_max_3.4.exe

md5sum ./intention_repeater_max_3.5.exe
8ca19611b790c2e13aa7643d11a08389 ./intention_repeater_max_3.5.exe

md5sum ./intention_repeater_max_3.6.exe
ca453b412e34424376425007a9839bc5 ./intention_repeater_max_3.6.exe

md5sum ./intention_repeater_max_3.7.exe
eea4dfa9f103d55afd14de359cb15032 ./intention_repeater_max_3.7.exe

md5sum ./intention_repeater_max_4.0.exe
097f2e091525195b930604626de23272 ./intention_repeater_max_4.0.exe

md5sum ./intention_repeater_max_4.1.exe
99c80c25fee4afa5c667b1986d003558 ./intention_repeater_max_4.1.exe

md5sum ./intention_repeater_max.cpp
deef670b80e6112d7d96f4154e49d777 ./intention_repeater_max.cpp
Original file line number Diff line number Diff line change
@@ -1,61 +1,61 @@
Windows 10 directions for compiling the Intention Repeater MAX v2.4 or greater.
1) Save this sourcecode in a special folder: intention_repeater_max.cpp
v3.1+ requires this:
A) Install MinGW-W64:
http://sourceforge.net/projects/mingw-w64/files/Toolchains%20targetting%20Win32/Personal%20Builds/mingw-builds/installer/mingw-w64-install.exe/download
With these Options:
Version: 8.1.0
Architecture: x86_64
Threads: win32
Exception: seh
Build revision: 0
B) Add this to your PATH (both user and system): C:\Program Files\mingw-w64\x86_64-8.1.0-win32-seh-rt_v6-rev0\mingw64\bin
Directions here: https://www.architectryan.com/2018/03/17/add-to-the-path-on-windows-10/
C) Open PowerShell by going to the folder where you saved intention_repeater_max.cpp,
holding Shift, and right-clicking. Then choose: Open PowerShell window here.
D) Compile the binary executable with the following:
C:\Program` Files\mingw-w64\x86_64-8.1.0-win32-seh-rt_v6-rev0\mingw64\bin\g++ .\intention_repeater_max.cpp -O3 -o .\intention_repeater_max.exe
Note: Copy without any spaces before the C:\ and just copy only the one line. Then paste into PowerShell and press Enter.
If it does nothing, and doesn't produce an error message, then that is a good sign.
You should then be able to double-click on the file in Windows: intention_repeater_max.exe
If you have 32-Bit Windows (for v3.0 or lower):
A) Install MinGW from here:
https://osdn.net/projects/mingw/downloads/68260/mingw-get-setup.exe/
B) On the MinGW Installation Manager, under Basic Setup, check to install Package: mingw32-gcc-g++-bin
It should be v9.2.0-2 or greater.
C) Choose Installation -> Apply Changes
D) Add this to your PATH (both user and system): C:\MinGW\bin
Directions here: https://www.architectryan.com/2018/03/17/add-to-the-path-on-windows-10/
E) Open PowerShell by going to the folder where you saved intention_repeater_max.cpp,
holding Shift, and right-clicking. Then choose: Open PowerShell window here.
F) Compile the binary executable with the following:
C:\MinGW\bin\g++.exe .\intention_repeater_max.cpp -O3 -o .\intention_repeater_max.exe
Note, copy the above without a new line. Then paste into PowerShell and press Enter.
If it does nothing, and doesn't produce an error message and you see a new .exe file, then that is a good sign.
You should then be able to double-click on the file in Windows: intention_repeater_max.exe
This v2.4 does up to 60+ Million repetitions per second of an intention on my new i3 with the 64-Bit version.
I recommend Notepad++ for editing the .cpp file: https://notepad-plus-plus.org/
Windows 10 directions for compiling the Intention Repeater MAX v2.4 or greater.

1) Save this sourcecode in a special folder: intention_repeater_max.cpp

v3.1+ requires this:

A) Install MinGW-W64:

http://sourceforge.net/projects/mingw-w64/files/Toolchains%20targetting%20Win32/Personal%20Builds/mingw-builds/installer/mingw-w64-install.exe/download

With these Options:

Version: 8.1.0
Architecture: x86_64
Threads: win32
Exception: seh
Build revision: 0

B) Add this to your PATH (both user and system): C:\Program Files\mingw-w64\x86_64-8.1.0-win32-seh-rt_v6-rev0\mingw64\bin
Directions here: https://www.architectryan.com/2018/03/17/add-to-the-path-on-windows-10/

C) Open PowerShell by going to the folder where you saved intention_repeater_max.cpp,
holding Shift, and right-clicking. Then choose: Open PowerShell window here.

D) Compile the binary executable with the following:

C:\Program` Files\mingw-w64\x86_64-8.1.0-win32-seh-rt_v6-rev0\mingw64\bin\g++ .\intention_repeater_max.cpp -O3 -o .\intention_repeater_max.exe

Note: Copy without any spaces before the C:\ and just copy only the one line. Then paste into PowerShell and press Enter.
If it does nothing, and doesn't produce an error message, then that is a good sign.

You should then be able to double-click on the file in Windows: intention_repeater_max.exe

If you have 32-Bit Windows (for v3.0 or lower):

A) Install MinGW from here:

https://osdn.net/projects/mingw/downloads/68260/mingw-get-setup.exe/

B) On the MinGW Installation Manager, under Basic Setup, check to install Package: mingw32-gcc-g++-bin
It should be v9.2.0-2 or greater.

C) Choose Installation -> Apply Changes

D) Add this to your PATH (both user and system): C:\MinGW\bin
Directions here: https://www.architectryan.com/2018/03/17/add-to-the-path-on-windows-10/

E) Open PowerShell by going to the folder where you saved intention_repeater_max.cpp,
holding Shift, and right-clicking. Then choose: Open PowerShell window here.

F) Compile the binary executable with the following:

C:\MinGW\bin\g++.exe .\intention_repeater_max.cpp -O3 -o .\intention_repeater_max.exe

Note, copy the above without a new line. Then paste into PowerShell and press Enter.
If it does nothing, and doesn't produce an error message and you see a new .exe file, then that is a good sign.

You should then be able to double-click on the file in Windows: intention_repeater_max.exe

This v2.4 does up to 60+ Million repetitions per second of an intention on my new i3 with the 64-Bit version.
I recommend Notepad++ for editing the .cpp file: https://notepad-plus-plus.org/
File renamed without changes.
File renamed without changes.
Loading

0 comments on commit e0b58df

Please sign in to comment.