Skip to content
View getheobald's full-sized avatar

Highlights

  • Pro

Block or report getheobald

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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
getheobald/README.md
class Profile {
  public String name;
  public String pronouns;
  public String school;
  public String year;
  public String major;
  private double GPA;
  public String sport;
  public String[] hobbies;

  public Profile() {
    this.name = "Grace Theobald";
    this.pronouns = "She/Her";
    this.school = "Northeastern University";
    this.year = "Fourth-year";
    this.major = "Computer Science and Behavioral Neuroscience";
    this.GPA = 3.9;
    this.sport = "NCAA D1 Rowing";
    this.hobbies = {"Mountaineering", "Skiing", "Backpacking", "Guitar", "Audiobooks"};
  }
}

Pinned Loading

  1. jekhi5/NorthStar jekhi5/NorthStar Public

    A beautifully designed space-themed question/answer forum for curious coders!

    TypeScript 3

  2. Northeastern-Electric-Racing/FinishLine Northeastern-Electric-Racing/FinishLine Public

    Our project management dashboard, v5

    TypeScript 37 9

  3. path path Public

    Python

  4. illusions illusions Public

    Interactive educational site for learning about afterimages

    HTML

  5. reversi reversi Public

    Java

  6. klondike klondike Public

    Java