Skip to content
View gabrielleme00's full-sized avatar
🪐
Exploring
🪐
Exploring
Block or Report

Block or report gabrielleme00

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 Loading

  1. calc-rs calc-rs Public

    Simple mathematical expression parser (calculator?) in Rust.

    Rust

  2. fractal-tree fractal-tree Public

    Fractal tree generator on HTML5 Canvas

    HTML

  3. Simple Brainfuck interpreter in C++ Simple Brainfuck interpreter in C++
    1
    #include <iostream>
    2
    
                  
    3
    unsigned char tape[30000] = {0};
    4
    unsigned char* ptr = tape;
    5
    
                  
  4. asm-sim asm-sim Public

    Simple 8-bit computer simulator in JS

    JavaScript 2

  5. Code golf - print the alphabet in BF Code golf - print the alphabet in BF
    1
    # "Legit" way (no input) [51 bytes]:
    2
    >+++++[<+++++++++++++>-]>++++[<+++++++>-]<--[<.+>-]
    3
    4
    # "Not-so-legit" way (needs 'A' as input) [27 bytes]:
    5
    ,.>>+++++[<+++++>-]<[<+.>-]