Skip to content
View cvanloo's full-sized avatar
💢
Programming: You're doing it completely wrong.
💢
Programming: You're doing it completely wrong.

Highlights

  • Pro
Block or Report

Block or report cvanloo

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
cvanloo/README.md
program halt-checker
    will-halt(prgm): boolean
        // hypothetical logic to test if prgm would halt in a finite amount of time
    end
end

program fuckery
    check(prgm): void
        if halt-checker.will-halt(prgm)
            loop infinity
        else
            exit
        end
    end
end

fuckery.check(fuckery) // 😲

Pinned Loading

  1. rmsgo rmsgo Public

    Remote Storage implementation in Go

    Go 1

  2. gowebmention gowebmention Public

    Webmention library for Go

    Go

  3. barcode.vanloo.ch barcode.vanloo.ch Public

    JavaScript 1

  4. barcode barcode Public

    Go

  5. rop rop Public

    "Return Oriented Programming"

    C 1

  6. brainfuck-asm brainfuck-asm Public

    Assembly 1