Skip to content
View ezekielulrich's full-sized avatar
  • Maryland
  • 12:04 (UTC -04:00)
  • Instagram zkeulr

Highlights

  • Pro
Block or Report

Block or report ezekielulrich

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

Hi, I'm Ezekiel Ulrich!

visitors Linkedin: thaianebraga GitHub Thaiane

Table of Contents

About me

public class Ezekiel {
    public static final String UNIVERSITY = "Purdue";
    public static final String NICKNAME = "ZEKE";
    public static final String JOB = "Programmer";
    public static final int AGE = 20;
    public static final String[] LANGUAGES = {
        // In sharply decreasing order of fluency
        "English", // Native
        "Español", // Crecí en Texas
        "中国人", // 我只学会了怎么问厕所
        "Français",  // Juste assez pour flirter avec ma petite amie
        "한국인",  // 지금까지 듀오링고만 😂
    };
    public static final String[] PROGRAMMING_LANGUAGES = {
        "Java",
        "Python",
        "C",
        "MATLAB",
        "x86",
        "LaTeX"
    };

    private Ezekiel() {
        System.out.println("If AI is your thing, let's connect!")
    }

    public static Goal getGoal() {
        return new Goal("Research and help prevent existential risks to ensure humanity flourishes");
    }
}

Stats

ezekielulrichezekielulrich

Popular repositories

  1. Notes Notes Public

    Notes on several classes at Purdue

    TeX 8 4

  2. metricscraper metricscraper Public

    Gets the h-indices of authors

    Python

  3. ezekielulrich ezekielulrich Public

    My profile repo

  4. bejewledAI bejewledAI Public

    JavaScript

  5. Fractured-Kaleidoscope Fractured-Kaleidoscope Public

    Forked from prasanthrangan/hyde-themes

    // Colorful Hyprdots theme

    CSS