Giter Site home page Giter Site logo

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";
    }
}


bforbiggy's Projects

act icon act

Assorted code things, for all the code things I need grouped together

anime-cc-scam icon anime-cc-scam

This is not actually a viable scam program and was instead used to familiarize myself with WPF and resources.

apifair icon apifair

A list of a bunch of different apis. Some are standalone, some are wrappers, some are data providers, some are logic providers.

big-shell icon big-shell

A fully functional shell built from scratch

boids icon boids

A simple 2D flocking simulation: Boids

mazegenerator icon mazegenerator

A text-based maze generator where you can specify the maze size! The generator uses a recursive backtracking algorithm to create a "perfect maze" where only one path is valid. .NET Core Runtime is REQUIRED (Source code is included)

ravu icon ravu

R.A.V.U is a simple program for randomly appending videos and uploading to youtube. I made this to quickly generate joke cartoon clip videos with horror at the end to be automatically uploaded.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.