Skip to content

Instantly share code, notes, and snippets.

View SibTiger's full-sized avatar
🖥️
Udacity, return back to PSCAT in July.

Nicholas Gautier SibTiger

🖥️
Udacity, return back to PSCAT in July.
View GitHub Profile
@SibTiger
SibTiger / FakeProcessing.bat
Created September 2, 2016 04:37
Just a fun script that demonstrates ridiculous amount of delay's that gives an 'illusion' of instense processing.
REM This was created as an example from a discussion on IRC
REM http://thedailywtf.com/Articles/The-Slow-Down-Loop.aspx
@REM Repeat Redundancy Hopping
@SET Max=4294967296
@GOTO Setup
:Setup
@SET Integer=0