Skip to content
View aguiar-arthur's full-sized avatar
💭
Using emacs
💭
Using emacs

Block or report aguiar-arthur

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
aguiar-arthur/README.md

Top Langs

LeetCode Stats

Pinned Loading

  1. chip-8-emulator chip-8-emulator Public

    A CHIP-8 emulator

    Rust

  2. not-a-good-web-framework not-a-good-web-framework Public

    This is a web framework made from scratch by one person, you should never use this.

    C++

  3. rust-mandelbrot-fractal rust-mandelbrot-fractal Public

    Mandelbrot fractal made in rust

    Rust

  4. This is a list of useful attributes ... This is a list of useful attributes for dotnet
    1
    [AttributeUsage(AttributeTargets.Field, AllowMultiple = false)]
    2
    public class DecimalValueAttribute : Attribute
    3
    {
    4
        public decimal Value { get; }
    5
        public DecimalValueAttribute(decimal value) => Value = value;