Skip to content
View QuantumRange's full-sized avatar
💭
Just because you're paranoid doesn't mean they aren't after you
💭
Just because you're paranoid doesn't mean they aren't after you
Block or Report

Block or report QuantumRange

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
QuantumRange/README.md

About Me

I use IntelliJ IDEA to work with Java. For C++ projects I use CLion with MinGW. For Rust I use Neovide with AstronVim. You can reach me on Discord: QuantumRange#0354 (@quantumrange), but I would prefer Matrix @quantumrange:matrix.org.

Unfortunately, I had to make my other projects private because of a privacy leak in them. Only my newer projects are now public.

#include <iostream>
#define TYPEDEF using
#define TOTALLY_A_SPACE =
#define TOTALLY_NOT_A_SWAP(a,b) b TOTALLY_A_SPACE a

TYPEDEF TOTALLY_NOT_A_SWAP(int, boolArray);
TYPEDEF TOTALLY_NOT_A_SWAP(int, boolArrayPointer);

enum RunName {
    GOOD_NAME = (boolArrayPointer) 5
};

int main() {
    boolArray runnings {};

    runnings |= 0x1 << GOOD_NAME;

    int8_t* counter_i = nullptr;

    while (((runnings >> GOOD_NAME) & (NULL + 1)) == (NULL + 1)) {
        if (std::intptr_t(counter_i) >= 50) {
            runnings &= ~((NULL + 1) << GOOD_NAME);
        } else {
            std::cout << "Counting: " << reinterpret_cast<int*>(counter_i) << '\n';
        }

        counter_i++;
    }

    // MEMORY RIGHT'S
    for (long* i = 0; std::intptr_t(i) < INT64_MAX; ++i) {
        // I just can't figure out why that crashes
        delete i;
    }

    return 0;
}

Pinned

  1. Verbo Verbo Public

    An open source replacement for Quizlet.

    Java