Skip to content
View KellanClark's full-sized avatar

Highlights

  • Pro
Block or Report

Block or report KellanClark

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

Pinned

  1. armfuck armfuck Public

    Turing completeness from two RISC instructions

    Assembly 34

  2. ortin ortin Public

    NDS emulator. Uncreative, unfinished projects, etc. You get the drill.

    C++ 13

  3. Mario Counting AHK Macro Mario Counting AHK Macro
    1
    ; This script helps for counting in binary using Mario emojis on the Emudev Discord server.
    2
    ; All you have to do is type 1s and 0s then the script will convert them for you as you type.
    3
    
                  
    4
    #NoEnv  ; Recommended for performance and compatibility with future AutoHotkey releases.
    5
    ; #Warn  ; Enable warnings to assist with detecting common errors.