Skip to content
View tdwaf's full-sized avatar
Block or Report

Block or report tdwaf

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

Typing SVG

A little bit about me

public class Tyler {
    private final String role;
    private final Set<String> hobbies;

    public Tyler() {
        this.role = "Software Engineer";
        this.hobbies = Set.of(
            "Playing video games",
            "Rock Climbing",
            "Trail Running",
            "Skiing",
            "Studying Japanese");
    }
}

Technologies

Note

These are grouped by language/technology/area

My Skills

My Skills

My Skills

My Skills

Learning

My Skills

Popular repositories

  1. Car-Price-Forecasting Car-Price-Forecasting Public archive

    Linear Regression Model to predict prices for cars based off of previous prices

    Jupyter Notebook

  2. MultiSelect-Delete MultiSelect-Delete Public archive

    This is a factorio mod to allow mining of a selected area

    Lua 1

  3. tdwaf tdwaf Public

  4. crossdoku-api crossdoku-api Public archive

    Generate crossdoku grids

    Svelte 1