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.89;
    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. getheobald.github.io getheobald.github.io Public

    My website (work in progress)

    HTML

  3. reversi-placeholder reversi-placeholder Public

    Placeholder for a game of Reversi (similar to Go)

  4. klondike-placeholder klondike-placeholder Public

    Placeholder for a game of Klondike solitaire

  5. illusions illusions Public

    Interactive educational site for learning about afterimages

    HTML