Skip to content
View bforbiggy's full-sized avatar

Block or report bforbiggy

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

Hey hey! Github

Profile Views VS Code Vivaldi Java C# React

About me

  • Constantly tinkering new things
  • Puts the artificial in artificial intelligence
  • Proficient full stack developer

Bforbiggy Bforbiggy Bforbiggy Bforbiggy

Languages & Frameworks

c c++ c# java .NET Core html5 React

Typing SVG

/// <summary>
/// Profile containing biggy's information.
/// Doxxing is punishable under martial law.
/// </summary>
public class Profile{
    public var name;
    public var handle;
    public var location;
    public var socials = new Dictionary<Social, string>();

    public Profile(){
        this.name = "Andy He";
        this.handle = "bforbiggy/biggy";
        this.location = new GeoCoordinate(40.75, -74); // New York City, United States

        socials[Social.Github] = "https://github.com/bforbiggy";
        socials[Social.Website] = "https://bforbiggy.github.io";
    }
}


Popular repositories Loading

  1. bforbiggy.github.io bforbiggy.github.io Public

    Personal website.

    Svelte 1

  2. image-filter-tools image-filter-tools Public

    Convert image to ascii

    C# 1

  3. bforbiggy bforbiggy Public

    Personal Github Profile Readme

    1

  4. chatting-site chatting-site Public

    JavaScript 1

  5. void void Public

    Spiral C

    C 1

  6. A-Clock-Except-You-Can-Bend-The-Fabrics-Of-Reality A-Clock-Except-You-Can-Bend-The-Fabrics-Of-Reality Public

    I'm fairly certain that the title is self-explanatory

    ASP