Skip to content
View KellanClark's full-sized avatar

Highlights

  • Pro
Block or Report

Block or report KellanClark

Report abuse

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

Report abuse

Pinned Loading

  1. ortin ortin Public

    Personal NDS emulator. Can boot the shell and a couple games

    C++ 13

  2. ecnavdA-yoBemaG ecnavdA-yoBemaG Public

    A WIP Game Boy Advance emulator.

    C++ 15

  3. armfuck armfuck Public

    Turing completeness from two RISC instructions

    Assembly 34

  4. 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.